﻿
var conf = { 
     
    // default clip configuration
    defaults: {

        autoPlay: false,
        autoBuffering: true,
        baseUrl: 'http://blip.tv/file/get',
        

        // functions are also supported 
        onBegin: function() {

            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(5000);
        }

    }, 


    // start skins 
    skins: {
        gray: {
            backgroundColor: '#666666',
            buttonColor: '#333333',
            opacity: 0,
            time: false
        },

        mumzy: {
            url: 'flowplayer.controls-tube-3.1.3.swf',
            backgroundGradient: 'high',
            sliderColor: '#2f5865',
            borderRadius: '0',
            bufferGradient: 'none',
            tooltipTextColor: '#ffffff',
            progressColor: '#112233',
            timeBgColor: '#555555',
            backgroundColor: '#78bbd3',
            durationColor: '#ffffff',
            timeColor: '#01DAFF',
            progressGradient: 'medium',
            volumeSliderColor: '#000000',
            buttonColor: '#5F747C',
            volumeSliderGradient: 'none',
            tooltipColor: '#5F747C',
            bufferColor: '#445566',
            sliderGradient: 'none',
            buttonOverColor: '#000000',
            height: 24,
            opacity: 0, // set to 0 to allow fadeIn function to work. set to 1 if fadeIn function is removed.
            time: true, // show time display
            playlist: true // show forward and back buttons
        },
        
        tube: {
          url: 'flowplayer.controls-tube-3.1.3.swf',
          volumeSliderGradient: 'none',
          progressGradient: 'none',
          tooltipTextColor: '#D00000',
          borderRadius: '0px',
          sliderGradient: 'none',
          durationColor: '#ffffff',
          buttonColor: '#000000',
          sliderColor: '#C9C9C9',
          tooltipColor: '#C9C9C9',
          progressColor: '#D00000',
          volumeSliderColor: '#D00000',
          bufferColor: '#C78F8E',
          buttonOverColor: '#FF0000',
          backgroundColor: '#929292',
          bufferGradient: 'none',
          timeBgColor: '#262626',
          backgroundGradient: 'high',
          timeColor: '#B1E0FC',
          height: 24,
          playlist: true,
          opacity: 0
       }

    } // end skins 

} // End conf

