Comunidad de diseño web y desarrollo en internet online

Boton flash llama a un html en fullscreen

Citar            
MensajeEscrito el 20 Sep 2006 09:35 pm
Que tal comunidad, que bien por su blog, los molesto con la siguiente consulta. Navegando en la red me encontré con este super sitio http://absolut.com/ en él se encuentra un botón en flash que llama a un html el cuál queda el fullscreen, ustedes puede ayudarme con esto, por fa, gracias.

f e r n e y.Ca

Por humorferney

0 de clabLevel



Genero:Masculino  

firefox
Citar            
MensajeEscrito el 20 Sep 2006 10:51 pm

Código :

on(release){
   getURL("javascript:void(window.open('miventana.html','popup','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=750,height=550'))");
}


y que tu archivo miventana.html tenga el siguiente codigo (esto hace un resize a toda la pantalla):

Código :

<script language="JavaScript1.2"> 
<!-- 
top.window.moveTo(0,0); 
if (document.all) { 
   top.window.resizeTo(screen.availWidth,screen.availHeight); 
} 
else if (document.layers||document.getElementById) { 
   if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ 
      top.window.outerHeight = screen.availHeight; 
      top.window.outerWidth = screen.availWidth; 
   } 
} 
//--> 
</script> 


suerte.

Por H3r3j3

290 de clabLevel

1 tutorial

Genero:Masculino  

Desarrollador Multimedia

firefox
Citar            
MensajeEscrito el 21 Sep 2006 07:42 pm
gracias por esa respuesta tambien yo lo necesitaba te agradesco H3r3j3 XD

Por nashCode

161 de clabLevel

1 tutorial

Genero:Masculino  

Desarrollador web

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.