$f("flowplayer", "includes/extras/flowplayer/flowplayer-3.1.0.swf", {
canvas: {backgroundColor: "#000000", borderRadius: 0, backgroundImage: 'url(images/video_splash.jpg)'  },

	plugins:  {
		
		// screen dimensions are 1 pixel less than the rounded canvas
		
		// and a bit of controlbar skinning  
   	controls: {
	      buttonOverColor: '#b30004',
	      volumeSliderColor: '#000000',
	      progressColor: '#ffffff',
	      bufferColor: '#919191',
	      buttonColor: '#333333',
	      timeColor: '#BF1E2E',
	      backgroundGradient: 'none',
	      sliderGradient: 'none',
	      durationColor: '#ffffff',
	      progressGradient: 'medium',
	      timeBgColor: '#000000',
	      volumeSliderGradient: 'none',
	      bufferGradient: 'none',
	      backgroundColor: '#000000',
	      tooltipTextColor: '#ffffff',
	      sliderColor: '#ffffff',
	      tooltipColor: '#BF1E2E',
	      borderRadius: '0px',
	      height: 20,
	      opacity: 1.0,
	      fullscreen: false


		}
	},
	 clip: { 
        autoPlay: false, 
 
        // optional: when playback starts close the first audio playback 
        onBeforeBegin: function() { 
            $f("flowplayer").close(); 
        } 
    } 		
	
});