Nova janela..sem barra..ao clicar em um botão no flash
GOSTARIA MUITO QUE ALGUÉM ME RESPONDESSE COMO FAZER UM BOTÃO ABRIR UMA NOVA JANELA SEM A BARRA DO NAVEGADOR NO FLASH
Eu fiz dessa maneira e não deu certo
Código no flash
on (release) {
getURL("javascript:window.open('festa_chivas.asp?cod=1','pop','width=800,height=600,top=0, left=0, scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no,');void(0);");
}
Código no html
<script Language=JavaScript>
function AbrirJanela() {
janela=window.open(festa_chivas.asp?cod=1', '', 'width=800, height=600');
}
</script>Discussão (1)
Carregando comentários...