Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Firefox can't play Netflix, but Chrome can.

  • 3 trả lời
  • 19 gặp vấn đề này
  • 18 lượt xem
  • Trả lời mới nhất được viết bởi cinjaxon

more options

I have Firefox 13.0.1 installed (also tried the beta, 14 or whatever) and I can't play movies on Netflix. Silverlight is up-to-date, everything is up-to-date, but it doesn't work. It goes to that page that says,

"Complete System Requirements

To watch instantly, youll need a computer that meets the following minimum requirements:

   Windows
       Windows XP with Service Pack 2, Vista or Windows 7
       Internet Explorer 6.0 or higher; or Firefox 3 or higher; or Chrome 7 or higher
       1.2 GHz processor
       512 MB RAM
   Mac
       An Intel-based Mac with OS 10.4.11 or later
       Safari 3 or higher; or Firefox 3 or higher; or Chrome 10 or higher
       1 GB RAM
   Chrome OS
       A Google Chromebook with Chrome OS 13 or higher"

But if I open and try it in Google Chrome, it goes just fine. I'm on Windows 8 Release Preview, and it's a 64bit system. Firefox is 32bit, of course. I don't know what else I can possibly try to get Netflix to work in Firefox. Chrome is fine, but Firefox is my default browser, and I wish I didn't have to switch over every time just for Netflix.

I have Firefox 13.0.1 installed (also tried the beta, 14 or whatever) and I can't play movies on Netflix. Silverlight is up-to-date, everything is up-to-date, but it doesn't work. It goes to that page that says, "Complete System Requirements To watch instantly, you''ll need a computer that meets the following minimum requirements: Windows Windows XP with Service Pack 2, Vista or Windows 7 Internet Explorer 6.0 or higher; or Firefox 3 or higher; or Chrome 7 or higher 1.2 GHz processor 512 MB RAM Mac An Intel-based Mac with OS 10.4.11 or later Safari 3 or higher; or Firefox 3 or higher; or Chrome 10 or higher 1 GB RAM Chrome OS A Google Chromebook with Chrome OS 13 or higher" But if I open and try it in Google Chrome, it goes just fine. I'm on Windows 8 Release Preview, and it's a 64bit system. Firefox is 32bit, of course. I don't know what else I can possibly try to get Netflix to work in Firefox. Chrome is fine, but Firefox is my default browser, and I wish I didn't have to switch over every time just for Netflix.

Giải pháp được chọn

Until netflix actually supports Windows 8, the solution is lie. We have to tell netflix that we're still using Windows 7.

If you're not comfortable with technical stuff, the easy way is to install this addon:

https://addons.mozilla.org/en-US/firefox/addon/masking-agent/?src=search

And in the field it provides on its option screen type in "Windows NT 6.1", minus the quotations. That translates to Windows 7.

If you don't feel like having yet another addon installed you can just add the information directly into firefox.

Open a new tab and type in about:config. You'll probably get a warning about messing with settings.

Once you're in right click and select new > string. For the preference name you want to type in "general.useragent.override", minus the quotations.

Then you want to type in the value, which is the info that firefox hands over to the netflix server to be identified, mine is (at least that's what I'm telling netflix):

Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1

It breaks down like this:

Mozilla is the base info, 5.0 is the Mozilla version.

Windows NT 6.1 is your version of windows (Windows NT 6.1 is Windows 7).

rv:13.0 is the version of Gecko layout engine being used.

Gecko is the name of the layout engine.

The string of numbers after is the build date.

Firefox is the browser name.

Finally, 13.0.1 is the browser version.

Đọc câu trả lời này trong ngữ cảnh 👍 4

Tất cả các câu trả lời (3)

more options

Are you using Flashblock and is it set to block Silverlight? If so, unblock it.

more options

Giải pháp được chọn

Until netflix actually supports Windows 8, the solution is lie. We have to tell netflix that we're still using Windows 7.

If you're not comfortable with technical stuff, the easy way is to install this addon:

https://addons.mozilla.org/en-US/firefox/addon/masking-agent/?src=search

And in the field it provides on its option screen type in "Windows NT 6.1", minus the quotations. That translates to Windows 7.

If you don't feel like having yet another addon installed you can just add the information directly into firefox.

Open a new tab and type in about:config. You'll probably get a warning about messing with settings.

Once you're in right click and select new > string. For the preference name you want to type in "general.useragent.override", minus the quotations.

Then you want to type in the value, which is the info that firefox hands over to the netflix server to be identified, mine is (at least that's what I'm telling netflix):

Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1

It breaks down like this:

Mozilla is the base info, 5.0 is the Mozilla version.

Windows NT 6.1 is your version of windows (Windows NT 6.1 is Windows 7).

rv:13.0 is the version of Gecko layout engine being used.

Gecko is the name of the layout engine.

The string of numbers after is the build date.

Firefox is the browser name.

Finally, 13.0.1 is the browser version.

more options

Thanks, Paddingtonbear, that did it. Although it seems ridiculous (considering I have the SAME EXACT setup on my laptop, Windows 8, 64 bit, everything and it worked fine) the addon solution works like a charm on my desktop. Thanks a lot!