/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
private function onClick(event:MouseEvent):void { if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:") navigateToURL(new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank"); }