What is clickTAG?
It is normal when you do make this a banner with a link to another page. One way to make it more dynamic without having to write directly into Flash where we want the url is the link to the method clickTAG.
This method passes the address from a variable to the HTML banner in Flash, so you do not have to save the url directly in the banner but is passed in a dynamic way.
Implementation clickTAG
The method is performed by creating a variable inside the flash banner that whoever receives the url from the HTML and then make a link to that variable. Then, the procedure is an area where we can click and which serves to take you to the desired site.
First we create the button listener
on (release) {
if (_root.clickTAG.substr(0,5) == "http:") {
getURL(_root.clickTAG, "_blank");
}
}
if (_root.clickTAG.substr(0,5) == "http:") {
getURL(_root.clickTAG, "_blank");
}
}
and then the HTML variable into the tag:
<param value="clickTAG=http://www.bananatools.com/" name="flashvars"/>
<embed src="banner.swf" flashvars="clickTAG=http://www.bananatools.com/" quality="high" .../>
<embed src="banner.swf" flashvars="clickTAG=http://www.bananatools.com/" quality="high" .../>

Informative
I jot down this procedure on how to do clicktag as link, this tutorial fits to me as I have been doing links.Vinyl Banners
In a few day i'll do the
In a few days i'll do the same mini tutorial for AS3
AS3 version?
Hi is there a decent AS3 version out there
You're welcome...
You're welcome...
Nice Info
Useful post and great site!
Post new comment