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 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 4 views
  • Last reply by escrime

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)

Which code do you use?

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

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

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.

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)?

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

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.

<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 மூலமாக திருத்தப்பட்டது

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">

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.

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.