by centip3de on Tue Oct 16, 2012 12:34 pm
([msg=70185]see Re: Audio File MP3[/msg])
RubberduckJ35 wrote:Hey Guy's. I'm in progress of making a wee website.
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/
Why not just create a timer in JS that waits for how ever long the song is, ends the song, and then starts it again?
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rick Cook