Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

youtube videos on our hoome page used to autoplay in Firefox; now nothing is there

  • 5 odgovorov
  • 49 ima to težavo
  • 1 ogled
  • Zadnji odgovor od traderbrasil

more options

Our home page has YouTube videos that are coded to autoplay. They used to do this in all browsers on Win and Mac platforms. Recently, Firefox on all platforms no longer autoplays the video. In fact, there is blankness where the video used to be. This came to our attention when visitors reported this to us, presumably on Win platforms. We tested on Win and Mac platforms using the current builds of Firefox and they were right. No more video. Can someone tell me what I need to do to get those videos back on Firefox?

Our home page has YouTube videos that are coded to autoplay. They used to do this in all browsers on Win and Mac platforms. Recently, Firefox on all platforms no longer autoplays the video. In fact, there is blankness where the video used to be. This came to our attention when visitors reported this to us, presumably on Win platforms. We tested on Win and Mac platforms using the current builds of Firefox and they were right. No more video. Can someone tell me what I need to do to get those videos back on Firefox?

Izbrana rešitev

Caused by as missing data attribute in the OBJECT that Firefox will use because it is valid code with type="application/futuresplash" that makes Firefox start the Flash plugin, but is missing the URL (player shows "movie not loaded").

Add the video source from the EMBED to the OBJECT and leave out the EMBED.


<object data="http://www.youtube.com/v/WDqau1FUe1A&amp;autoplay=1?fs=1&amp;hl=en_US&amp;rel=0" type="application/futuresplash" height="300" width="480">
<param name="movie" value="http://www.youtube.com/v/WDqau1FUe1A&amp;autoplay=1?fs=1&amp;hl=en_US&amp;rel=0">
<param name="allowFullScreen" value="true">
<param name="allowscriptaccess" value="always">
</object>
Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (5)

more options

Izbrana rešitev

Caused by as missing data attribute in the OBJECT that Firefox will use because it is valid code with type="application/futuresplash" that makes Firefox start the Flash plugin, but is missing the URL (player shows "movie not loaded").

Add the video source from the EMBED to the OBJECT and leave out the EMBED.


<object data="http://www.youtube.com/v/WDqau1FUe1A&amp;autoplay=1?fs=1&amp;hl=en_US&amp;rel=0" type="application/futuresplash" height="300" width="480">
<param name="movie" value="http://www.youtube.com/v/WDqau1FUe1A&amp;autoplay=1?fs=1&amp;hl=en_US&amp;rel=0">
<param name="allowFullScreen" value="true">
<param name="allowscriptaccess" value="always">
</object>

Spremenil cor-el

more options

This was exactly it. Thanks so much for the correction!

more options

Please click the Solved It button next to the answer that solved your Firefox support issue, it appears when you are logged in, so this thread gets marked as Solved to help other users who may have this same problem.

more options

after i downloaded ff 6.0 and the new flash plugin my video bellow stop functioning. what i am doing wrong , just used your suggestion but no sucess...

<object width="600" height="200" data="http://www.youtube.com/v/ZVWMkXW2a-k&autoplay=1;&loop=1;hl=pt_BR&rel=0" type="application/futuresplash"><param name="movie" value="http://www.youtube.com/v/ZVWMkXW2a-k&autoplay=1;&loop=1;hl=pt_BR&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object>

any thoughts?