搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 5 个回答
  • 49 人有此问题
  • 1 次查看
  • 最后回复者为 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?

被采纳的解决方案

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>
定位到答案原位置 👍 1

所有回复 (5)

more options

选择的解决方案

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>

由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

You're welcome

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?