Wednesday 8 June 2011

Flash ClickTag

for a clickTag all you need to do is add script.


on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } }

No comments:

Post a Comment