Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The JavaScript FAQ
Prev Home Next

Background Sound

  • Table of Contents Question: How do I set a background sound on a Web page?

    Answer: In all audio-enabled browsers, you can use the EMBED tag to play a background sound. For example, if you want to play the file bkground.mid right after the browser loads the page, you can use the following EMBED tag:

    <EMBED NAME="bkgroundID" SRC="bkground.mid"
    LOOP=TRUE AUTOSTART=TRUE HIDDEN=TRUE MASTERSOUND>
    
    To stop the background sound, call the cross-browser method document.bkgroundID.stop() - try it now!

    If your target browser is Microsoft Internet Explorer (for example, in an intranet), then you can use the Explorer-specific BGSOUND tag:

    <BGSOUND ID="bkgroundID" LOOP=0 VOLUME="-600" SRC="bkground.mid">
    
    Here, again, bkground.mid stands for the name of the sound file that you actually want to play.

    JavaScripter.net. Copyright © 1999-2006, Alexei Kourbatov

    The JavaScript FAQ
    Prev Home Next


  •  
     
      Mirrored with kind permission of Alexei Kourbatov Design by Interspire