var conf = { 

// -------------------------------------------------
// Clip-Konfiguration:

synclip:  { 

        autoPlay: false, 
        autoBuffering: true, 
  		scaling: 'orig', 

//        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.4,
		scrubberHeightRatio: 0.6,
		autoHide: 'fullscreen', 
// 		autoHide: 'false',
//		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: '#555555',
//      tooltipTextColor: '#ffffff',
//      volumeSliderGradient: 'none',
//      timeBgColor: '#555555',
//      buttonColor: '#000000',
//      sliderGradient: 'none',
//      tooltipColor: '#5F747C',
//      bufferGradient: 'none',
	backgroundColor: '#2a2a2a',
//      durationColor: '#8f8f8f',
//      progressGradient: 'medium',
//      buttonOverColor: '#828282',
//      timeColor: '#bdbdbd',
//      volumeSliderColor: '#888888',
//      backgroundGradient: 'low',
	height: 20
//	opacity: 0.7
        } 

// -------------------------------------------------
        // setup additional skins here ...         
    } 
     
}


