To Page TWO were you can get information on adding  midi files and sound wavs !!!!

1 ....    How to post a midi to your page : This is done very easily by entering what is call A HTML TAG into your page.

2....     Find a MIDI music file you like, and upload this file to the same directory where your HTML pages are located.

3....     Insertone of the following <EMBED...> tags into your HTML:

Navigator 3.0,

<EMBED TYPE="music/crescendo" SONG="yourmidifile.mid" PLUGINSPAGE="http://www.liveupdate.com/dl.html" WIDTH=200 HEIGHT=55>

For Netscape Navigator

<EMBED SRC="yourmidifile.mid" WIDTH=200 HEIGHT=55>

in order to make it compatible with Netscape and Microsoft Internet Explorer 2.0 browsers, you add an <OBJECT> tag as follows:

<OBJECT ID=Crescendo CLASSID="clsid:0FC6BF2B-E16A-11CF-AB2E-0080AD08A326" HEIGHT=55 WIDTH=200> <PARAM NAME="Song" VALUE="yourmidifile.mid"> <EMBED TYPE="music/crescendo" SONG="yourmidifile.mid" PLUGINSPAGE="http://www.liveupdate.com/dl.html" HEIGHT=55 WIDTH=200> </OBJECT>

It should look something like this if it was done properly

NEXT