As well here is a flash file embeded into one of my pages.
Code:
<table width=302 height=301>
<tr>
<td align=center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="Bobble_ED" width="100%" height="100%" align=left>
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="tl">
<param name="align" value="left">
<param name="bgcolor" value="black">
<embed name="Bobble_ED" src="Movie1.swf" align="left" bgcolor="black" swLiveConnect="true"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</td>
</tr>
</table>
This is the only thing that really needs to be set. The src of the <embed> tag.
<embed name="Bobble_ED" src="Movie1.swf"
Bookmarks