Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

4 Community Answers

michel

User  
0 rated :

i add the site address (forgot in the previous post) :
http://tv.c10sion.com/

Ethan Feldman

JW Player Support Agent  
0 rated :

This might be an issue with html5 and youtube.

Try to do this,

Under:

autostart: ‘true’,

Add:

primary: ‘flash’,

michel

User  
0 rated :

thank you.
It's ok when adding primary :'flash'.

In his cas we get the Youtube hyperlink.

Is it possible to use in this case the 'modestbranding' youtube option ?

best regards

Michel

Ethan Feldman

JW Player Support Agent  
0 rated :

modestbranding is not supported via the YouTube API. It is only for YouTube default embedded players.

This question has received the maximum number of answers.