B BGSOUND.src (Property) BGSOUND.src (Property) The URL (Web hosting plans)

B BGSOUND.src (Property) BGSOUND.src (Property) The URL that the background sound file can be fetched from. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: String primitive JavaScript syntax: IE myBGSOUND.src The sound will be loaded from this location while the page is being constructed. There may be some delay between requesting the sound and being able to play it. You can define a new value here to load a different sound and play it in the background. BGSOUND.volume (Property) The volume setting at which the background sound should play. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: Number primitive JavaScript syntax: IE myBGSOUND.volume The volume setting of the background can be modified by this property. The actual perceived volume may depend on other factors. If the sound has been digitized at an unusually low volume, you may need to raise the volume setting quite high. This may yield a very noisy sound as you will also be increasing the ambient noise in the sampled sound. Digitizing is a complex activity but you should always strive for the highest possible signal to noise ratio. Other factors that may affect the apparent volume would be the user preference settings in the computer. There may also be system controls for blending and mixing sound sources and these may be set to unhelpful values. This property can obviously only control the source volume of the sound generated by the browser. Property attributes: ReadOnly.

Leave a Reply