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

Lower the Sound?


is there a way to lower the sound on the ads?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

VPAID ads could potentially block you from changing the volume, but you can use the onAdImpression() API call to attempt to lower the volume:

jwplayer().onAdImpression(function(){

jwplayer().setVolume(50);
});

Please see our full API documentation at http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference for more details.

This question has received the maximum number of answers.