function _smi_movieplayer(h,e){var c=new _smi_widget({divObject:h,flash:null}),j=function(){if(c.flash==null)c.flash=getFlash(h);return c.flash};c.play=function(){j().playVideo()};c.stop=function(){j().stopVideo()};c.clear=function(){j().clearVideo()};c.pause=function(){j().pauseVideo()};var i=dom_getElementValue(e,"id"),k=false,o=function(){var a=e.getElementsByTagName("options");a=a.length>0?a[0]:null;var b=dom_getElementValue(e,"url");if(b&&b.search(/:\/\//)==-1)b=dircat(g_baseDir,b);if(i)b=dircat(g_baseDir,
"cms_file.php?fromDB="+i+("&processed="+videoProcessor));var f=dom_getElementValue(e,"previewImg");if(!f&&b.search(/cms_file\.php/)!=-1)f=b+"&forcePNG&ext=.png";var d=dom_getElementValue(e,"moviePlayer");d=d&&d.search(/:\/\//)==-1&&d.search(/\.swf/)>-1?dircat(g_baseDir,d):dircat(common_resource_path,"flash/movieplayer2.swf");var l=a?a.getAttribute("volume"):"100";if(getCookie("movieplayer_volume"))l=getCookie("movieplayer_volume");createFlash(h,d,"100%","100%",{common_resource_path:common_resource_path,
url:b,autoPlay:a&&a.getAttribute("autoPlay")=="1"?"1":"0",autoRepeat:a&&a.getAttribute("autoRepeat")=="1"?"1":"0",volume:l,showFullscreenButton:a?a.getAttribute("showFullscreenButton"):"1",allowFullScreen:"true",hideControls:a&&a.getAttribute("hideControls")=="1"?"1":"0",previewImg:f,ignoreAspectRatio:a&&a.getAttribute("ignoreAspectRatio")=="1"?"1":"0"},function(){h.innerHTML='Video niet beschikbaar. Download de laatste versie van de <a href="http://get.adobe.com/nl/flashplayer/" target="_blank">Flash speler</a> a.u.b.'},
k=="mp4"?9:8,{onload:function(){var g=dom_getElementValue(e,"onload");if(g)(g=eval("typeof "+g)!="undefined"?eval(g):false)&&g(c);c.fireEvent("loaded",{});c.loaded=true},volume:function(g,n){setCookie("movieplayer_volume",n[0])}})},p=function(){var a=e.getElementsByTagName("options");a=a.length>0?a[0]:null;var b=document.createElement("video"),f=document.createElement("source");f.setAttribute("src","cms_file.php?fromDB="+i+(in_array(k,["mp4","flv"])?"&ext="+k:"&processed="+videoProcessor));b.appendChild(f);
b.setAttribute("width","100%");b.setAttribute("height","100%");b.setAttribute("controls",a&&a.getAttribute("hideControls")=="1"?"false":"true");b.setAttribute("type","video/mp4; codecs='avc1.42E01E'");h.appendChild(b);a=[];for(var d in b)typeof b[d]=="function"&&a.push(d)},m=browser.isSafari&&window.navigator.userAgent.search(/mobile/i)!=-1?p:o;i?getItem("item_tree_file",i,function(a){k=a?a.extension:false;m()}):m()};

