Try this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>Title of Page</TITLE>
***META TAGS GO HERE***
</HEAD>
<BODY BGCOLOR="#000000">
<object width="550" height="400">
<param name="movie" value="index.swf">
<embed src="index.swf" width="550" height="400">
</embed>
</object>
</BODY>
</HTML>
Of course, you must
Delete ***META TAGS GO HERE*** and replace with your own.
Change BG Color to the background color of your flash.
Change dimensions on Embed to the dimensions of index.swf
Please PM me for additional help.