Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

videos on my website play automatically

  • 10 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από 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.