'balance' Syntax and Note : balance « Javascript Properties « JavaScript Reference

'balance' Syntax and Note

Note:

Read and write property. 
Controls the volume balance between the left and right speakers. 
Value: 
A number from
   -10000          all sound goes through the left speaker 
    to
    +10000         all sound goes through the right speaker
    
Syntax:
    
document.all.bgsoundID.balance = value

    

      
      








Related examples in the same category

1.'balance' Example
2.'balance' is applied to