HTML CSS Reference/HTML Attributes Reference/balance
"balance" Example
<HTML>
<head>
<Title>Example For balance</Title>
<bgsound src="yourmoviefile.wav"
balance=0
loop=3>
</head>
<BODY>
</BODY>
</HTML>
balance is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<bgsound> |
+----------------+--------------------------------------------------------------+
"balance" Syntax and Note
Note:
This attribute specifies the volume of the background sound between the
left and right speakers.
The value of this attribute is a number between -10000 and +10000.
-10000 means that only the left speaker emits sound.
+10000 means that only the right speaker emits sound.
Syntax:
<bgsound balance="value">