curious_me
06-20-2007, 07:45 PM
I have this swf file that I want to play on my website, and it does that. However it just plays the video it doesn't give you the option to pause if it you want to walk away. Is there anything I can do to make it play? I am currently using Dreamweaver MX and I have been trying lots of codes to get it to work but no matter what i try i never can get a play button to show. I don't know what i am doing wrong. can anyone help?
<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="505" height="351" align="middle" title="race">
<param name="movie" value="../../video/VTS_01_1.VOB.SWF" />
<param name="quality" value="high" /><param name="LOOP" value="false">
<embed src="../../video/VTS_01_1.VOB.SWF" width="505" height="351" loop="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
this is where it resides right now http://www.norfield.com/html/doormachinery/5000video.htm
thanks in advance. and sorry if this has already been posted.
<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="505" height="351" align="middle" title="race">
<param name="movie" value="../../video/VTS_01_1.VOB.SWF" />
<param name="quality" value="high" /><param name="LOOP" value="false">
<embed src="../../video/VTS_01_1.VOB.SWF" width="505" height="351" loop="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
this is where it resides right now http://www.norfield.com/html/doormachinery/5000video.htm
thanks in advance. and sorry if this has already been posted.