Sinceramente non lo so.

Questo è un esempio di html che dovrebbe andare bene per tutto

codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>Prova</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<meta name="robots" content="ALL">
	<style type="text/css">
		html, body {
			width: 100%;
			height: 100%;
					
		}
		table {
			width: 100%;
			height: 100%;
		}
	</style>
</head>
<body>
	<table>
		<tr>
		<td align="center" valign="middle">
<object type="application/x-shockwave-flash" data="stefano.swf " width="100%" height="100%">
<param name="movie" value="stefano.swf " />
</object>
		  </td>
		</tr>
</table>

</body>
</html>

basta cambiare il nome del file.swf scrivi così l'oggetto flash è pronto per la pubblicazione 100%