$f("player", "/flowplayer/flowplayer-3.0.5.swf", {     
    clip: {
	baseUrl: '/dsi_vids',
	autoPlay: false,
	scaling: 'fit',
	autoBuffering: true,         
        // play M4V with Flash 9.115+ versions - otherwise play FLV 
        url: flashembed.isSupported([9, 115]) ?  
            'industrial.mp4' : 'industrial.flv'
},

plugins: {
   controls: {
      backgroundGradient: 'medium',
      buttonOverColor: '#345b9d',
      sliderGradient: 'none',
      bufferGradient: 'none',
      timeColor: '#ffffff',
      buttonColor: '#203a64',
      backgroundColor: '#20426a',
      sliderColor: '#0c2e55',
      progressColor: '#141c29',
      bufferColor: '#203a64',
      borderRadius: '23',
      progressGradient: 'medium',
      durationColor: '#5389e4',
   	opacity:1.0
   }
}

});
