Quote:
Originally Posted by milkhead
Is there another way to add clicktag without flash or cs5, I made the banner using another program... and cs5 has a hefty price tag on it...
|
if you can open the .fla with other program and put this code on
on (release) {
if (_root.clickTAG.substr(0,5) == "http:") {
getURL(_root.clickTAG, "_blank");
}
}
but i doubt which program is that aside from macromedia flash