Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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
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)
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.