How to Add Midi Sound Files to Your Web Pages
Steps in adding music to your web site (midi):
1) Upload your midi file to your web site
2) In your HTML, use this tag:
<embed src="musicfile.mid" width=144 height=60 autostart=true repeat=true loop=true>
(replace the "musicfile.mid" with the name of your midi file)
That's really all there is to it!
Plug-ins can also be used to enhance the way users hear the sounds/music. You can obtain more information and explanations about Midi files by searching the web. You will also find tons of Midi files there, including the one on this page.
This has been tested with Netscape 4.0 and Microsoft Internet Explorer 4.0 on Windows 95 and 98. With these browsers, the sounds/music play automatically, without the user needing to download a special plug-in.
[you'll need to have a sound card and speakers on your computer of course]