function getPlayer(){
   return "./flowplayer/flowplayer-3.0.7.swf";
}

function getControlPlugin(){
   return {
          url:"./flowplayer/flowplayer.controls-3.0.4.swf",
          bottom:0,
          height:20,
          "z-index":1,
          backgroundColor:"#2d3e46",
          backgroundGradient:"high",
            
          fontColor:"#ff0000",
          timeFontColor:"#00ff00",
          autoHide:"always",
          all:true,
            
          play:true,
          scrubber:true
       };
}

