flowplayer( 
	"Maison",  
	"includes/FlowPlayer/flowplayer-3.1.0.swf",  
	{ 
		
		clip: { 						 
			// these two configuration variables does the trick 
			autoPlay: false,
			url : "includes/Vid/Maison/Maison.flv",
			
			autoBuffering: true // <- do not place a comma here   
		} ,
		plugins:  {   
			controls:  { 
				backgroundColor: '#474138', 
				//backgroundGradient: 'none',             
				all: false, 
				scrubber: true, 
				height: 20, 
				sliderColor: '#474138', 
				progressColor: '#6474a5', 
				bufferColor: '#b3ab7b' 
			} 
		} 
	}
); 
