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!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

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 odgovora
  • 5 ima ovaj problem
  • 14 prikaza
  • Posljednji odgovor od 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.

Svi odgovori (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...