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>