Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/11/2008, 12:59
Payess
 
Fecha de Ingreso: agosto-2008
Mensajes: 13
Antigüedad: 15 años, 7 meses
Puntos: 0
Exclamación explorer si, mozilla no!?

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="#2D2622" 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!

Nota: anteriormente he colgado este tema en el foro de flash, pero estoy empezando a ver que el problema puede que sea sólo de incompatibilidad de tags o, más bien, de atributos de tags entre navegadores. Tambien creo haber aislado el problema en el fichero principal.htm. Parece que mozilla no lee bien o ignora el bgcolor del tag <param> y el height y width del tag <object>; explorer lo lee bien...