|
How
to add the clickTAG variable to Amara Intro and Banner Builder?
This can be done by simply downloading the clickTAG background movie clip, we created for you.
Unzip the the file and put the clickTAG.SWF file on your desktop. We also included the clickTAG.fla file, but there is no need to use it apart for some people who are interested to check how we created this clickTAG file.
Now open up any of the Amara Software applications and insert the clickTag SWF file as a foreground or background movie clip
Make absolutely sure that there are no URL's entered anywhere in the Amara Software the application.
What we did:
We created in flasha transparent button and added the following Flash actionscrpt to it
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
}
}
Then we saved the SWF file, so now all you need to do is add the clickTAG.SWf we created for you, add some animated text, and you are ready to go.
We have tested the clickTAG ad in Google Adwords which worked nicely.
|