Home > Abakada: Back to Basics > Language References > HTML Element Attributes > BALANCE Attribute
Retrieves the value indicating how the volume of the background sound is divided between the left and right speakers.
Inline |
<BGSOUND balance = iBalance...> |
Script |
[ iBalance = ] bgsound.balance |
iBalance |
Integer value within the -10,000 to +10,000 range. -10,000 indicates all sound is directed to the left speaker. +10,000 indicates all sound is directed to the right speaker. 0 indicates the sound is balanced btween the left and right speakers. |
The property is read-only with a default value of 0.
BGSOUND