12/06/2012, 15:33
|
| | Fecha de Ingreso: junio-2012
Mensajes: 1
Antigüedad: 12 años, 5 meses Puntos: 0 | |
Porqué no veo mi web en flas en Mozilla? Hola, buenas noches. Tengo un problema con mi web. Está diseñada con flash pero no la puedo visualizar en Mozilla, en el resto de navegadores no tengo ningún problema. La web es www.malamaluca.es. Os adjunto el código de la página de inicio por si podéis echarme una mano
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<title>Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
td object {display: block;}
html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashContent">
<div align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1000" height="500" align="middle">
<param name="movie" value="Index.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="Index.swf" width="1000" height="500">
<param name="movie" value="Index.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash"> <img src="flash.png" width="1000" height="500" alt="Imagen de reemplazo de flash" /> </a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</div>
</body>
</html>
Os agradezco de antemano vuestra ayuda.
Saludos |