The code below works great except the user has to right click the video and then left click "play". Is there a way to add the control bar via param?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="360" height="270">
<param name="movie" value="File1.swf">
<param name="quality" value="high">
<param name="play" value="False">
<param name="enabled" value="True">
<embed src="File1.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="360" height="280"></embed>
</object>