bbm Site Admin
Зарегистрирован: 03.10.2006 Сообщения: 71
|
Добавлено: 15.03.2010, 2010 10:51 Заголовок сообщения: новое промо |
|
|
сделали новое промо. Адвертам реальная просьба чекнуть http://toonfanclub.com/webmasters/user/promo.php - выложили 6 флеш игр, причем с возможностью передачи вашего айди как параметра изнутри игры. Что это дает? Все очень просто внутри игры есть ссылки и дрочеры нажимая их попадают на наш сайт с вашим АЙДИ тем самым сайны засчитываются Вам. Как это работает (мануал) есть в промо секции партнерки, на всякий случай (для тех кто не адверт, но все таки заинтересовался) копирую сюда:
Each archive got inside four files:
* swfobject.js - this is the file of a main JavaScript that allows you to display game in HTML file.
* expressInstall.swf - this is the file of a main SWF ActionScript that allows you to display game in your WebPage.
* swfObj.swf - the Game itself.
* swfObj.html - sample HTML file with code to show how to use our game on your WebPages
Files that are marked with red - are required to use the game. Please place them into the same folder of your WebPage where you planning to use them. Otherwise use the correct paths to them into your HTML code.
In the * swfObj.html you can find a sample of how to display the game to your visitors:
1)
<script type="text/javascript" src="swfobject.js"></script>
In this line you make a link to swfobject.js - a file that is required to show game on a WebPage. Fill in the correct full path to it, if you placed it not in the same category with your WebPage. (For example: "../swfobject.js", "../../swfobject.js", "http://mydomain.com/swfobject.js")
2)
<script type="text/javascript">
var params = {};
params.allowscriptaccess = "always";
var flashvars = {};
flashvars.bannerLink = "/index.php?id=590";
var params = {};
params.menu = "false";
params.scale = "noscale";
params.allowscriptaccess = "always";
var attributes = {};
swfobject.embedSWF("swfobj.swf", "myAlternativeContent", "550", "400", "9.0.0", false, flashvars, params, attributes);
</script>
This code initialites the launch of a game. How to tune it:
a) before putting this script on your WebPage you should change /index.php?id=590 line, and replace "590" into your account ID "449" (It will look like "/index.php?id=449"), also you can change this line to send your visitors directly to the join page (ex.: "/join.php?id=449").
b) If you change a location of our game and put it not in the same folder with your WebPage - please change path to the swf-game file also. Just change "swfobj.swf" into a full path (ex.: "../swfobj.swf", "../../swfobj.swf", "http://mydomain.com/swfobj.swf"), also you can rename the file of this game from swfobj.swf into something like hottest-famous-toons-facial-game.swf, but not forget to changethe full path in this script also (ex.: "hottest-famous-toons-facial-game.swf", "../hottest-famous-toons-facial-game.swf", "http://mydoamain.com/hottest-famous-toons-facial-game.swf").
c) Parameter "myAlternativeContent" tells the script the place on your WebPage to put the game. You should place a layer in your page with this identifier (ex.: <div id="myAlternativeContent"></div>). In this case the game will be shown in a certain place of your webpage. If you want to show it in another layer or you want to use another identifier - just change it in the script (ex.: from "myAlternativeContent" to "thebestgamelayer") and the html-code (ex.: <div id="thebestgamelayer"></div>).
d) "550" and "400" are parameters that change the width and height of a game. Feel free to change them.
3)
<div id="myAlternativeContent">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
This code displays the game in a certain place of your WebPage. Put id wherever you want. But do not forget to change "myAlternativeContent" if you've changed it in the step 2.
The text marked green displays link to Adobe.Com, if your visitor does not have Adobe Flash Player, required to show game. _________________ ПРОСТО ЧИТАЙТЕ http://mo-team.biz И БУДЕТ ВАМ СЧАСТЬЕ... |
|