E’ necessario inserire l’swf all’interno di una tabella html; ecco il codice:

<html>
<head>
<title>NOME</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>

<body bgcolor=”#000000″ marginwidth=”0″ marginheight=”0″ topmargin=”0″ leftmargin=”0″>
<table width=”100%” border=”0″ height=”100%” cellpadding=”0″ cellspacing=”0″>
<tr>
<td height=”3″>&nbsp;</td>
<td height=”3″>&nbsp;</td>
<td height=”3″>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<div align=”center”><object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″
codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0″
width=700 height=400>
<param name=movie value=”NOME FILE.swf”>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src=”NOME FILE.swf” quality=high bgcolor=#000000 width=700 height=400 type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”>
</embed>
</object></div>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>