Quote:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=~player width=422 height=238 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="movie" value="movie.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="bgcolor" value="#ffffff" />
<embed src="movie.swf" width=200height=100 bgcolor="#ffffff" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" />
</object>
i used this code that way so i can specify the background color and size, then they can copy it. i specify it through the action script (when they click the button it addes the color and size they wanted)