Forum Moderators: not2easy

Message Too Old, No Replies

How do I change video clip to NOT autoplay?

         

ddesign

4:51 pm on May 9, 2007 (gmt 0)

10+ Year Member



I have a wmv video clip on a web site I did. I need to change it so that it does NOT autoplay when you load the page. We want the video to remain embedded into the page, but not to start automatically. We only want it to start if play is clicked. The video displays the controls.

I've tried "False" and I've tried "0" - I even tried a web site that allows you to choose the answers and they build the code for you - no matter what I try it still auto plays. Please help. Thank you!

ddesign

4:57 pm on May 9, 2007 (gmt 0)

10+ Year Member



Here is the code I'm currently using (I've tried a few different ones!)

<Embed type="application/x-mplayer2"
pluginspage=
"http://www.microsoft.com/Windows/MediaPlayer/"
FileName="URL and sound clip path name here"
src="URL and sound clip path name here"
Name="MediaPlayer"
AutoStart=False
Width=240
Height=266
ShowControls=1
></embed>