I'll take that as a no then.
You might need to adjust this a bit as I just grabbed it from one of my test sites.
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="[high]WIDTH[/high]" height="[high]HEIGHT[/high]" align="center">
<param name="movie" value="[high]URL TO FILE[/high]" />
<param name="quality" value="high" />
<embed src="[high]URL TO FILE[/high]" width="[high]WIDTH[/high]" height="[high]HEIGHT[/high]" align="center" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>