Ver originalmyButton_btn.addEventListener(MouseEvent.CLICK, action);function action(e:MouseEvent):void { navigateToURL(new URLRequest("http://www.example.com"));}