Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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 antwoorden
  • 5 hebben dit probleem
  • 18 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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...