Lower the Sound?
is there a way to lower the sound on the ads?
is there a way to lower the sound on the ads?
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.