// Playlist include script


$(function() {
	flowplayer("player", "/player/flowplayer-3.1.1.swf",{
			
		plugins: { 
        	controls: { 
            	url: '/player/flowplayer.controls-tube-3.1.1.swf',
				tooltipColor: '#C9C9C9',
      			volumeSliderGradient: 'none',
      			buttonOverColor: '#999999',
      			sliderGradient: 'none',
      			bufferColor: '#a3a3a3',
      			backgroundColor: '#ffffff',
      			timeBgColor: '#262626',
      			progressColor: '#3d3d3d',
      			progressGradient: 'none',
      			sliderColor: '#6e6e6e',
      			tooltipTextColor: '#D00000',
      			bufferGradient: 'none',
      			volumeSliderColor: '#D00000',
      			durationColor: '#bdbdbd',
      			buttonColor: '#4a4a4a',
      			backgroundGradient: 'none',
      			timeColor: '#858585',
      			borderRadius: '0px',
      			height: 24,
      			opacity: 1.0
        	},
	
			streamiis: { 
        		url: '/player/flowplayer.pseudostreaming-3.1.2.swf'
    				} 
					
		},
					   
		clip: {
			baseUrl: 'http://www.pfiwestern.com/video/sws',
			autoPlay: true,
			autoBuffering: true
		},
					   
	}).playlist("#lucchesePlaylist");
					   
});