home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / Webmaster / _SETUP.4 / Group3 / automid.jav < prev    next >
Text File  |  1999-06-26  |  925b  |  17 lines

  1. <!---BeginTitle--->Auto sound tag Embed<!---BeginJAVHead---><!---BeginJAVBody---><SCRIPT LANGUAGE="JavaScript"> 
  2. <!-- // Script MIDI playing. By Magic Maker  
  3.      // You can enter any sound file be it .wav, .au, or .mid
  4.      // Just replace peanuts.mid with a sound file of your choice
  5.      // Please Keep Information along with credits
  6.      // And feel free to alter this script as long as credits remain
  7.      // mail me at maligui@mvillage.com
  8.     //this will create the html tags
  9.     //for a background sound depending on
  10.     //what browser they have
  11.   if (navigator.appName == "Netscape") { 
  12.      document.write('<EMBED SRC="music.mid" AUTOSTART=FALSE LOOP=FALSE WIDTH=145 HEIGHT=55 ALIGN="CENTER"></EMBED>') }
  13.   else { if (navigator.appName == "Microsoft Internet Explorer") 
  14.      document.write('<BGSOUND SRC="http://www.htmlgoodies.com/peanuts.mid" LOOP="-1">')
  15.      }
  16. //--></SCRIPT><!--EndJAVBody-->
  17.