Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

videos on my website play automatically

  • 10 replies
  • 1 has this problem
  • 2 views
  • Last reply by 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

All Replies (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.

Modified by 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.