javascript BGSOUND balance
| balance | NN n/a IE 4 DOM n/a |
| Read-only | |
|
Specifies how the audio is divided between the left and right speakers. Once this attribute value is set in the element, its value cannot be changed by script control. |
|
| Example | |
var currBal = document.getElementsByTagName("bgsound")[0].balance;
|
|
| Value | |
A signed integer between -10,000 and +10,000. A value of 0 is equally balanced on both sides. A negative value means the left side is dominant; a positive value means the right side is dominant. |
|
| Default | |
0 |
|
Previous: javascript BGSOUND loop
309,Nickname,Homepage or email,Comments here,Add comment
