HTML Background Music

1. use Object Tag
<object data=”http://www.yoursite.com/mario.mid”>
<param name=”loop” value=”10″>
</object>

2. use bgsound Tag
<bgsound loop=”infinite” volume=”0″ src=”http://www.yoursite.com/mario.mid” balance=”-90″>

3. use embed Tag
<embed src=”mymusic.mid”
height=”60″
width=”145″
autostart=”true”
loop=”true”
width=”0″
height=”0″>
</embed>

Leave a Comment