/**
 * Example external configuration file.
 * You can freely categorize these nodes
 */
var conf = {

	// default clip configuration
	defaults: {
		showMenu: false,
		hideControls: true,
		autoPlay: false,
		autoBuffering: true,
		loop: false,

		baseUrl: 'http://www.ledtuning.nl/catalog/movies',

		// functions are also supported
		onBegin: function() {
			// make controlbar visible in 4000 seconds
			this.getControls().fadeIn(4000);
		}
	},

	// my skins
	skins: {
		gray:  {
			backgroundColor: '#666666',
			buttonColor: '#333333',
			opacity: 0,
			time: false
		}
		// setup additional skins here ...
	},

	// setup controlbar to use our "gray" skin
	plugins: {
		controls: {
			backgroundColor: '#151524',
			bufferColor: '#2E2E3D',
			durationColor: '#F7F7FF',
			backgroundGradient: 'medium',
			timeBgColor: '#2E2E3D',
			progressGradient: 'medium',
			progressColor: '#9090A2',
			sliderGradient: 'none',
			volumeSliderColor: '#000000',
			borderRadius: '6',
			buttonOverColor: '#9090A2',
			buttonColor: '#2E2E3D',
			volumeSliderGradient: 'none',
			sliderColor: '#000000',
			timeColor: '#FFD700',
			tooltipColor: '#515162',
			tooltipTextColor: '#F7F7FF',
			bufferGradient: 'none',
			height: 20,
			opacity: 1.0,
			autoHide: 'always'
		}
	},

  canvas: {
  		backgroundColor: '#151524'
  },

  logo: {
      url: '/catalog/img/ledtuning_transp_video_player_overlay.png',
	    top: 165,
	    right: 4,
	    opacity: 1.0,
      fullscreenOnly: false
//      displayTime: 20000
  },

	key: '#$a71ba3ccc3d48dcc216',

}
