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

Ok! He seguido tu sujerencia. Queda así:

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" 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>


Aun asi, mozilla sigue sin funcionar como desearia...

Nota: He visto en algunos foros que el tag <embed> es exclusivo de IE. He probado con o sin el tag <embed> y no cambia nada

Gracias!!

Última edición por Payess; 28/11/2008 a las 13:50 Razón: corrección!