View Single Post
Old 11-05-2012, 02:30 PM  
Pseudonymous
Photographer/Owner
 
Industry Role:
Join Date: Apr 2006
Location: Vancouver, Canada
Posts: 2,661
MyClickTagButton.addEventListener(
MouseEvent.CLICK,
function():void {
if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:") {
navigateToURL(
new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank"
);
}
}
);



http://www.flashclicktag.com/
__________________
Previous owner of SoloRevenue
Previous product manager @ Modelcentro.com/MCProfits.com, IsMyGirl.com, SMRevenue.com
Pseudonymous is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote