
Removing Youtube annotations
Could not reopen the older thread ( http://support.jwplayer.com/customer/portal/questions/8593359-howto-remove-youtube-annotations ) so I opened this new one.
Although last year it may have been the case that annotations were on in html5, this is no longer true ( https://developers.google.com/youtube/player_parameters )
iv_load_policy clearly states that it supports both HTML5 and flash players and that by setting iv_load_policy to 3, annotations will be off.
Is there any way we can get this with jw player? We used to have a Youtube embed / jw player solution which used jw player for all non youtube videos. We switched to a jw player only implementation and we cannot get the annotations off via jw player API.
Thanks!
>>>
iv_load_policy
Supported players HTML5, AS3
Description Setting the parameter's value to 1 causes video annotations to be shown by default, whereas setting to 3 causes video annotations to not be shown by default. The default value is 1.
<<<