flowplayer("player", "flowplayer/flowplayer-3.1.2.swf", { 
    clip:  { 
        autoPlay: true, 
        autoBuffering: false       
    },
    canvas:  {
		background: '#000000  no-repeat 30 10',
		backgroundGradient: 'none',
		border:'2px solid #000000'
	},
	
plugins: {
   controls: {
      volumeSliderGradient: 'none',
      tooltipColor: '#0168BE',
      volumeSliderColor: '#555555',
      borderRadius: '2px',
      progressGradient: 'none',
      timeColor: '#2F9EC8',
      buttonOverColor: '#0168BE',
      durationColor: '#FFFFFF',
      sliderGradient: 'none',
      backgroundColor: '#000000',
      progressColor: '#0168BE',
      timeBgColor: '#555555',
      buttonColor: '#2F9EC8',
      bufferGradient: 'none',
      sliderColor: '#000000',
      bufferColor: '#555555',
      backgroundGradient: 'low',
      tooltipTextColor: '#ffffff',
      height: 24,
      opacity: 1.0,
fullscreen: false
   }
}
	 
}); 
