
mute video at autostart doesn't work
I'm using a Youtube player list.
I want the videos to be mute at autostart (autostart : true).
My code is the following :
<script>
jwplayer("myElement").setup({
playlist: 'media/ytpl/plPL2pyb3df2Uegq6FdnwhyWb172qrlDhpNC.rss',
width: '100%',
aspectratio: '16:9',
mute: 'true',
autostart: 'true',
repeat: 'true',
listbar: {
position: 'bottom',
size: 80
}
});
</script>
I have copied the html5 example given in 'publish a video'.
At autostart the videos are not 'mute', On the controlbar the sound is displayed at 0. But I need to click twic on the sound bar if I want to get it mute.
How can I correct that ?
thank you for help
best regards
Michel