Forum Moderators: open
Use this... change "whatever.swf" to whatever yours is named, and use your own id, height, width and bgcolor values as well:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="400" id="whatever" ALIGN="">
<PARAM NAME=movie VALUE="whatever.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="whatever.swf" quality=high bgcolor=#000000 WIDTH="600" HEIGHT="400" NAME="whatever" ALIGN="left" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Be sure to have both the EMBED and OBJECT values, as NN and IE use those different tags respectively.