Removing the 'Full screen' and 'Kaltura' link from the controls of html5 player

2 replies [Last post]
Joined: 01/02/2012
Points: 6

Hi,

Please tell me how can I remove or block the 'Full screen' button and 'Kaltura' button from the controls of the html5 player .

Thank you in advance

Joined: 05/13/2009
Points: 164

To disable the Kaltura button use mw.setConfig('EmbedPlayer.AttributionButton', false);

I think you'll want to use some custom css to hide the fullscreen button.

See http://html5video.org/wiki/Kaltura_SaaS_FAQ#White-label_the_player_or_cu... and http://html5video.org/wiki/Kaltura_SaaS_FAQ#Loading_Custom_player_CSS for more info.

Joined: 01/06/2012
Points: 2

I'm also trying to remove the Kaltura button from the player but adding the following does nothing:
mw.setConfig('EmbedPlayer.kalturaAttribution', false );

Is there an reason why it doesn't work? I have it in the of my html page that the video code is on.
(I have the code in script tags which the MB seems to strip out)