/* Advantech Co., Ltd. */ (function(g,h){function v(a){var b="",f=!1;switch(a){case c.VideoTypes.YOUTUBE:b="https://www.youtube.com/iframe_api";break;case c.VideoTypes.WISTIA:b="https://fast.wistia.com/assets/external/E-v1.js";f=!0;break;case c.VideoTypes.POLYV:b="https://player.polyv.net/script/player.js"}var d=h.createElement("script");d.src=b;f&&d.setAttribute("async","");d.addEventListener("load",function(){if(a===c.VideoTypes.POLYV)for(t=!0;0a.length)return Array(b-a.length+1).join("0")+a}function q(){this.url=this.id="";this.autoplay=!1;this.controls=!0;this.loop=!1;this.showInfo=!0;this.disableTap=!1;this.height=467;this.width=830}function w(){this.type=this.target=null}function p(a){a=a||new q;var b=a.url,f=f||c.extractVideoInfo(b);Object.defineProperty(this,"options",{value:a,enumerable:!1,configurable:!1,writable:!1}); Object.defineProperty(this,"videoType",{value:f.type,enumerable:!1,configurable:!1,writable:!1});Object.defineProperty(this,"videoId",{value:f.videoId,enumerable:!1,configurable:!1,writable:!1});Object.defineProperty(this,"videoUrl",{value:b,enumerable:!1,configurable:!1,writable:!1});Object.defineProperty(this,"playerObject",{value:null,enumerable:!1,configurable:!1,writable:!0});this.options.id?k.hasOwnProperty(this.options.id.toLowerCase())&&(a=this._generateId(),this.options.id=a):this.options.id= this._generateId();Object.defineProperty(this,"id",{value:this.options.id,enumerable:!1,configurable:!1,writable:!1});Object.defineProperty(this,"isReady",{value:!1,enumerable:!1,configurable:!1,writable:!0});Object.defineProperty(this,"isDestroyed",{value:!1,enumerable:!1,configurable:!1,writable:!0});Object.defineProperty(this,"videoState",{value:-1,enumerable:!1,configurable:!1,writable:!0});Object.defineProperty(this,"_passPlay",{value:!1,enumerable:!1,configurable:!1,writable:!0});Object.defineProperty(this, "_passPause",{value:!1,enumerable:!1,configurable:!1,writable:!0});Object.defineProperty(this,"_eventHandlers",{value:{},enumerable:!1,configurable:!1,writable:!1});a:{a=this.videoType;switch(a){case c.VideoTypes.YOUTUBE:if(u){a=!0;break a}break;case c.VideoTypes.POLYV:if(t){a=!0;break a}}b=!1;f=h.getElementsByTagName("script");for(var d=0;d=f&&(b.videoState=c.PlayerStates.ENDED,b._emit("end"))})}else a.bind("end",function(){b.videoState=c.PlayerStates.ENDED;b._emit("end")})},destroy:function(){switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.destroy();break;case c.VideoTypes.WISTIA:this.playerObject.remove();break;case c.VideoTypes.POLYV:this.playerObject.destroy()}this.isDestroyed=!0},initPlayer:function(){var a=this;switch(a.videoType){case c.VideoTypes.YOUTUBE:a.playerObject= new YT.Player(a.id,{height:0===a.options.height?"100%":a.options.height,width:0===a.options.width?"100%":a.options.width,videoId:a.videoId,playerVars:{autoplay:a.options.autoplay?1:0,controls:a.options.controls?1:0,loop:a.options.loop?1:0,showinfo:0,modestbranding:1},events:{onReady:function(b){a.isReady=!0;a._emit("ready");a.options.autoplay&&(a.mute(),a.play())},onStateChange:function(b){a._onYoutubeStateChange.call(a,b)}}});break;case c.VideoTypes.WISTIA:h.getElementById(a.options.id)&&(a._initWistiaWrapOptions.call(a), g._wq.push({id:a.videoId,onReady:function(b){a._onWistiaPlayerReady.call(a,b)}}));break;case c.VideoTypes.POLYV:a.playerObject=polyvPlayer({wrap:"#"+a.id,width:0===a.options.width?"100%":a.options.width,height:0===a.options.height?"100%":a.options.height,vid:a.videoId,autoplay:a.options.autoplay,skinLocation:a.options.controls?1:0,loop:!1,hideSwitchPlayer:!0,forceH5:!0})}},height:function(a){this.options.height=a;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.setSize(this.options.width, a);break;case c.VideoTypes.WISTIA:this.playerObject.videoHeight(a);break;case c.VideoTypes.POLYV:var b=h.getElementById(this.id);b&&(b=b.querySelector(".pv-video-player"))&&(b.style.height=a+"px")}},mute:function(){this._passPlay=!0;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.mute();break;case c.VideoTypes.WISTIA:this.playerObject.mute();break;case c.VideoTypes.POLYV:this.playerObject.j2s_setVolume(0)}},off:function(a,b){if("function"===typeof b){var c=this._eventHandlers[a]; if(Array.isArray(c)){var d=c.indexOf(b);-1!==d&&c.splice(d,1)}}},on:function(a,b){if("function"===typeof b){var c=this._eventHandlers[a];Array.isArray(c)||(c=this._eventHandlers[a]=[]);c.push(b)}},play:function(){this._passPlay=!0;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.playVideo();break;case c.VideoTypes.WISTIA:this.playerObject.play();break;case c.VideoTypes.POLYV:this.playerObject.j2s_resumeVideo()}},pause:function(){this._passPause=!0;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.pauseVideo(); break;case c.VideoTypes.WISTIA:this.playerObject.pause();break;case c.VideoTypes.POLYV:this.playerObject.j2s_pauseVideo()}},stop:function(){switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.stopVideo();break;case c.VideoTypes.WISTIA:this.playerObject.pause();this.playerObject.time(0);break;case c.VideoTypes.POLYV:this.playerObject.j2s_stopVideo(),this.options.autoplay&&this.playerObject.j2s_resumeVideo()}},unmute:function(){this._passPlay=!0;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.unMute(); break;case c.VideoTypes.WISTIA:this.playerObject.unmute();break;case c.VideoTypes.POLYV:this.playerObject.j2s_setVolume(1)}},width:function(a){this.options.width=a;switch(this.videoType){case c.VideoTypes.YOUTUBE:this.playerObject.setSize(a,this.options.height);break;case c.VideoTypes.WISTIA:this.playerObject.videoWidth(a);break;case c.VideoTypes.POLYV:var b=h.getElementById(this.id);b&&(b=b.querySelector(".pv-video-player"))&&(b.style.width=a+"px")}}};var c={};c.Player=p;c.VideoOptions=q;c.VideoTypes= {UNKNOWN:-1,YOUTUBE:0,WISTIA:1,POLYV:2};c.PlayerStates={UNSTARTED:-1,ENDED:0,PLAYING:1,PAUSED:2};c.get=function(a){var b=null;a=(a||"").toLowerCase();k.hasOwnProperty(a)&&(b=k[a]);return b};c.extractVideoInfo=function(a){var b={YOUTUBE:[/https:\/\/www\.youtube\.com\/watch\?v=(.{11})(&?.*)/ig,/https:\/\/www\.youtube\.com\/embed\/(.{11})/ig,/https:\/\/youtu\.be\/(.{11})/ig],WISTIA:[/https:\/\/advantech\.wistia\.com\/medias\/(.{10})/ig,/http:\/\/vfiles\.advantech\.com\/medias\/(.{10})/ig,/http:\/\/fast\.wistia\.net\/embed\/iframe\/(.{10})/ig, /https:\/\/fast\.wistia\.net\/embed\/iframe\/(.{10})/ig],POLYV:[/http:\/\/player\.polyv\.net\/videos\/player\.swf\?vid=(.+)/ig,/http:\/\/my\.polyv\.net\/front\/video\/preview\?vid=(.+)/ig,/http:\/\/player\.polyv\.net\/videos\/([^\.]+)\.swf/ig]},f={type:c.VideoTypes.UNKNOWN,videoId:""},d;for(d in b)if(b[d].some(function(b){return(b=b.exec(a))&&1