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

cannot enable quicktime plugin (win7) for mp3 format sound - can only select Quicktime player or Win Media Player. Choose other and navigating to plugin folder is empty. I wanted to use plugin and firebug to get embed code, so I can add audio files. Help!

  • 2 个回答
  • 5 人有此问题
  • 14 次查看
  • 最后回复者为 bhcole

more options

I'd like to associate an mp3 I've created with the Quicktime plugin (vs player) - in conjunction with firebug (so I can get the html embed code). I am building a course in moodle lms and need the embed code.

I'd like to associate an mp3 I've created with the Quicktime plugin (vs player) - in conjunction with firebug (so I can get the html embed code). I am building a course in moodle lms and need the embed code.

所有回复 (2)

more options

Code like this should play an MP3 file with QuickTime. You only need to supply a MIME type that the QT plugin supports.


<embed src="file.mp3" type="audio/mpeg" width="300" height="20" autostart="0">

<object data="file.mp3" type="audio/mpeg" width="300" height="20">
 <param name="autoplay" value="false" />
 <param name="controller" value="true" />
</object>
more options

Great, thanks cor-el. I'll give that a try in the morning - it's been a long day. I had a coworker (using mac) show me how to get the emded code, using qt plugin and fireplug. I'm on pc, and when I tried, well let's just say I went down the rabbit hole. I was able to figure out how to obtain the embed code (may sound foolish for some, but I am no coder..), now it turns out that our LMS does not play well with Firefox. I tested the code using IE and Firefox - IE all works pretty well, but when using Firefox, it asks for a plugin that isn't there. Yipes. I've got our LMS admin digging into it...