this.PSP=this.PSP||{},this.PSP.Widgets=this.PSP.Widgets||{},this.PSP.Widgets.Video=new Class({Implements:[Options,Events],options:{type:null,file:null,id:null,width:640,height:480,padding:10,urls:{baseUrl:null}},initialize:function(a,b){this.setOptions(b),$(a).addEvent("click",function(a){var b=this._isNewPlayer()?-18:0,c=parseInt(this.options.width)+this.options.padding*2,d=parseInt(this.options.height+b)+this.options.padding*2,e=new PSP.Litebox({formEl:{width:c,height:d},closeEl:{src:this.options.urls.baseUrl+"public/website/images/closed.png"}});e.addEvent("shown",function(a){(new Element("div",{id:"play-video-wrapper",styles:{margin:this.options.padding,border:"1px solid #000",width:this.options.width,height:this.options.height+b}})).inject(a),this._getVideoObj()}.bind(this)),e.show()}.bind(this))},_getVideoObj:function(){var a;this._isYourFuture()?this._isIrishYourFuture()?a={movie:"http://www.foreverknowledge.info/fileadmin/video/mediaplayer-5.4/player.swf",width:this.options.width,height:this.options.height-18,flashvars:"type="+this.options.type+"&streamer="+encodeURIComponent(this.options.file)+"&file="+encodeURIComponent(this.options.id)+"&controlbar=over&backcolor=#000000&screencolor=#000000&frontcolor=#ffffff&lightcolor=#a9f249&stretching=exactfit&volume=50&repeat=none&shuffle=false&autostart=true",allowfullscreen:!0,allowscriptaccess:"always",majorversion:9,minorversion:0,build:115}:a={movie:"http://www.foreverknowledge.info/fileadmin/video/mediaplayer-5.4/player.swf",width:this.options.width,height:this.options.height-18,flashvars:"&playlistfile="+encodeURIComponent("http://www.foreverknowledge.info/fileadmin/video/mediaplayer-5.4/your_future_dvd.xml")+"&image="+encodeURIComponent("http://www.foreverknowledge.info/fileadmin/video/protected/your_future_dvd.pthumbs.jpg")+"&controlbar=over&backcolor=#000000&screencolor=#000000&frontcolor=#ffffff&lightcolor=#a9f249&stretching=exactfit&volume=50&repeat=none&shuffle=false&autostart=true",allowfullscreen:!0,allowscriptaccess:"always",majorversion:9,minorversion:0,build:115}:this._isMartynLewis()?a={movie:"http://www.foreverknowledge.info/fileadmin/video/mediaplayer-5.4/player.swf",width:this.options.width,height:this.options.height-18,flashvars:"type="+this.options.type+"&streamer="+encodeURIComponent(this.options.file)+"&file="+encodeURIComponent(this.options.id)+"&controlbar=over&backcolor=#000000&screencolor=#000000&frontcolor=#ffffff&lightcolor=#a9f249&stretching=exactfit&volume=50&repeat=none&shuffle=false&autostart=true",allowfullscreen:!0,allowscriptaccess:"always",majorversion:9,minorversion:0,build:115}:a={movie:this.options.urls.baseUrl+"public/website/components/widgets/video/flvplayer.swf",width:this.options.width,height:this.options.height,flashvars:"type="+this.options.type+"&file="+encodeURIComponent(this.options.file)+"&id="+encodeURIComponent(this.options.id)+"&overstretch=true&usefullscreen=true&displayheight="+(this.options.height-18)+"&backcolor=0x000000&frontcolor=0xffffff&lightcolor=0xa9f249&repeat=list&shuffle=false&autostart=true",allowfullscreen:!0,majorversion:8,build:0},UFO.create(a,"play-video-wrapper")},_isYourFuture:function(){return~this.options.id.indexOf("your_future")},_isIrishYourFuture:function(){return this._isYourFuture()&&~this.options.id.indexOf("ireland")},_isMartynLewis:function(){return this.options.id.indexOf("itn")===0},_isNewPlayer:function(){return this._isYourFuture()||this._isMartynLewis()}})
