(function(b){var a=b.util,c=20;b.flv=function(d){this.obj=d;this.resizable=true;this.height=d.height?parseInt(d.height,10):300;if(b.options.showMovieControls==true){this.height+=c;}this.width=d.width?parseInt(d.width,10):300;};b.flv.prototype={append:function(l,e,o){this.id=e;var j=document.createElement("div");
j.id=e;l.appendChild(j);var n=b.path+"libraries/mediaplayer/player.swf";if(b.options.flvPlayer){n=b.options.flvPlayer;}var k=o.resize_h,p=o.resize_w,f=n,m=b.options.flashVersion,d=b.path+"libraries/swfobject/expressInstall.swf",g=a.apply({file:this.obj.content,autostart:(b.options.autoplayMovies?"true":"false"),controlbar:(b.options.showMovieControls?"bottom":"none"),backcolor:"0x000000",frontcolor:"0xCCCCCC",lightcolor:"0x557722"},b.options.flashVars),i=b.options.flashParams;
if(typeof(jQuery)!="undefined"){p=$("#sb-body-inner").innerWidth();}swfobject.embedSWF(f,e,p,k,m,d,g,i);},remove:function(){swfobject.expressInstallCallback();swfobject.removeSWF(this.id);}};})(Shadowbox);