![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/04/2007, 08:57
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Re: Ventanas del tamaño del .swf Hola baume:
En el botón coloca éste código:
on (release) {
getURL ("javascript:NewWindow=window.open('nombre.html',' newWin','width=100%,height=100%,left=100,top=100, toolbar=No,location=No ,scrollbars=No,status=No,resizable=No,fullscreen=Y es'); NewWindow.focus(); void(0);");
}
Si tienes el Player 8 del Flash, no lo podrás ver en local, tienes que subirlo al servidor.
Espero haberte sido de ayuda. |