CRESENDO
(for both
Netscape & Microsoft Browsers)
**********************
Crescendo Script for Netscape and Microsoft
Fixes Netscape 4.0 PR1
(Communicator) Crescendo compatibility!!
<SCRIPT LANGUAGE="JavaScript">
<!-- // Script for Crescendo MIDI playing.
if (navigator.appName == "Netscape") {
document.write('<EMBED
TYPE="music/crescendo" ')
document.write('SONG="canyon.mid" ')
document.write('PLUGINSPAGE="http://www.liveupdate.com/dl.html"
')
document.write('HEIGHT=55 WIDTH=200></EMBED>') }
else { if (navigator.appName == "Microsoft Internet
Explorer")
document.write('<OBJECT ID=Crescendo ')
document.write('CLASSID="clsid:0FC6BF2B-E16A-11CF-AB2E-0080AD08A326"
')
document.write('HEIGHT=55 WIDTH=200> ')
document.write('<PARAM NAME="Song"
VALUE="canyon.mid"></OBJECT>')
}
//--></SCRIPT>
************************
MY NOTES:
Replace these lines with
your sound file (midi)
<PARAM
NAME="Song" VALUE="yourmidifile.mid">
SONG="yourmidifile.mid"
|