It’s very simple to get music playing on your website:
<EMBED NAME=”Player” SRC=”music.mp3″ AUTOSTART=”true” LOOP=”false” TYPE=”audio/mp3″ showvideo=”0″ showcontrols=”0″ showdisplay=”0″ showstatusbar=”0″ ShowCaptioning=”false” ShowPositionControls=”false” nosave=”true”>
This line will start the file ‘music.mp3’ automatic. The options is simple to understand and edit
(The code will embed an invesible windows media player, and will only work with Internet explorer)