Autor Zpráva
Dusko
Profil
PONUKA UZ NIE JE AKTUALNA. NEODPOVEDAJTE PROSIM.

Zdravim. Ponukam jednoduchu pracu pre odbornika vo Flash-i.
Mam sedem jednoduchych bannerov, ktore boli vyrobene v programe Text-Osterone. Vystupom su subory .swf a .fla. Subory .fla by mali byt kompatibilne s Flash 5/MX/MX2004/8. Odkaz na soft je tu.
Potrebujem tieto bannery pouzit v pripravovanom affiliate programe, ktory bude spravovany v Post Affliate Pro. Problem, ktory potrebujem vyriesit je, ze uvedeny soft dokaze len natvrdo zakodovat URL, ja vsak potrebujem, aby bannery boli schopne pracovat s parametrom clickTAG a presmerovat uzivatela na URL zadanu v tomto parametry. Uvediem priklad:
...your_banner.swf?clickTAG=http%3A%2F%2Fwww.yoursite.com%2F%3Fa_aid%3 D2%26a
_bid%3D2...


a banner presmeruje na:
http://www.yoursite.com/a_aid=2&a_bid=2

Uvadzam i navod k affiliate programu:

Flash banner
Flash banners are in fact special case of HTML banners.
You can use the following code to define your flash banner:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codebase="http:// download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=4,0,0,0" ID=ad_banner_example1 WIDTH=468
HEIGHT=60>
<PARAM NAME=movie VALUE="your_banner.swf?clickTAG=$CLICKURL">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=medium>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="your_banner.swf?clickTAG=$CLICKURL" loop=false menu=false
quality=medium bgcolor=#FFFFFF swLiveConnect=FALSE WIDTH=468
HEIGHT=60 TYPE="application/x-shockwave-flash">
</OBJECT>
Note the clickTAG=$CLICKURL parameter that you should pass to your banner
file.
When you define your Flash banner, you should use constant $CLICKURL to
specify where the customer will be redirected after click. Affiliate system
translates these constants to proper destination URLs when the banner code is
displayed in affiliate screen.
Don't hardcode your destination URL into the banner, always use constant
$CLICKURL, otherwise the click and referral will be not tracked. Affiliate system
needs to pass few additional variables to your destination url which will help
recognize the referring affiliate.
You should customize your banner to use the clickTAG parameter, and redirect to
the URL passed into this parameter after click. The constant $CLICKURL will be
translated only in affiliate's panel, in the text area where affiliate see the banner
code.
For example, if the code will be like
...your_banner.swf?clickTAG=http%3A%2F%2Fwww.yoursite.com%2F%3Fa_aid%3 D2%26a
_bid%3D2...
your flash banner should redirect to address
http//www.yoursite.com/a_aid=2&a_bid=2
which is the url decoded value of clickTAG parameter. Note that original
parameter value is url encoded to be properly used in HTML code.


Predpokladam, ze pre odbornika v ActionScript to bude hracka. Ponukam financnu odmenu. Kontakt: dusan_szoke[at]hotmail[dot]com
Toto téma je uzamčeno. Odpověď nelze zaslat.

0