function irPagina(event:MouseEvent):void { navigateToURL(new URLRequest("http://www.google.com.pe/"),"_blank"); } miBoton.addEventListener(MouseEvent.CLICK, irPagina);