Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I stop preloading of HTML5 audio files?

  • 7 답장
  • 2 이 문제를 만남
  • 28 보기
  • 최종 답변자: jay_lofstead

more options

When I open a page that has audio tags for HTML5, it automatically downloads the files. I never use the in-browser audio player and instead download for offline listening. How do I prevent these files from being downloaded for browser playing since I have to download them a second time for my offline playing?

When I open a page that has audio tags for HTML5, it automatically downloads the files. I never use the in-browser audio player and instead download for offline listening. How do I prevent these files from being downloaded for browser playing since I have to download them a second time for my offline playing?

선택된 해결법

You can set the media.windows-media-foundation.enabled pref to false on the about:config page to disable the built-in HTML5 media player.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (7)

more options

If you type about:config into the address bar, press Enter, then accept the warning, then search for Media, you should see several prefs called "media.comething.enabled". If you switch these to false does that do what you are wanting?

more options

Not that I can figure out. For example, if I have an embedded link to a .mp3 file (say, for a podcast) using the audio tag, then firefox loads the file in the background. There is nothing in the media.*.enabled that suggests that it would stop that from happening. There is no mp3 item in that list nor is there anything about preload defaults (set to no when it is 'auto' in the html). The other settings for mp3 and flash are set to false in areas I can find.

more options

선택된 해결법

You can set the media.windows-media-foundation.enabled pref to false on the about:config page to disable the built-in HTML5 media player.

more options

Thank you! Works perfectly.

more options

How do I do this on the mac now? The previous works well for Windows.

more options

Does Firefox play MP3 files in an HTML audio tag on Mac?

A lot of other types can be disabled via one of the media prefs, but if there isn't one for files that still play and disabling media.autoplay.enabled to false also doesn't help then I don't know what else to try.

more options

I thought it did the same as I was seeing in Windows, but it seems to not do it now. The vast majority of the times I run into it I am using Windows.

Thanks for the suggestion. If it comes up, I have a place to start.