Fai due files, nel primo
codice:
<html>
<head>
</head>
<frameset rows="100%,*" framespacing="0" frameborder="no" border="0">
<frame SRC="flash.html" NAME="corpo" frameborder="0" border="no" marginwidth="0" marginheight="0" scrolling="no">
<frame SRC="vuoto.html" NAME="vuoto" frameborder="0" border="no" marginwidth="0" marginheight="0" scrolling="no">
</frameset>
<noframes>
Il tuo browser non supporta i frame e questa pagina ne fa uso.
</noframes>
</html>
nel secondo (flash.html - che conterrà il filmato flash)
codice:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400" hspace="0" vspace="0">
<param name="movie" value="filmato.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="filmato.swf" width="550" height="400" hspace="0" vspace="0" loop="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</body>
</html>