/ Published in: ActionScript
Expand |
Embed | Plain Text
// http://forums.adobe.com/message/3041278 function click_hover(e:MouseEvent):void { var clickTAG:String = this.loaderInfo.parameters.clickTAG; // check if the variable has value if (clickTAG) { var request:URLRequest = new URLRequest(clickTAG); navigateToURL(request, "_blank"); } }
You need to login to post a comment.
