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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 5 antwoorde
  • 49 hierdie probleem
  • 1 view
  • Laaste antwoord deur 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?

Gekose oplossing

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>
Lees dié antwoord in konteks 👍 1

All Replies (5)

more options

Gekose oplossing

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>

Gewysig op deur 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?