Foros del Web » Creando para Internet » Flash y Actionscript »

explorer vs. mozilla

Estas en el tema de explorer vs. mozilla en el foro de Flash y Actionscript en Foros del Web. Alguien me puede decir porque esto me funciona bien en explorer i no en mozilla firefox? el sitio: http://theotherme.net el fichero index.html: <!DOCTYPE html PUBLIC ...
  #1 (permalink)  
Antiguo 28/11/2008, 10:35
 
Fecha de Ingreso: agosto-2008
Mensajes: 13
Antigüedad: 15 años, 8 meses
Puntos: 0
explorer vs. mozilla

Alguien me puede decir porque esto me funciona bien en explorer i no en mozilla firefox?

el sitio: http://theotherme.net

el fichero index.html:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Other Me</title>
</head>
<body border="0" onload="javascript:window.open
('principal.htm','nombredeventana', 'fullscreen=yes, scrollbars=no');">
</body>
</html>

el fichero principal.htm:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TheOtherMe</title>
</head>
<body bgcolor="#2D2622">
<!--url's used in the movie-->
<a href="Tracks.zip"></a>
<a href="http://www.myspace.com/theothersonny"></a>
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="TheOtherMe" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="TheOtherMe.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#2D2622" />
<embed src="TheOtherMe.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="TheOtherMe" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>



Muchas gracias por todo!
  #2 (permalink)  
Antiguo 28/11/2008, 21:40
Avatar de TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
Respuesta: explorer vs. mozilla

Popup blocker, lo que haces es querer abrir un popup sin que el usuario quiera o no.. se lo abres, Mozilla, firefox y cualquier navegador decente trae bloqueadores de popups por defecto
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 02:29.