搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

videos on my website play automatically

  • 10 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 escrime

more options

I have place two .wmv videos on my website. When I go to the page that contains these videos they play automatically. I have tried the autostart command but it has no effect. I want manual control. I am using Vista

I have place two .wmv videos on my website. When I go to the page that contains these videos they play automatically. I have tried the autostart command but it has no effect. I want manual control. I am using Vista

所有回复 (10)

more options

Which code do you use?

An <embed> tag or an <object> tag?

Did you use autostart="0" (autostart="false" may not work)?

more options

I have used embed and at first I did the true or false then I tried 0 and 1. I have two videos and when I go to that page they both play together. I want to turn them on manually.

more options

Which plugin is used in your case to play the videos (VLC?) because your system details list doesn't show the Windows Media Player plugn (np-mswmp.dll)?

more options

I installed the plug in (media player) I again tried the autostart command but it did not work. What am I missing?

more options

Can you post a link to a public page that doesn't require authentication (log in) to access it?
Then we can inspect the code.
I'm on Linux, so can't test it with the Windows Media Player plugin, but maybe someone else can.

more options
<TABLE>
<TR>
<TD>
<autostart/play="0">
<LEFT><embed src="Gillian.wmv"   width=x(500)height =y(500)>
</LEFT><br><br>
<B><LEFT>Gillian Ghearing on TV 2012</LEFT></B>
<TD>
<CENTER><embed src="waaytv-video.wmv" width=x(500) height=y(500)></CENTER><BR>

<B><CENTER>WAAY TV Video recorded in 2011</CENTER></BR>

This is still in draft form. I tried to upload the video but it did not work.

由cor-el于修改

more options

The autostart=0 attribute needs to be inside each embed tag.

<embed src="Gillian.wmv" width="500" height ="500" autostart="0">
<embed src="waaytv-video.wmv" width="500" height="500" autostart="0">
more options

I appreciate your effort and I am sorry to say that it did not work. I got two blank squares. I think there is something to do with Firefox because I see some references on the web.

more options
more options

After a lot of effort I have decided to solve the problem by using href. It seems to work so I am done.

Thanks a lot for your help.