/**
 * exsample: new FLVPlayer("9.0","video.mp4","image.jpg",960,540).Write("movie")
 * depend: jquery, NonverBlaster, swfobject2.1, expressInstall.swf
 */
function FLVPlayer(b,c,d,e,f,g){this.flashvars={videoURL:c,teaserURL:"/cssjavs/flash/flvplayer.jpg",allowSmoothing:"true",autoPlay:"false",buffer:"6",showTimecode:"true",loop:"false",controlColor:"0xffffff",scaleIfFullScreen:"true",showScalingButton:"true"};this.params={wmode:"transparent",allowScriptAccess:"sameDomain",quality:"high",scale:"noscale",allowFullScreen:"true"};this.attributes={};if(typeof(d)=="string"&&d!=""){this.flashvars.teaserURL=d}this.Write=function(a){swfobject.embedSWF(e+"cssjavs/flash/NonverBlaster_100608.swf",a,f,g,b,e+"cssjavs/flash/expressInstall.swf",this.flashvars,this.params,this.attributes)};this.FadeOut=function(){$("#movie_frame").fadeOut()}}function YoutubePlayer(b,c,d){this.flashvars={};this.params={allowFullScreen:"true",allowscriptaccess:"always"};this.attributes={};this.Write=function(a){swfobject.embedSWF(b,a,c,d,"9.0.124","cssjavs/flash/expressInstall.swf",this.flashvars,this.params,this.attributes)};this.FadeOut=function(){}}

