
Sound and music in IE
Background music:
<BGSOUND SRC="test.mid" LOOP="infinite" VOLUME="0" BALANCE="0">
Where:
LOOP is a number or "infinite"
VOLUME is between 0 (max) and -10000
BALANCE between -10000 and 10000
Sound on event:
<bgsound id="BGSOUND_ID" loop=1 src="">
<script language="JavaScript">
<!—
function playSound() { document.all['BGSOUND_ID'].src='chimes.wav'; }
// -->
</script>
<a href="#" onMouseOver="playSound()">Spel</a>