Sets or retrieves the value indicating how the volume of the background sound is divided between the left and right speakers. 
Syntax
| HTML | <BGSOUND BALANCE
= iBalance... >
 | 
|---|
| Scripting | BGSOUND.balance [ = iBalance ] | 
|---|
Possible Values
| iBalance | Variant that
specifies or receives a value within the -10,000 to +10,000 range. A -10,000 value indicates that all sound is directed to the left speaker. A +10,000 value indicates that all sound is directed to the right speaker. A zero value indicates that the sound is balanced between the left and right speakers. | 
The property is read/write.
The property has a default value of 
0.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5.  For more information, see About Dynamic Properties.
Standards Information
There is no public standard that applies to this property.
Applies To