
 
 
    flowplayer("player", "flowplayer/flowplayer.commercial-3.1.5.swf", { 
 
    // commercial version requires product key 
    key: '#$6300915c4d2acea9ef8', 
  
onLoad: function () {
  this.setVolume(100);
},

canvas: {backgroundColor: "#000000"},

clip: {
  autoPlay: true
},

plugins: {
   controls: {
      sliderGradient: 'none',
      backgroundGradient: 'none',
      borderRadius: '0px',
      buttonColor: '#5F747C',
      backgroundColor: '#000000',
      buttonOverColor: '#728B94',
      autoHide:'always',
      hideDelay:3000,	
      play:true,         
      volume:true,  
      mute:true,         
      time:true,         
      stop:false,         
      playlist:false,         
      fullscreen:true,          
      scrubber: true,  
      height: 15,
      opacity: 0.5
   }
}
}); 

	
