This is the first time I have created a flash banner. Though I'm working in CS5 I have followed an older tutorial (using ActionScript2 instead of ActionScript3, and saving my SWF for Flash player 9, instead of the latest, 10) for inserting a clickTag into the banner http://www.flashclicktag.com/.
I now need to embed some provided code for tracking the banner into the file, but I'm not sure where it goes. I'm assuming it is included in the action scripting for my button, but not sure.
(/banner_ads/ba_redir.php?id=35)
The code for the clickTag at the moment looks like this:
on (release) {
if (_root.clickTAG.substr(0,5) == "http:") {
getURL(_root.clickTAG, "_blank");
}
}
Any help would be greatly appreciated.
Thanks
on (release)code attached to the buttons timeline. I also just recently came across this site adopstools.net which (after uploading the swf file) assures me that I have successfully added a clickTAG (which is a relief). What I still can't figure out, and has me beat, is... where do I insert the code(/banner_ads/ba_redir.php?id=35)which was supplied by the webmaster for the site where the banner will be displayed. All I was told was that it is a "string required to be embed to assist with counting the redirects". – Alexander Stanuga Nov 14 '11 at 2:21