diff -r d2af8a210f5d -r 8e4fe6f3337d thd/web/js/flowplayer/uc.flowplayer.config.js --- a/thd/web/js/flowplayer/uc.flowplayer.config.js Wed Jun 01 14:07:43 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -/** - * Example external configuration file. - * You can freely categorize these nodes - */ -var conf = { - // default clip configuration - - selection: { - autoPlay: true, - autoBuffering: true, - baseUrl: 'http://media.universcine.com', - hideDelay: 2000 - }, - photo: { - autoPlay: true, - autoBuffering: false - }, - player: { - autoPlay: true, - autoBuffering: true, - hideDelay: 2000 - }, - - // my skins - skins: { - universcine: { - // location of the plugin - - // display properties such as size, location and opacity - bottom: 0, - height: 24, - - - // progress bar - progressColor: '#990000', - bufferColor: '#333333', - SliderColor: '#333333', - - // buttons - buttonColor: '#990000', - buttonColorOver: '#999999', - - // styling properties (will be applied to all plugins) - backgroundColor: '#000000', - backgroundGradient: 'none', - opacity: 0.8, - - - // controlbar specific settings - autoHide: true, - all: false, - play: true, - scrubber: true, - mute: true, - volume: true, - fullscreen: true, - - // a little more styling - width: '99%', - bottom: 2, - left: '50%', - borderRadius: 5 - } - - // setup additional skins here ... - } - -} \ No newline at end of file