var conf = { 

// -------------------------------------------------
// Clip-Konfiguration:

synclip:  { 

        autoPlay: false, 
        autoBuffering: true, 
//        baseUrl: 'http://www.etc.pp', 
     
// functions are also supported 
        onBegin: function() { 
             
// make controlbar visible in 4000 seconds 
//            this.getControls().fadeIn(4000); 
        } 
         
    }, 



// -------------------------------------------------
// Skin-Konfiguratioon: 
    skins: {         

// Skin-Name fuer Javaskript-Aufnahme via HTML
        syn01:  { 


// -------------------------------------------------
// Tooltips-Textmodifikationen 

	tooltips: {                  
// enable english tooltips on all buttons 
	buttons: true, 

// customized texts for buttons 
	play: 'play', 
	mute: 'Ton aus', 
	unmute: 'Ton ein', 
	pause: 'Pause', 
	fullscreen: 'Fullscreen', 
	tooltipColor: '#cccccc', 
	tooltipTextColor: '#ffffff' 
            }, 

// -------------------------------------------------
// Aktivierte Steuer_Elemente- und Buttons 

        play:true, 
        volume:true, 
	volumeBarHeightRatio: 0.5,
	volumeSliderHeightRatio: 0.5,
        mute:true, 
        time:true, 
        stop:false, 
        playlist:false, 
        fullscreen:true, 
        scrubber: true, 
//		scrubberBarHeightRatio:	0.6,
		scrubberHeightRatio: 0.5,
//		autoHide: 'always',
//		hideDelay: '4000',
	


// setup a background image 
//            background: 'url(/00_prv_videobilder/vidplayback.png) repeat', 


// -------------------------------------------------
// Farben+Styles 
		
	borderRadius: '0',
      progressColor: '#383838',
      bufferColor: '#050505',
      sliderColor: '#757575',
      tooltipTextColor: '#ffffff',
      volumeSliderGradient: 'none',
      timeBgColor: '#555555',
      buttonColor: '#000000',
      sliderGradient: 'none',
      tooltipColor: '#5F747C',
      bufferGradient: 'none',
      backgroundColor: '#141414',
      durationColor: '#8f8f8f',
      progressGradient: 'medium',
      buttonOverColor: '#828282',
      timeColor: '#bdbdbd',
      volumeSliderColor: '#000000',
      backgroundGradient: 'low',
      height: 20,
      opacity: 1.0
        } 
         
// -------------------------------------------------
        // setup additional skins here ...         
    } 
     
}

