Skip to content
Skip to search - Accesskey = s
parentNode.org
The building blocks of a solid frontend.
Pasted
by
johan
on
2010-03-10 14:00
as
JavaScript
Create New
http://pastebin.parentnode.org/
Links this one
http://pastebin.parentnode.org/103447
Comment
clicktag
//ClickTag _root.createEmptyMovieClip("clickTagMC",this.getNextHighestDepth()); clickTagMC.beginFill(000000, 0); clickTagMC.lineTo(0,Stage.height);clickTagMC.lineTo(Stage.width,Stage.height);clickTagMC.lineTo(Stage.width,0);clickTagMC.lineTo(0,0); clickTagMC.endFill(); clickTagMC.onRelease = function() { if(clickTag!=undefined) { getURL(clickTag, "_blank"); } else if(ClickTag!=undefined) { getURL(ClickTag, "_blank"); } else if(clickTAG!=undefined) { getURL(clickTAG, "_blank"); } }