How to embed audio file in a webpage

Insert this code, editing myfile.mp3 to be the audio file source
<EMBED height=”20″ SRC=”myfile.mp3″ VOLUME=”50″ loop=”true” controls=”console” AUTOSTART=”FALSE” width=”128″>

This will produce a player like this:

Leave a Reply