flowplayer("a.video", "http://www.esthezia.net/wp-content/themes/ancient_esthezia/media/flowplayer-3.1.5.swf", {
	clip: {
		autoBuffering: true,
		autoPlay: true,            // aplies to all Clips in the playlist
		baseUrl: 'http://www.esthezia.net/wp-content/themes/ancient_esthezia/media/videos/',
		bufferLength: '5'
	},
	plugins: {
		controls: {
			backgroundColor: '#424242',
			backgroundGradient: '#999999',			
			//all:false,
			scrubber: true,
			mute: false,
			height: 17,
			//timeColor: '#ffcc66',
			//durationColor: '#dddddd',
			timeColor: '#ededed',
			durationColor: '#bbbbbb',
			buttonColor: '#333333',
			buttonOverColor: '#444444',
			progressColor: '#666666',
			bufferColor: '#3d3d3d',
			autoHide: 'always',
			hideDelay: '1000',
			//borderRadius: '5',
			tooltipColor: '#333333',
			tooltipTextColor: '#ededed'
		}},
		onLoad: function() {    // called when player has finished loading 
			this.setVolume(100);    // set volume property 
		}
});