Trying to get an MP3 file to play on startup and loop when it's finished.
So far I've got
- Code: Select all
<embed src="Audio.mp3" hidden="true" border="0" width="1" height="1" autostart="true" autoplay="true" loop="true" volume="75%">
But it wont loop.
Any idea's?
P.s Looking for something like this: http://chickenonaraft.com/



