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

搜尋 Mozilla 技術支援網站

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

了解更多

I get a window that says additional Software is required for QuickTime to playback this media.

  • 3 回覆
  • 13 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

I get a window that says additional Software is required for QuickTime to playback this media. I checked, and found that I have a more updated version than the one I would be able to download. There is other software available, but it is all about video, and not what I need. I also know that the media it is talking about (on my own webpage) is not a plug-in. To whom can I actually talk about this? My own webpage will often not play the audio clip! My son put the clip on; sometimes it has a black play button, sometimes not. My son says clip is NOT done with a plugin. But usually while I am using Firefox I get a message that I am missing software.

I get a window that says additional Software is required for QuickTime to playback this media. I checked, and found that I have a more updated version than the one I would be able to download. There is other software available, but it is all about video, and not what I need. I also know that the media it is talking about (on my own webpage) is not a plug-in. To whom can I actually talk about this? My own webpage will often not play the audio clip! My son put the clip on; sometimes it has a black play button, sometimes not. My son says clip is NOT done with a plugin. But usually while I am using Firefox I get a message that I am missing software.

所有回覆 (3)

more options

Can you post all link to the page with that (media) file?

Is there a MIME type (which) send with that (media) file?

What is the file extension of that (media) file?


It is possible that QT has registered that file extension, but isn't able to handle it after all.
It wouldn't be the first time that his happens.

more options

<embed src="http://deanearnold.com/songs/02%20_Deed%20I%20Do.mp3" width="18" height="16" autoplay="false"></embed> 'Deed I Do

is the link.

more options

That code doesn't have a MIME Type specified, so maybe add something like audio/mpeg or audio/mpeg3 or audio/mp3 that QuickTime can use if it is your own website.
The Firefox knows which plugin to use.
You can see the supported MIME tpyes of each plugin on the about:plugins page.
You can open about: pages via the location bar like you open a website.


<h3>
<embed src="http://deanearnold.com/songs/02%20_Deed%20I%20Do.mp3" type="audio/mpeg" width="18" height="16" autoplay="false"></embed>
'Deed I Do</h3>