topical media & game development

talk show tell print

graphic-javascript-effect-sound-tool-effect.htm / htm



  
  <!-- ONE STEP TO INSTALL SOUND:
  
     1.  Put the code into the BODY of your HTML document  -->
  
  <!-- STEP ONE: Copy this code into the BODY of your HTML document  -->
  
  <BODY>
  
  <SCRIPT LANGUAGE="JavaScript">
  
  <!-- Original:  Kipp W. Shinabarger (kipps@bigfoot.com) -->
  
  <!-- This script and many more are available free online at -->
  <!-- The JavaScript Source!! http://javascript.internet.com -->
  
  <!--  Begin
  var MSIE=navigator.userAgent.indexOf("MSIE");
  var NETS=navigator.userAgent.indexOf("Netscape");
  var OPER=navigator.userAgent.indexOf("Opera");
  if((MSIE>-1) || (OPER>-1)) {
  document.write("<BGSOUND SRC=sound.mid LOOP=INFINITE>");
  } else {
  document.write("<EMBED SRC=sound.mid AUTOSTART=TRUE ");
  document.write("HIDDEN=true VOLUME=100 LOOP=TRUE>");
  }
  // End -->
  </SCRIPT>
  
  <p><center>
  <font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
  by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
  </center><p>
  
  <!-- Script Size:  0.81 KB  -->
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.