Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

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>