Try this template I usually use:
TYPE YOUR WINDOW TITLE HERE! </TITLE>
</HEAD>
<BODY bgcolor="#999999" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="10" RIGHTMARGIN="0" BOTTOMMARGIN="0" SCROLL="NO">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<LAYER NAME="TEST" LEFT="25" TOP="10"> <!-- CENTERS FOR NS - NO EFFECT ON IE -->
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#999999">
<td align="center" valign="middle"><OBJECT classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
WIDTH=
720 HEIGHT=
352>
<PARAM NAME=movie VALUE="
your.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#999999> <EMBED src="
your.swf" quality=high menu=false loop=false bgcolor=#999999 WIDTH=
720 HEIGHT=
352 TYPE="application/x-shockwave-flash" PLUGINSPAGE="
</OBJECT>
</td>
</tr>
</table>
</LAYER>
</BODY>
</HTML>
Change the highlighted
red (with your movie's dimensions, for instance), and change all the different bgcolor parameters to suit your needs!
Also remove the ";" at the end of both links in
blue, they shouldn't be there!
Regards,
ldnewbie