questo il codice della pagina html per il tuo movie ...
codice:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE></TITLE>
<style type="text/css">
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background-color:#000000;
}
table {
width: 100%;
height: 100%;
}
</style>
</HEAD>
<body>
<table cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<object type="application/x-shockwave-flash" data="tuofilmato.swf" width="100%" height="100%"><param name="movie" value="tuofilmato.swf"/></object>
</td>
</tr>
</table>
</body>
</HTML>
se non sbaglio andr3a tempo fa suggeri' questo code!