Welcome to jabi.com jabi = jab eye = Just Another Bright Idea

jabi.com > Webmaster > Background music

Webmastering
How To:
Background Music

Different browsers require different coding to hear a background midi.
This code seems to work with most browsers...

<embed src="somefile.mid" autostart="true" loop="true" width="2" height="0"></embed>
<noembed><bgsound src="yourmusicfile.mid" loop="infinite"></noembed>

Back to Webmastering main page