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.
This has been tested with Netscape 3.0 and Microsoft Internet Explorer 3.0 on Windows 95. 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]
|