I've got the swf file displayed within a table cell. I'm not changing it by rotating but it is playing on my site.
Change the xxxxxxxx to your flash file name. The embed tag is used by Netscape, and the Object tag by IE.
<TD id="TD1" style="HEIGHT: 114px" vAlign="top">
<OBJECT CodeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="114" width="250" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>
<PARAM NAME="_cx" VALUE="6615">
<PARAM NAME="_cy" VALUE="3016">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="xxxxxxxxxx.swf">
<PARAM NAME="Src" VALUE="xxxxxxxxxx.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<embed src="xxxxxxxxxxx.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="250" height="114">
</embed>
</OBJECT>
</TD>
|