Me gustaria abrir desde un boton flash, una ventana pop up con las dimensiones height width que yo le asigne ¿Como lo hago?
Muchisimas Gracias!
<EMBED src="http://kafc.com.ar/snakepit.swf" WIDTH=320 HEIGHT=80</EMBED>
| |||
<<Get Url - Ventana PoP Up >> Ayuda! Me gustaria abrir desde un boton flash, una ventana pop up con las dimensiones height width que yo le asigne ¿Como lo hago? Muchisimas Gracias! <EMBED src="http://kafc.com.ar/snakepit.swf" WIDTH=320 HEIGHT=80</EMBED> |
| |||
Re: <<Get Url - Ventana PoP Up >> Ayuda! en esta miama pagina existe un post que dice hagamos un tutorial aqui mismo hay esta muy bien explicado...... <html><center><embed src="http://galeon.com/matrex/firma/index.swf" height=60 width=500> </embed></center></html> |
| |||
Re: <<Get Url - Ventana PoP Up >> Ayuda! mira, en el boton flash pones esto: onmouse... get url...... javascript:popUp1('pagina.htm') y en el documento html, escribes esto en la cabecera(head): <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp1(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=564,height=305,left = 391,top = 266.5');"); } // End --></script> es mu simple y funciona perfectamente. Un saludote colega |