Disable GUI buttons in html5 player

how to disable Play/Pause Share Fullscreen etc.button in html5 player.
In flash player it was a notification like that:

 sendNotification(NotificationType.ENABLE_GUI,{guiEnabled : false , enableType : EnableType.CONTROLS});

is there anything similar in html5 player?

Please see:
http://player.kaltura.com/modules/KalturaSupport/tests/EnableGui.html#

Thanks,

1 Like

thanks, that was exactly what i was needed

Glad to be of service.