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

'volume' Syntax and Note

Note:

Read and write property. 
Sets the volume for the <bgsound> element. 


Value: 
A number from -10,000 (lowest volume) to 0 (highest volume).
    


Syntax:
    
document.all.bgsoundID.volume = value

    

      
      








Related examples in the same category

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