flowplayer("player", "flowplayer-3.1.5.swf",{
plugins: {
   controls: {
      sliderGradient: 'none',
      durationColor: '#c0b7c3',
      backgroundGradient: [0.6,0.3,0,0,0],
      buttonColor: '#625865',
      timeColor: '#f7f7f8',
      progressColor: '#c3b9c6',
      bufferGradient: 'none',
      buttonOverColor: '#8a75a3',
      backgroundColor: '#918494',
      progressGradient: 'medium',
      sliderColor: '#a79cab',
      borderRadius: '0px',
      bufferColor: '#5b575c',
   	opacity:1.0,

      autoHide: 'never',
      scaling: 'orig',

      play:true,      
      volume:false, 
      mute:false,  
      time:true,  
      stop:false, 
      playlist:false,  
      fullscreen:true
   }
 }
});
 