Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/03/2002, 18:45
Avatar de hucasys
hucasys
 
Fecha de Ingreso: noviembre-2001
Ubicación: Bastante buena...
Mensajes: 816
Antigüedad: 22 años, 5 meses
Puntos: 3
Re: Se puede desde exe de flash hacer...

el amigo Potro compartió esto conmigo una vez, ahora te lo paso a tí...

Código:
 Esto esto en el html ok

abajo del <head>

<SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0;</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">var newwindow;
function launchwin(winurl,winname,winfeatures){
//This launches a new window and then
//focuses it if window.focus() is supported.
newwin = window.open(winurl,winname,winfeatures); if(javascript_version > 1.0)
{ //delay a bit here because IE4 encounters errors
//when trying to focus a recently opened window
setTimeout('newwin.focus();',250); }}</SCRIPT>






 
Potro 
de México 
  Enviado - 22 August 2001 17:31          
--------------------------------------------------------------------------------
y en el flash en el geturl vas a poner esto:

javascript:launchwin('lapagina.html' , 'newwindow' , 'width="xxx",height="xxx"')

y eso es todo nos vemos.
hasta ahí el código compartido por Potro.
Suerte :prohibido

<div align=center>
<param name=movie value=http://www.webdavm.com/flash/firma_web.swf>
<param name=quality value=high><embed src=http://www.webdavm.com/flash/firma_web.swf width=350 height=60>
</embed></div>