PDA

View Full Version : Quicktime Embedded mp3


Sergio
December 27th, 2006, 02:46 PM
I can't seem to embed an mp3, anyone got a working code? Thanks.

Jordan
December 27th, 2006, 04:32 PM
<embed src="YOURFILENAME.mp3" type="application/x-mplayer2" autostart="true" playcount="true" loop="true" height="0" width="0">

That should work in firefox and IE, as opposed to most common codes.

Sergio
December 27th, 2006, 05:18 PM
That worked, thanks.