Difference between revisions of "NATS4 Flash Banners"
Line 26: | Line 26: | ||
<pre> | <pre> | ||
<embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" | <embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" | ||
− | type="application/x-shockwave-flash"/> | + | type="application/x-shockwave-flash" /> |
</pre> | </pre> | ||
The above code would look like this: | The above code would look like this: | ||
<html> | <html> | ||
− | <embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash"/> | + | <embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash"> </embed> |
</html> | </html> |
Revision as of 17:08, 1 June 2009
NATS 4 has built in support to pass an affiliate link into your flash banners. In order to take advantage of this your flash banner should be able to utilize the input parameter clickTag.
Your banner or button should have action code similar to this:
on (release) { if (clickTAG.substr(0,5) == "http:") { getURL(clickTAG); } }
For more information on adding links for tracking purposes to your flash banners you should refer to this article:
http://www.adobe.com/resources/richmedia/tracking/designers_guide/
Once you've made the flash banner so it can accept the input link and redirect a surfer you just need to upload the banner into the NATS 4 Adtool Admin. Your affiliates will then be able to navigate to the tools page and get an embedd code similiar to this
<embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash" />
The above code would look like this: <html> <embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash"> </embed> </html>