Player=function(A,B){flowplayer(A,"html/Player/flowplayer-3.1.5.swf",{plugins:{control:{url:"html/Player/flowplayer.controls-3.1.5.swf",stop:true}},clip:{url:"getVideo.php?v="+B,autoPlay:true,autoBuffering:true,scaling:"fit"},onStop:function(){this.close();this.unload()},onKeyPress:function(C){switch(C){case 39:this.seek(parseFloat(this.getTime())+10);break;case 37:this.seek(parseFloat(this.getTime())-10);break;case 38:this.setVolume(this.getVolume()+5);break;case 40:this.setVolume(this.getVolume()-5);break;case 27:if(this.isPlaying()||this.getTime()!=0){this.pause();this.seek(0)}else{this.stop()}break}}})};
