criei um botão no as3 e inseri o seguinte código: botao.addEventListener(MouseEvent.CLICK, abrirPopUp); function abrirPopUp(event:MouseEvent):void { var url:String = "java script:(window.open('http://www.semlimitedabahia.com.br/novo/contato.php','semlimitedabahia','width=450,height=350,top='+(window.screen.height/2-600/2)+',left='+(window.screen.width/2-800/2)+',scrollbars=no,toolbar=no,menubar=no,status=no,location=no,resizable=no'))"; var pgUrl:URLRequest = new URLRequest(url); navigateToURL(pgUrl, '_self'); } porém quando clico no botão, além de abrir o popup ele abre também uma página em branco imprimindo [object] Sou leigo em flash e action alguém poderia me ajudar onde está o erro?? Abraços