

mw.setConfig('EmbedPlayer.EnableFullscreen', false );
mw.setConfig('EmbedPlayer.KalturaAttribution', false );
mw.setConfig('PlayerControlBuilder.attributionButton', false );
mw.setConfig('EmbedPlayer.EnableOptionsMenu', false );


mw.setConfig('EmbedPlayer.AttributionButton', {
	'title' : 'medmovie.com',
	'href' : 'http://medmovie.com',
	// Style icon to be applied
	'class' : 'ui-icon ui-icon-arrow-4-diag ui-state-default ui-corner-all ui-icon_link rButton fullscreen-btn',
	// An icon image url ( should be a 12x12 image or data url )
	'iconurl' : 'http://medmovie.com/favicon.ico'
});

mw.setConfig( 'TimedText.showAddTextLink', false );
