Site with streaming radio.
Problem: when you start the sound, pressing the "ether" button , playback starts at 100% volume, which is not very convenient.
Is it possible to correct, so that it starts with 50%?
<audio id='player' src='http://бла-бла.mp3' /> <div style='position:absolute; top:154px; left:0px; z-index:11; width:104px; line-height:98px;'> <button onclick='document.getElementById('player').play()'>Эфир</button> <button onclick='document.getElementById('player').pause()'>Стоп</button> <button onclick='document.getElementById('player').volume+=0.1'><font size="+3">+</font></button> <button onclick='document.getElementById('player').volume-=0.1'><font size="+3">—</font></button> </div>