Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/09/2007, 11:40
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 10 meses
Puntos: 177
Re: abrir web en ventana independiente

lo tenes que hacer en tu index.html, dentro de los tags head pone lo siguiente:

Código HTML:
<head>
<script>
function miflash() 
        { 
          ancho = 447; // ancho de tu swf 
          alto = 215;  // alto de tu swf
          y = screen.height/2 - alto/2; 
          x = screen.width/2 - ancho/2; 
          window.open("pagina.html", "w", "width="+ancho+",height="+alto+",left="+x+",top="+y+",status=no,scrollbars=no"); 
        }
</script>
</head> 
y en el tag body de tu index.html pones lo siguiente:

Código HTML:
<body onload="miflash"> 
Y listo!
__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho