/ Published in: ActionScript 3
Expand |
Embed | Plain Text
// event listener button.addEventListener(MouseEvent.CLICK, gotoSite); // function called function gotoSite(event:MouseEvent):void { var linkURL:URLRequest = new URLRequest("http://www.adobe.com/"); navigateToURL(linkURL); }
You need to login to post a comment.
