Ver Mensaje Individual
  #7 (permalink)  
Antiguo 17/07/2008, 14:44
Avatar de jhonatanglorys
jhonatanglorys
 
Fecha de Ingreso: abril-2008
Mensajes: 28
Antigüedad: 15 años, 11 meses
Puntos: 0
Ventana Pop Up en Flash

Mira, ahora deje de utilizar ese codigo, y utilice el siguiente:<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(reproductor3.html,winName,features);
}
//-->
</script>


Si me abre el pop up cuando lo pruebo localmente, pero cuando lo monto en el cpanel e ingreso a la direccion de donde saldria el pop up, no sale.
Me podrias decir que puede estar mal¿