Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/01/2010, 22:07
Lorebisio
 
Fecha de Ingreso: julio-2009
Mensajes: 4
Antigüedad: 14 años, 9 meses
Puntos: 0
Pregunta Internet Explorer reduce el tamaño real del swf... Me rindo!

Hola!

Como miles de veces anteriores inserto un swf que armé con el Flash Slideshow Maker y se ve bárbaro en Firefox pero en Internet Explorer me lo reduce un 20% de tamaño... busqué por todos lados y ya no sé más por dónde, no encunetro respuesta a este ¿bug?
Estoy probando en IE8 que es el que tengo instalado.
Les copio el código html/css más abajo a ver si alguno tiene la posta de dónde puede estar el error.

Y gracias por leerme!
Lorena

<!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>El Conquistador</title>
<style type="text/css">
<!--
body {
font-family: Verdana, Tahoma, "Trebuchet MS", Arial;
font-size:11px;
color:#666666;
text-align:center;
background-color:#660000;
}
#contenedor {
position:absolute;
top:50%;
left:50%;
margin-top:-275px;
margin-left:-375px;
height:525px;
width:750px;
text-align:left;
padding:0;
background-color:#ffffff;
}
.barra-logo {
float:left;
width:750px;
margin-bottom:3px;
}
.trama-izq {
float:left;
width:79px;
}
.swf {
float:left;
width:591px;
background-image:url(trama-der.gif);
background-repeat:repeat-x;
text-align:center;
}
.trama-der {
float:left;
width:79px;
}
.barra-footer {
float:left;
width:750px;
background-color:#f6f1dc;
text-align:center;
line-height:3em;
}
a {
text-decoration:none;
color:#666;
}
a:hover {
text-decoration:underline;
color:#666;

}
a:visited {
text-decoration:none;
color:#600;
}
a:active {
text-decoration:none;
color:#666;
}

-->
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body>
<div id="contenedor">

<div class="barra-logo" align="center"><img src="barra-logo.gif" width="750" height="125"></div>
<div class="trama-izq"><img src="trama-izq.gif" width="79" height="139"></div>
<div class="swf">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="575" height="375">
<param name="movie" value="cd_conquistador.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="cd_conquistador.swf" width="575" height="375">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<div class="barra-der"><img src="trama-der.gif" width="79" height="139"></div>
<div class="barra-footer"><a href="frente.html">ESPA&Ntilde;OL</a> · <a href="frente_ingles.html">ENGLISH</a></div>

</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>