Muy buenas tengo una duda, espero que me ayudéis...
La duda esta en que el swf la quiero autoresizable, que encaje bien en toda la pantalla según la ventana sin maximizar al windows. Y al restaurar la ventana, se me oculta una parte del swf. Que sea un xhtml valido segun W3C.
------------------------------------------
<html>
<title>Prueba</title>
<style type="text/css">
html, body {
background-color: #000000;
height: 100%;
margin: 0;
padding: 0;
text-align: center;
}
table {
height:100%;
width:100%;
}
</style>
</head>
<body>
<table>
<tr>
<td align="center">
<object type="application/x-shockwave-flash" data="prueba.swf" width="1000" height="630">
<param name="movie" value="prueba.swf"/>
<param name="quality" value="high"/>
</object>
</td>
</tr>
</table>
</body>
</html>
-------------
Muchas gracias