Click to See Complete Forum and Search --> : loop attribut not working


alcodes
01-22-2003, 05:21 PM
I was adding background music to my site and all of a sudden, it wouldnt loop, this is what I am using for the code:
<embed src="/m/tubbular.mid" height="10" width="50">
<param name="loop" value="INFINITE">
<param name="autostart" value="true">
</embed>
And it WONT loop :(
Any suggestions?

aderouin
01-22-2003, 05:38 PM
<embed src="/m/tubbular.mid" height="10" width="50" loop="true">

If you dont want the controls to pop up you could add a

hidden="true"

Although doing this might not let you stop the music ^_^