http://www.world-voices.com/resources/addaud.html
Go down and you'll see about embedding MP3 files. What you'll want to do is link to an M3U file. So put this in your page:
<EMBED src="https://www.illmuzik.com/mybeatsucks.m3u" autostart=true hidden=true>
If you want them to be able to stop and start the music then change 'hidden' to: hidden=false
Open Notepad and type in where your MP3 is:
https://www.illmuzik.com/mybeatsucks.mp3
Save that as mybeatsucks.m3u Make sure your filenames are all together or separated with _ (something like stresswon_mybeatsucks for example)
Put the M3U and MP3 files in the same place.
Let me know if you have any problems.