為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Bing Home Page displays Animated Pictures (video loops) only in Chrome, but not in Firefox.

more options

The Bing Home Page often displays an image with an animated picture -- i.e., an image that contains a short video loop. If I view the Bing Home Page in Chrome, I'll see the video loop play the way it's supposed to. But if I go to the same URL in Firefox, I just see a static picture -- with no video loop. Also, the image that's displayed in Firefox will appear to be a slightly different view of the image than what's displayed in Chrome.

I'm using the current version of Firefox (v39.0); and I've had this problem now on 3 different computers running 3 different O/S versions -- Win XP (32-bit), Vista (32-bit), and Win 7 Pro (64-bit). All three computers and O/S'es have the same problem.

Note that I've already checked the Bing Settings page; and I made sure that the "Videos and panoramas" option is set to "Play automatically". So I know that the settings for Bing is correct. I've also tried running Firefox in Safe Mode, as well as doing a Refresh Firefox; but the problem still remains.

Does anyone have an idea why Firefox isn't playing these video loops, while Chrome displays them properly?

The Bing Home Page often displays an image with an animated picture -- i.e., an image that contains a short video loop. If I view the Bing Home Page in Chrome, I'll see the video loop play the way it's supposed to. But if I go to the same URL in Firefox, I just see a static picture -- with no video loop. Also, the image that's displayed in Firefox will appear to be a slightly different view of the image than what's displayed in Chrome. I'm using the current version of Firefox (v39.0); and I've had this problem now on 3 different computers running 3 different O/S versions -- Win XP (32-bit), Vista (32-bit), and Win 7 Pro (64-bit). All three computers and O/S'es have the same problem. Note that I've already checked the Bing Settings page; and I made sure that the "Videos and panoramas" option is set to "Play automatically". So I know that the settings for Bing is correct. I've also tried running Firefox in Safe Mode, as well as doing a Refresh Firefox; but the problem still remains. Does anyone have an idea why Firefox isn't playing these video loops, while Chrome displays them properly?

所有回覆 (1)

more options

When I visit the page in Chrome and Firefox, the background section of the page is different in the HTML itself.

Chrome:

<div id="bgDiv" style="width: 1187px; height: 668px; top: -34.5px; left: 0px;">
  <div id="hp_vidwrp"></div>
  <video id="vid" muted="" onended="VM.play();" loop="" autobuffer="" preload="auto" oncontextmenu="return false" data-tag="" style="width: 1187px; height: 668px; top: -34.5px; left: 0px; opacity: 1; visibility: visible;" src="//az29176.vo.msecnd.net/videocontent/UK_Gateshead_ShutterstockRF_6899947_1080_HD_EN-US.mp4"></video>
</div>

Firefox:

<div id="bgDiv" style="width: 1347px; height: 758px; top: -79.5px; left: 0px;"></div>

In other words, it appeared that Bing was giving Chrome users the video, but not Firefox users.

Could it be some gap in capability of Firefox? As a test, I used the ua-site-switch extension to lie to Bing and identify Firefox as Chrome. Boom. Video. (See large screen shot attached)

So this is either is a bug in the script on the Bing server, or intentional discrimination. No idea which.