If all you want to do is to play a midi file in the background, I don't think you need a script. If you put the following in your HTML, it will play a midi file in the background under both Netscape and IE:
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Bob posted this at 13:03 — 27th February 2000.
They have: 117 posts
Joined: Feb 2000
Broader301,
If all you want to do is to play a midi file in the background, I don't think you need a script. If you put the following in your HTML, it will play a midi file in the background under both Netscape and IE:
<embed src="song.mid" hidden=true loop=false autostart=true mastersound>
Hope this helps,
Bob
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.