Use object and embed tag to include flash files.
Ex.
<html >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="130px" hspace="10" >
<param name="movie" value="C:test.swf" / >
<param name="quality" value="high" / >
<param name="loop" value="true" / >
<embed src="C:test.swf" width="100%" height="130" hspace="10" loop="true" quality="high" type="application/x-shockwave-flash" >
</embed >
</object >
</html >