flowplayer("a.player", "script/flowplayer-3.2.2.swf", {
	clip: {
		autoPlay: false, 
		autoBuffering: true
	},
	plugins: {
		controls: {
			url: 'script/flowplayer.controls-3.2.1.swf',
			
			buttonColor: 'white',
			buttonOverColor: '#e2007a',
			backgroundColor: 'transparent',
			backgroundGradient: 'none',
			sliderColor: '#FFFFFF',
			
			sliderBorder: '1px solid #808080',
			volumeSliderColor: '#FFFFFF',
			volumeBorder: '1px solid #808080',
			
			autoHide: true,
			hideDelay: 3000,
			hideDuration: 1000,
			mouseOutDelay: 2000,
			hideStyle: 'move',
			
			time: false,
			stop: true,
		
			tooltips: {
				buttons: true
			},
			tooltipColor: '#fee9f4',
			tooltipTextColor: '#000000'
		},
		
		viral: {
			// load the viral videos plugin
			url: 'flowplayer.viralvideos-3.2.1.swf',
			
			// define a video title used in sharing
			share: {
				description: 'Videos of Mocchi Complexx' 
			},
			icons: {
			    overColor: '#e2007a'
			},
			closeButton: {
			    color: "rgba(47,69,45,1)",
			    overColor: '#e2007a'
			}
		},
		
		time: {
			url: 'flowplayer.controls-3.2.1.swf',
			top:0,
			backgroundGradient: 'none',
			backgroundColor: 'transparent',
			buttonColor: '#254558',
			all: false,
			time: true,
			height:40,
			right:30,
			width:100,
			autoHide: false
		}
	}
});
