loop attribut not working

liunx

Guest
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:<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"/m/tubbular.mid" height="10" width="50"><br />
<param name="loop" value="INFINITE"><br />
<param name="autostart" value="true"><br />
</embed><br />
And it WONT loop :(<br />
Any suggestions?<!--content--><embed src=http://www.webdeveloper.com/forum/archive/index.php/"/m/tubbular.mid" height="10" width="50" loop="true"> <br />
<br />
If you dont want the controls to pop up you could add a <br />
<br />
hidden="true"<br />
<br />
Although doing this might not let you stop the music ^_^<!--content-->
 
Back
Top