Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/10/2008, 12:40
aleslf
 
Fecha de Ingreso: septiembre-2006
Mensajes: 17
Antigüedad: 17 años, 7 meses
Puntos: 0
Por que si lo veo en Firefox y no en ie ?

Hola a todos nuevamente tengo un problemita estoy haciendo una galeria para una web y el problema resulta cuando la quiero ver en internet explorer no se ve nada y firefox si se ve les dejo aqui el codigo haber si me alludan la galeria esta apoyada en flash y en xml

Gracias

Código 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">
<head>
</head>
<body>
	<script type="text/javascript" src="swfobject.js"></script>
    <div id="Layer1" style="position:absolute; width:296px; height:71px; z-index:1; left: 288px; top: 186px; visibility: visible;">
	  <div id="container">
	      <script type="text/javascript">
			var s1 = new SWFObject("imagerotator.swf","rotator","400","200","7");
			s1.addParam("allowfullscreen","true");
			s1.addVariable("file","madrid.xml");
			s1.addVariable("width","400");
			s1.addVariable("height","200");
			s1.write("container");
	  	  </script>
	  </div>
	</div>
</body>
</html>