// Smooth Southwest Player

$(function () {
	flowplayer("player-southwest", "../js/flowplayer/flowplayer-3.2.5.swf", 
	{
		clip: {
			autoPlay: false,
			autoBuffer: true
		},
		play: {
			opacity: 0.8
		},
		plugins: {
			controls: {
				url: 'flowplayer.controls-3.2.3.swf',
	
				autoHide: false,
				fullscreen: false,
				time: false,
				height: '30px',
	
				buttonColor: '#000000',
				buttonOverColor: '#ffffff',
				backgroundColor: '#acaabf',
				backgroundGradient: 'none',
	
				sliderColor: '#ffffff',
				sliderBorder: 'none',
				progressColor: '#000000',
				bufferColor: '#555555',
				volumeSliderColor: '#ffffff',
				volumeBorder: 'none',
				
				timeColor: '#ffffff',
				durationColor: '#000000'
			}
		}
	});
	
	$f("player-southwest").playlist("div.southwest:first", {loop:true});
});

// Jazzy Player

$(function () {
	flowplayer("player-jazzy", "../js/flowplayer/flowplayer-3.2.5.swf", 
	{
		clip: {
			autoPlay: false,
			autoBuffer: true
		},
		play: {
			opacity: 0.8
		},
		plugins: {
			controls: {
				url: 'flowplayer.controls-3.2.3.swf',
	
				autoHide: false,
				fullscreen: false,
				time: false,
				height: '30px',
	
				buttonColor: '#000000',
				buttonOverColor: '#ffffff',
				backgroundColor: '#acaabf',
				backgroundGradient: 'none',
	
				sliderColor: '#ffffff',
				sliderBorder: 'none',
				progressColor: '#000000',
				bufferColor: '#555555',
				volumeSliderColor: '#ffffff',
				volumeBorder: 'none',
				
				timeColor: '#ffffff',
				durationColor: '#000000'
			}
		}
	});
	
	$f("player-jazzy").playlist("div.jazzy:first", {loop:true});
});

// Wedding Player

$(function () {
	flowplayer("player-wedding", "../js/flowplayer/flowplayer-3.2.5.swf", 
	{
		clip: {
			autoPlay: false,
			autoBuffer: true
		},
		play: {
			opacity: 0.8
		},
		plugins: {
			controls: {
				url: 'flowplayer.controls-3.2.3.swf',
	
				autoHide: false,
				fullscreen: false,
				time: false,
				height: '30px',
	
				buttonColor: '#000000',
				buttonOverColor: '#ffffff',
				backgroundColor: '#acaabf',
				backgroundGradient: 'none',
	
				sliderColor: '#ffffff',
				sliderBorder: 'none',
				progressColor: '#000000',
				bufferColor: '#555555',
				volumeSliderColor: '#ffffff',
				volumeBorder: 'none',
				
				timeColor: '#ffffff',
				durationColor: '#000000'
			}
		}
	});
	
	$f("player-wedding").playlist("div.wedding:first", {loop:true});
});

// Solo Piano Player

$(function () {
	flowplayer("player-solopiano", "../js/flowplayer/flowplayer-3.2.5.swf", 
	{
		clip: {
			autoPlay: false,
			autoBuffer: true
		},
		play: {
			opacity: 0.8
		},
		plugins: {
			controls: {
				url: 'flowplayer.controls-3.2.3.swf',
	
				autoHide: false,
				fullscreen: false,
				time: false,
				height: '30px',
	
				buttonColor: '#000000',
				buttonOverColor: '#ffffff',
				backgroundColor: '#acaabf',
				backgroundGradient: 'none',
	
				sliderColor: '#ffffff',
				sliderBorder: 'none',
				progressColor: '#000000',
				bufferColor: '#555555',
				volumeSliderColor: '#ffffff',
				volumeBorder: 'none',
				
				timeColor: '#ffffff',
				durationColor: '#000000'
			}
		}
	});
	
	$f("player-solopiano").playlist("div.solopiano:first", {loop:true});
});

// Solo Guitar Player

$(function () {
	flowplayer("player-sologuitar", "../js/flowplayer/flowplayer-3.2.5.swf", 
	{
		clip: {
			autoPlay: false,
			autoBuffer: true
		},
		play: {
			opacity: 0.8
		},
		plugins: {
			controls: {
				url: 'flowplayer.controls-3.2.3.swf',
	
				autoHide: false,
				fullscreen: false,
				time: false,
				height: '30px',
	
				buttonColor: '#000000',
				buttonOverColor: '#ffffff',
				backgroundColor: '#acaabf',
				backgroundGradient: 'none',
	
				sliderColor: '#ffffff',
				sliderBorder: 'none',
				progressColor: '#000000',
				bufferColor: '#555555',
				volumeSliderColor: '#ffffff',
				volumeBorder: 'none',
				
				timeColor: '#ffffff',
				durationColor: '#000000'
			}
		}
	});
	
	$f("player-sologuitar").playlist("div.sologuitar:first", {loop:true});
});

