
Volume default : change it ?
Hey
I would like to put the volume on 20 (0-100) when someone refresh the main page
this is my code :
<center>
<script src="http://jwpsrv.com/library/LMTYONbdEeOI1SIACmOLpg.js"></script>
<div align="center" id="myElement"></div>
<div class >
<script >
jwplayer("myElement").setup({
file: "http://stream03.ustream.ca:8000/ckxl128.mp3",
width: 1000,
height: 30,
volume:30, // here ? its not working
'autostart': 'true'
});
</script>
</div>
</center>