La cuestión es la siguiente, no consigo que al minimizar la ventana del navegador salgan los scroll.
La pelicula está echa en flash,mide 700px X 400px en el primer fotograma tengo escrito el siguiente código en as2: Stage.scaleMode = "noScale";
y en el html el flash está con la clase swfobject:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<META NAME="Autor"CONTENT="">
<META NAME="DC.Creator" content="">
<META NAME="keywords"CONTENT="">
<META NAME="description" CONTENT="">
<META NAME="robots" content="all">
<META NAME="distribution" content="global">
<META NAME="rating" content="General">
<META NAME="language" content="ES">
<title>ME ESTOY VOLVIENDO LOCO</title>
<script type="text/javascript" src="js/swfobject.js"></script>
<style type="text/css">
html {
height: 100%;
/*weigth: 100%;*/
overflow:auto;
}
#flashcontent {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #660000;
}
.Estilo3 {
color: #6B6C6F;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.Estilo4 {
color: #6B6C6F;
font-weight: bold;
}
.Estilo5 {
color: #6B6C6F
}
.Estilo6 {
color: #6B6C6F
}
</style>
</head>
<body>
<!--URL utilizadas en la película-->
<!--Texto utilizado en la película-->
<div class="Estilo3" id="flashcontent">
<table width="100%" height="100%"border="0">
<tr>
<td><div align="center">
<table width="310" border="0" align="center">
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center"><span class="Estilo5">La Página web de ME ESTOY VOLVIENDO LOCO</span><span class="Estilo4"></span><span class="Estilo5"> está desarrollada en Flash. Para poder ver su contenido es necesario que pinche <span class="Estilo6"><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BUIGP" target="_self" class="Estilo4 Estilo5">AQUÍ</a>.</span> </span></div></td>
</tr>
</table>
<p class="Estilo3"> </p></td>
</tr>
</table>
</div>
<script type="text/javascript">
var fo = new SWFObject("mi_flash.swf", "mi_flash", "100%", "100%", "9.0.00", "#660000",true);
fo.addParam("quality", "high");
fo.addParam("scale","noscale" );
fo.addParam("bgcolor","#660000");
fo.write("flashcontent");
</script>
</div>
</td>
</tr>
</table>
</body>
</html>
Lo probé todo, y ya no se si es un problema del flash o del html, por favor alguien que sepa la solución, muchas muchas gracias.