CRESENDO
(for both Netscape & Microsoft Browsers)

**********************
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>

************************

MY NOTES:

Replace these lines with your sound file (midi)

<PARAM NAME="Song" VALUE="yourmidifile.mid">
SONG="
yourmidifile.mid"

eg: if i changed those lines to casper.mid .. the html to write would be as follows:

**********************
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="
casper.mid">
<EMBED TYPE="music/crescendo"
SONG="
casper.mid"
PLUGINSPAGE="http://www.liveupdate.com/dl.html"
HEIGHT=55
WIDTH=200>
</OBJECT>

************************

The results of this will be this cresendo:

Last Updated: Sunday, December 13, 1998