var conf = {
     
    // default clip configuration 
    defaults: {
        klein: {
          scaling: 'fit'
        }, 
        gross: {
          scaling: 'fit'
        }, 
        single: {
          scaling: 'fit',
          autoPlay: true,
          autoBuffering: true
        }
    },
    
    plays: {
      klein: {
  
          replayLabel: 'Wiederholen',
          opacity: 1.0
       
      },
      gross: {
  
          replayLabel: 'Wiederholen',
          opacity: 1.0
       
      }
    },
     
    // my skins
    skins: {
      klein: {
          url: 'http://www.brot-fuer-die-welt.de/swf/flowplayer.controls-3.2.0.swf',
          scrubber: false,
          autoHide: 'always',
          hideDelay: 2000,
          //time: false,
          fullscreen: false,
          mute: false,
          height: 30,
          opacity: 1.0,
          borderRadius: 0,
          backgroundGradient: 'none',
          background: '#777777 url(http://www.brot-fuer-die-welt.de/images/controlbar_hintergrund.gif) repeat-x',
          sliderGradient: 'none',
          sliderColor: '#000000',
          progressGradient: 'none',
          progressColor: '#E75012',
          bufferGradient: 'none',
          bufferColor: '#000000',
          buttonColor: '#ffffff',
          buttonOverColor: '#E75012',
          timeBgColor: '#000000',
          timeColor: '#E75012',
          durationColor: '#f2f2f2',
          volumeSliderGradient: 'none',
          volumeSliderColor: '#000000',
          tooltipColor: '#f2f2f2',
          tooltipTextColor: '#000000'
      },
      gross: {
          url: 'http://www.brot-fuer-die-welt.de/swf/flowplayer.controls-3.2.0.swf',
          autoHide: 'always',
          hideDelay: 2000,
          height: 30,
          opacity: 1.0,
          borderRadius: 0,
          backgroundGradient: 'none',
          background: '#777777 url(http://www.brot-fuer-die-welt.de/images/controlbar_hintergrund.gif) repeat-x',
          sliderGradient: 'none',
          sliderColor: '#000000',
          progressGradient: 'none',
          progressColor: '#E75012',
          bufferGradient: 'none',
          bufferColor: '#000000',
          buttonColor: '#ffffff',
          buttonOverColor: '#E75012',
          timeBgColor: '#000000',
          timeColor: '#E75012',
          durationColor: '#f2f2f2',
          volumeSliderGradient: 'none',
          volumeSliderColor: '#000000',
          tooltipColor: '#f2f2f2',
          tooltipTextColor: '#000000'
      }
    }
     
}

