Embed media WMV file autostarts but shouldn't

T

T.J. Warner

(sorry if this double posted.. my machine hung at the sending message
prompt)

Hi gang...

Having a problem with a page and not sure why. I've got the following
code inside a page to call upon one of two videos (one is for highband
the other for low). The code is the same with the exception of the file
name that it's calling. As you can see the Autostart values for both
settings are set to "false" yet, when the page is published, both videos
play automatically. What am I doing wrong?? I'd like it so that the
user can press the "play" button rather than it starting automatically.

Thanks in advance!

<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="320"
height="290" class="leftimage" id="mediaplayer1">
<param name="FileName" value="images/shelter_modem.wmv" />
<param name="AutoStart" value="false" />
<param name="ShowControls" value="True" />
<param name="ShowStatusBar" value="False" />
<param name="ShowDisplay" value="False" />
<param name="AutoRewind" value="True" />
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer
/" src="images/shelter_modem.wmv" width="320" height="290"
autostart="false" filename="images/shelter_modem.wmv" showcontrols="True"
showstatusbar="False" showdisplay="False" autorewind="True"></embed>
</object>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top