if(typeof AC==="undefined"){AC={};}AC.QuickTime={_createNullMovie:function(u,j){u=0;j=0;var Z=$(document.createElement("div")),m="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B",w="http://www.apple.com/qtactivex/qtplugin.cab#version=7,3,0,0",Q="http://www.apple.com/quicktime/download/";Z.innerHTML="<object width=\""+u+"\" height=\""+j+"\" classid=\""+m+"\" codebase=\""+w+"\"><embed width=\""+u+"\" height=\""+j+"\" type=\"video/quicktime\" pluginspage=\""+Q+"\"></embed></object>";return Z;},packageMovie:function(u,j,m){if(!u||!j){throw new TypeError("Valid Name and File URL are required arguments.");}var w="7",Q=null;if(m&&m.minVersion){w=m.minVersion;}if(!AC.Detector.isMobile()&&!AC.Detector.isValidQTAvailable(w)){Q=$(document.createElement("a"));Q.addClassName("quicktime-download");Q.setAttribute("href","http://www.apple.com/quicktime/download/");Q.innerHTML=m.downloadText||"Get the latest QuickTime.";return Q;}if(AC.Detector.isIEStrict()){AC.QuickTime.createEventSource();}if(m&&!!m.factory){return m.factory.create.call(m.factory,u,j,m);}else{return AC.QuickTime.Factory.Plugin.create(u,j,m);}},createEventSource:function(){var u="qt_event_source",m,j;if(document.getElementById(u)){return ;}m=document.createElement("object");m.id=u;m.setAttribute("clsid","CB927D12-4FF7-4a9e-A169-56E4B8A75598");j=document.getElementsByTagName("head")[0];j.appendChild(m);}};AC.Quicktime=AC.QuickTime;AC.QuickTime.Factory={Combined:{create:function(u,j,m){var w=null,Q=null;w=AC.QuickTime.Factory.Plugin.create(u,j,m);if(AC.Detector.isIEStrict()){return w;}else{Q=AC.QuickTime.Factory.Video.create(u,j,m);Q.appendChild(w);return Q;}}},Plugin:{create:function(Q,m,u){var w=this._createOuterObject(Q,m,u),j=null;if(!AC.Detector.isIEStrict()){j=this._createInnerObject(Q,m,u);w.appendChild(j);w.inner=j;}else{w.style.behavior="url(#qt_event_source)";if(u.aggressiveCleanup!==false){Event.observe(window,"unload",function(){try{w.Stop();}catch(Z){}w.style.display="none";w=null;});}}this._configure(j,w,u);this._addParameter(w,"saveembedtags",true);this._addParameter(j,"saveembedtags",true);this._addParameter(w,"postdomevents",true);this._addParameter(j,"postdomevents",true);w.setAttribute("classid","clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B");return w;},_configure:function(j,w,u){if(!u){return false;}var Q=null,m=null;for(Q in u){if(u.hasOwnProperty(Q)){m=Q.toLowerCase();switch(m){case ("type"):case ("src"):case ("data"):case ("classid"):case ("name"):case ("id"):case ("postdomevents"):case ("saveembedtags"):case ("factory"):case ("aggressiveCleanup"):break;case ("class"):Element.addClassName(w,u[Q]);break;case ("innerId"):if(j){j.setAttribute("id",u[Q]);}break;case ("autoplay"):this._addParameter(w,"autostart",u[Q]);this._addParameter(j,"autostart",u[Q]);break;case ("width"):case ("height"):w.setAttribute(m,u[Q]);if(j){j.setAttribute(m,u[Q]);}break;default:this._addParameter(w,m,u[Q]);this._addParameter(j,m,u[Q]);break;}}}},_addParameter:function(m,j,u){if(!m){return ;}var Q=document.createElement("param");Q.setAttribute("value",u);Q.setAttribute("name",j);m.appendChild(Q);Q=null;},_createOuterObject:function(u,j,m){var w=document.createElement("object"),Q="7,3,0,0";if(AC.Detector.isMobile()&&m.posterFrame){this._addParameter(w,"src",m.posterFrame);this._addParameter(w,"href",j);this._addParameter(w,"target","myself");}else{this._addParameter(w,"src",j);}w.setAttribute("id",u);if(null!==m&&(typeof m.codebase!=="undefined")&&""!==m.codebase){Q=m.codeBase;}w.setAttribute("codebase","http://www.apple.com/qtactivex/qtplugin.cab#version="+Q);return w;},_createInnerObject:function(Q,m,u){var j=document.createElement("object");j.setAttribute("type","video/quicktime");j.setAttribute("data",m);j.setAttribute("id",Q+"Inner");j.setAttribute("name",Q);return j;}},Video:{create:function(u,j,m){var Q=document.createElement("video");Q.setAttribute("id",u);Q.setAttribute("src",j);this._configure(Q,m);return Q;},_configure:function(u,m){if(!m){return false;}var Q=null,j=null;for(Q in m){if(m.hasOwnProperty(Q)){j=Q.toLowerCase();switch(j){case ("type"):case ("src"):case ("data"):case ("classid"):case ("name"):case ("id"):case ("postdomevents"):case ("saveembedtags"):case ("factory"):case ("aggressiveCleanup"):case ("innerId"):case ("cache"):case ("wmode"):case ("aggressivecleanup"):case ("showlogo"):break;case ("class"):Element.addClassName(u,m[Q]);break;case ("controller"):if(m[Q]){u.setAttribute("controls","controls");}break;case ("autoplay"):case ("autostart"):if(m[Q]){u.setAttribute("autoplay","autoplay");}break;default:u.setAttribute(j,m[Q]);break;}}}}},Audio:{},Null:{}};AC.QuickTime.States={Polling:{isAvailable:function(j){return true;},toString:function(){return "Polling State";},detachFromMovie:Prototype.emptyFunction,reset:Prototype.emptyFunction,_monitor:function(){var m=this.isPlaying(),j=null;if(!this.acknowledgedPlayable){j=this.GetPluginStatus();if("Playable"===j||"Complete"===j){this._didBecomePlayable();}}else{if(!this.isJogging){if(m&&!this.playing){this._didStart();}else{if(!m&&this.playing){this._didStop();}}}}this.updateController();if(this.movie!==null){this.movieWatcher=setTimeout(AC.Quicktime.States.Polling._monitor.bind(this),this.monitorDelay);}},monitorMovie:function(){this.movieWatcher=setTimeout(AC.Quicktime.States.Polling._monitor.bind(this),this.monitorDelay);}},Events:{eventNames:{plugin:{loadstart:"loadstart",progress:"qt_progress",loadedmetadata:"loadedmetadata",loadedfirstframe:"loadedfirstframe",load:"load",abort:"abort",error:"error",emptied:"emptied",stalled:"stalled",play:"qt_play",pause:"qt_pause",waiting:"waiting",seeking:"seeking",seeked:"seeked",timeupdate:"timeupdate",ended:"qt_ended",dataunavailable:"dataunavailable",canshowcurrentframe:"canshowcurrentframe",canplay:"canplay",canplaythrough:"qt_canplaythrough",ratechange:"ratechange",durationchange:"durationchange",volumechange:"volumechange"},video:{loadstart:"loadstart",progress:"progress",loadedmetadata:"loadedmetadata",loadedfirstframe:"loadedfirstframe",load:"load",abort:"abort",error:"error",emptied:"emptied",stalled:"stalled",play:"play",pause:"pause",waiting:"waiting",seeking:"seeking",seeked:"seeked",timeupdate:"timeupdate",ended:"ended",dataunavailable:"dataunavailable",canshowcurrentframe:"canshowcurrentframe",canplay:"canplay",canplaythrough:"canplaythrough",ratechange:"ratechange",durationchange:"durationchange",volumechange:"volumechange"}},isAvailable:function(j){return AC.Detector.isQTCompatible("7.3");},toString:function(){return "DOM Event State";},detachFromMovie:function(){var j=AC.QuickTime.States.Events._eventNames(this.movie);Event.stopObserving(this.movie,j.canplaythrough,this._didBecomePlayableCallback);Event.stopObserving(this.movie,j.pause,this._didStopCallback);Event.stopObserving(this.movie,j.play,this._didStartCallback);},_eventNames:function(j){var m=j.tagName.match(/video/i)?AC.QuickTime.States.Events.eventNames.video:AC.QuickTime.States.Events.eventNames.plugin;return m;},reset:Prototype.emptyFunction,_monitor:function(){var j=null,m;if(!this.acknowledgedPlayable){j=this.GetPluginStatus();if("Playable"===j||"Complete"===j){this._didBecomePlayable();if(this.isPlaying()){this._didStart();}m=AC.QuickTime.States.Events._eventNames(this.movie);this._didStartCallback=this._didStart.bind(this);Event.observe(this.movie,m.play,this._didStartCallback);}}this.updateController();if(this.movie!==null){this.movieWatcher=setTimeout(AC.Quicktime.States.Events._monitor.bind(this),this.monitorDelay);}},monitorMovie:function(){var j=AC.QuickTime.States.Events._eventNames(this.movie);this._didStopCallback=this._didStop.bind(this);Event.observe(this.movie,j.pause,this._didStopCallback);Event.observe(this.movie,j.ended,this._didStopCallback);this.movieWatcher=setTimeout(AC.Quicktime.States.Events._monitor.bind(this),this.monitorDelay);}}};AC.QuickTimeController=Class.create();AC.QuicktimeController=AC.QuickTimeController;AC.QuickTimeController.prototype={movie:null,options:null,movieAttacher:null,attachDelay:500,movieWatcher:null,monitorDelay:480,currentTime:0,percentLoaded:0,maxBytesLoaded:0,movieSize:0,allowAttach:true,controllerPanel:null,currentControl:null,playControl:null,pauseControl:null,slider:null,track:null,playHead:null,loadedProgress:null,state:null,acknowledgedPlayable:false,isJogging:false,hardPaused:false,duration:0,finished:false,playing:false,unloader:null,initialize:function(j,m){this._eventSource=document.getElementsByTagName("body")[0];this.options=m||{};if(this.options.delegate){this.setDelegate(this.options.delegate);}if(this.options.renderInto){this.render(this.options.renderInto);}this.attachToMovie(j,m);},setDelegate:function(j){this.delegate=j;},setState:function(m,j){if(typeof (m)!=="undefined"){this.state=m;}else{this.state=AC.Quicktime.States.Polling;}},attachToMovie:function(j,m){if(!j||!this.allowAttach){return ;}if(!$(j)){throw "Movie has to be appended to document prior to attaching to with a controller.";}if(this.movie){this.detachFromMovie();}clearInterval(this.movieAttacher);if(typeof m!=="undefined"){this.options=m;}if(!this.unloader){this.unloader=this.detachFromMovie.bind(this);Event.observe(window,"unload",this.unloader);}this._startLoadingIndicator(j);this.movieAttacher=setInterval(this._attach.bind(this,j),this.attachDelay);j=null;},_attach:function(j){if(!this.allowAttach){return ;}this.movie=this._responsiveMediaElement(j);if(this.movie){clearInterval(this.movieAttacher);this.setState(this.options.state);this.movieIsVideo=!!this.movie.tagName.match(/video/i);if(this.delegate&&typeof this.delegate.didAttach==="function"){this.delegate.didAttach(this);}this._eventSource.fire("QuickTime:didAttach",{controller:this});this.monitorMovie();}j=null;},_startLoadingIndicator:function(j){this._movieContainer=j.parentNode;Element.addClassName(this._movieContainer,"movie-loading");if(this.controllerPanel){Element.addClassName(this.controllerPanel,"movie-loading");}},_stopLoadingIndicator:function(){if(this._movieContainer){Element.removeClassName(this._movieContainer,"movie-loading");this._movieContainer=null;}if(this.controllerPanel){Element.removeClassName(this.controllerPanel,"movie-loading");}},_responsiveMediaElement:function(j){try{if(!j){return null;}else{if(j.play||j.Play){return j;}else{return this._responsiveMediaElement(j.down("video, object, embed"));}}}catch(m){if(j.GetPluginStatus()){return j;}else{return this._responsiveMediaElement(j.down("video, object, embed"));}return null;}},detachFromMovie:function(){this.allowAttach=false;if(this.state){this.state.detachFromMovie.call(this);}clearInterval(this.movieAttacher);clearTimeout(this.movieWatcher);this.movie=null;this.reset();Event.stopObserving(window,"unload",this.unloader);this.unloader=null;this.allowAttach=true;if(this.delegate&&typeof this.delegate.didDetach==="function"){this.delegate.didDetach(this);}this._eventSource.fire("QuickTime:didDetach",{controller:this});},monitorMovie:function(){this.state.monitorMovie.call(this);if(this.controllerPanel!==null){this.slider=new Control.Slider(this.playHead,this.track,{onSlide:function(j){if(isNaN(j)){return ;}this.trackProgress.style.width=this.slider.translateToPx(j);if(!this.isJogging){this._didStartJogging();}this.SetTime(j*this.GetDuration());}.bind(this),onChange:function(j){if(isNaN(j)){return ;}if(this.isJogging){this._didStopJogging();}this.trackProgress.style.width=this.slider.translateToPx(j);}.bind(this)});this.slider.updateStyles=Prototype.emptyFunction;}},_didBecomePlayable:function(){this._stopLoadingIndicator();this.updateController();if(this.acknowledgedPlayable){return ;}this.acknowledgedPlayable=true;if(this.options.onMoviePlayable&&typeof this.options.onMoviePlayable==="function"){this.options.onMoviePlayable();}if(this.delegate&&typeof this.delegate.didBecomePlayable==="function"){this.delegate.didBecomePlayable(this);}this._eventSource.fire("QuickTime:canplaythrough",{controller:this});},playedCount:0,_didStart:function(){if(this.wasJogging){this.wasJogging=false;return ;}this.playing=true;if(this.controllerPanel){this.controllerPanel.replaceChild(this.pauseControl,this.currentControl);this.currentControl=this.pauseControl;}if(typeof this.options.onMovieStart==="function"){this.options.onMovieStart();}if(0===this.playedCount){if(this.delegate&&typeof this.delegate.didBegin==="function"){this.delegate.didBegin(this);}this._eventSource.fire("QuickTime:begin",{controller:this});}else{if(this.delegate&&typeof this.delegate.didStart==="function"){this.delegate.didStart(this);}this._eventSource.fire("QuickTime:start",{controller:this});}this.playedCount+=1;},_didStop:function(){if(this.isJogging){return ;}this.playing=false;if(this.controllerPanel){this.controllerPanel.replaceChild(this.playControl,this.currentControl);this.currentControl=this.playControl;}if(typeof this.options.onMovieStop==="function"){this.options.onMovieStop();}var m=this.GetTime(),j=this.GetDuration();if(m>=j){this._didPlayProgress(j,j);if(this.options.onMovieFinished&&typeof this.options.onMovieFinished==="function"){this.options.onMovieFinished();}if(this.delegate&&typeof this.delegate.didEnd==="function"){this.delegate.didEnd(this);}this._eventSource.fire("QuickTime:end",{controller:this});}else{if(this.delegate&&typeof this.delegate.didStop==="function"){this.delegate.didStop(this);}this._eventSource.fire("QuickTime:stop",{controller:this});}},reset:function(){if(this.state){this.state.reset.call(this);}this.duration=0;this.movieSize=0;this.maxBytesLoaded=0;this.percentLoaded=0;this.movieIsVideo=false;this.acknowledgedPlayable=false;this.playedCount=0;delete this.timeScale;if(this.slider){this.slider.setValue(0);this.slider.trackLength=this.slider.maximumOffset()-this.slider.minimumOffset();}this._stopLoadingIndicator();if(this.loadedProgress){this.loadedProgress.style.width="0px";}},render:function(j){if(typeof j!=="undefined"&&!$(j)){throw new Error("Specified container ID, '"+j+"' not found in DOM");}this.controllerPanel=$(document.createElement("div"));Element.addClassName(this.controllerPanel,"ACQuicktimeController");this.playControl=document.createElement("div");Element.addClassName(this.playControl,"control");Element.addClassName(this.playControl,"play");this.playControl.innerHTML="Play";this.playControl.onclick=this.Play.bind(this);this.pauseControl=document.createElement("div");Element.addClassName(this.pauseControl,"control");Element.addClassName(this.pauseControl,"pause");this.pauseControl.innerHTML="Pause";this.pauseControl.onclick=this.Stop.bind(this);var m=false;if(null!==this.movie){m=this.GetAutoPlay();}this.currentControl=(m)?this.pauseControl:this.playControl;this.controllerPanel.appendChild(this.currentControl);this.sliderPanel=document.createElement("div");Element.addClassName(this.sliderPanel,"sliderPanel");this.track=document.createElement("div");Element.addClassName(this.track,"track");this.sliderPanel.appendChild(this.track);this.loadedProgress=document.createElement("div");Element.addClassName(this.loadedProgress,"loadedProgress");this.track.appendChild(this.loadedProgress);this.trackProgress=document.createElement("div");Element.addClassName(this.trackProgress,"trackProgress");this.track.appendChild(this.trackProgress);this.playHead=document.createElement("div");Element.addClassName(this.playHead,"playHead");this.track.appendChild(this.playHead);this.controllerPanel.appendChild(this.sliderPanel);this.timeDisplay=document.createElement("div");Element.addClassName(this.timeDisplay,"timeDisplay");this.controllerPanel.appendChild(this.timeDisplay);if(j){$(j).appendChild(this.controllerPanel);this.trackWidth=Element.getDimensions(this.track).width;if(this.delegate&&typeof this.delegate.didRenderController==="function"){this.delegate.didRenderController(this);}this._eventSource.fire("QuickTime:didRenderController",{controller:this});if(this.movie){this.monitorMovie();}}return this.controllerPanel;},setTimeDisplayString:function(j){this.timeDisplay.innerHTML=j;},updateController:function(j){if(!this.controllerPanel){return ;}this._updateControllerLoadedProgress();if(this.isJogging||this.isPlaying()){var Q=this.currentTime,m=this.GetTime(),u=this.GetDuration();if(Q!==m){if(!this.isJogging){this.slider.setValue(m/u);}this._didPlayProgress(m,u);}}},_didPlayProgress:function(j,m){if(this.delegate&&typeof this.delegate.didPlayProgress==="function"){this.delegate.didPlayProgress(this,j,m);}this._eventSource.fire("QuickTime:didPlayProgress",{controller:this,currentTime:j,duration:m});},_updateControllerLoadedProgress:function(){if(this.percentLoaded<1){var j=Element.getDimensions(this.track).width,u=this.GetMaxBytesLoaded()/this.GetMovieSize(),m=0;if(!isNaN(u)&&0!==u){this.percentLoaded=u;}m=j*this.percentLoaded;Element.setStyle(this.loadedProgress,{width:m+"px"});}},_didStartJogging:function(){if(!this.isJogging){this.playAfterJog=this.isPlaying();this.isJogging=true;this.Stop();var j=this.GetTime();if(this.delegate&&typeof this.delegate.didStartJogging==="function"){this.delegate.didStartJogging(this,j);}this._eventSource.fire("QuickTime:didStartJogging",{controller:this,time:j});}},_didStopJogging:function(){this.isJogging=false;var j=this.GetTime();if(this.delegate&&typeof this.delegate.didStopJogging==="function"){this.delegate.didStopJogging(this,j);}this._eventSource.fire("QuickTime:didStopJogging",{controller:this,time:j});if(this.playAfterJog){this.wasJogging=true;this.Play();}},Play:function(){if(null!==this.movie){try{if(this.movieIsVideo){this.movie.play();}else{this.movie.Play();}}catch(j){}}},Stop:function(){if(null!==this.movie){try{if(this.movieIsVideo){this.movie.pause();}else{this.movie.Stop();}}catch(j){}}},Rewind:function(){if(null!==this.movie){this.movie.Stop();this.movie.Rewind();}},Step:function(j){this.movie.Step(j);},ShowDefaultView:function(){this.movie.ShowDefaultView();},GoPreviousNode:function(){this.movie.GoPreviousNode();},GetQuicktimeVersion:function(){return this.movie.GetQuickTimeVersion();},GetQuicktimeLanguage:function(){return this.movie.GetQuicktimeLanguage();},GetQuicktimeConnectionSpeed:function(){return this.movie.GetQuicktimeConnectionSpeed();},GetIsQuickTimeRegistered:function(){return this.movie.GetIsQuickTimeRegistered();},GetComponentVersion:function(){return this.movie.GetComponentVersion();},GetPluginVersion:function(){return this.movie.GetPluginVersion();},ResetPropertiesOnReload:function(){this.movie.ResetPropertiesOnReload();},GetPluginStatus:function(){if(!this.movieIsVideo){try{return this.movie.GetPluginStatus();}catch(m){return "Waiting";}}else{var j=this.movie.readyState;return j>2?"Playable":"Waiting";}},GetAutoPlay:function(){return this.movie.GetAutoPlay();},SetAutoPlay:function(j){this.movie.SetAutoPlay(j);},GetControllerVisible:function(){return this.movie.GetControllerVisible();},SetControllerVisible:function(j){this.movie.SetControllerVisible(j);},GetRate:function(){return this.movie.GetRate();},SetRate:function(j){this.movie.SetRate();},GetTime:function(){var m=0;try{if(this.movieIsVideo){m=this.movie.currentTime;}else{m=this.movie.GetTime();}}catch(j){}if(0===m){m=this.currentTime+this.monitorDelay;}else{this.currentTime=m;}return m;},SetTime:function(m){try{if(this.movieIsVideo){this.movie.currentTime=m;}else{this.movie.SetTime(m);}}catch(j){}},GetVolume:function(){return this.movie.GetVolume();},SetVolume:function(j){this.movie.SetVolume(j);},GetMute:function(){return this.movie.GetMute();},SetMute:function(j){this.movie.SetMute();},GetMovieName:function(){return this.movie.GetMovieName();},SetMovieName:function(j){this.movie.SetMovieName(j);},GetMovieID:function(){return this.movie.GetMovieID();},SetMovieID:function(j){this.movie.SetMovieID(j);},GetStartTime:function(){return this.movie.GetStartTime();},SetStartTime:function(j){this.movie.SetStartTime(j);},GetEndTime:function(){return this.movie.GetEndTime();},SetEndTime:function(j){this.movie.SetEndTime(j);},GetBgColor:function(){return this.movie.GetBgColor();},SetBgColor:function(j){this.movie.SetBgColor(j);},GetIsLooping:function(){return this.movie.GetIsLooping();},SetIsLooping:function(j){this.movie.SetIsLooping(j);},GetLoopIsPalindrome:function(){return this.movie.GetLoopIsPalindrome();},SetLoopIsPalindrome:function(j){this.movie.SetLoopIsPalindrome(j);},GetPlayEveryFrame:function(){return this.movie.GetPlayEveryFrame();},SetPlayEveryFrame:function(j){this.movie.SetPlayEveryFrame(j);},GetHREF:function(){return this.movie.GetHREF();},SetHREF:function(j){this.movie.SetHREF(j);},GetTarget:function(){return this.movie.GetTarget();},SetTarget:function(j){this.movie.SetTarget(j);},GetQTNEXTUrl:function(){return this.movie.GetQTNEXTUrl();},SetQTNEXTUrl:function(m,j){this.movie.SetQTNEXTUrl(m,j);},GetURL:function(){return this.movie.GetURL();},SetURL:function(j){if(!!this.movie.tagName.match(/video/i)){this.movie.src=j;this.movie.load();}else{this.movie.SetURL(j);}this.reset();},GetKioskMode:function(){return this.movie.GetKioskMode();},SetKioskMode:function(j){this.movie.SetKioskMode(j);},GetDuration:function(){if(null===this.duration||0===this.duration){try{if(this.movieIsVideo){this.duration=this.movie.duration;}else{this.duration=this.movie.GetDuration();}}catch(j){this.duration=0;}}return this.duration;},GetMaxTimeLoaded:function(){return this.movie.GetMaxTimeLoaded();},GetTimeScale:function(){if(typeof this.timeScale!=="undefined"){return this.timeScale;}try{if(this.movieIsVideo){this.timeScale=2997;}else{this.timeScale=this.movie.GetTimeScale();}}catch(j){}return this.timeScale;},GetMovieSize:function(){if(0===this.movieSize){try{if(this.movieIsVideo){this.movieSize=this.movie.totalBytes;}else{this.movieSize=this.movie.GetMovieSize();}}catch(j){this.movieSize=0;}}return this.movieSize;},GetMaxBytesLoaded:function(){try{if(this.movieIsVideo){this.maxBytesLoaded=this.movie.bufferedBytes;}else{this.maxBytesLoaded=this.movie.GetMaxBytesLoaded();}}catch(j){}return this.maxBytesLoaded;},GetTrackCount:function(){return this.movie.GetTrackCount();},GetMatrix:function(){return this.movie.GetMatrix();},SetMatrix:function(j){this.movie.SetMatrix(j);},GetRectangle:function(){return this.movie.GetRectangle();},SetRectangle:function(j){this.movie.SetRectangle(j);},GetLanguage:function(){return this.movie.GetLanguage();},SetLanguage:function(j){this.movie.SetLanguage(j);},GetMIMEType:function(){return this.movie.GetMIMEType();},GetUserData:function(j){return this.movie.GetUserData(j);},GetIsVRMovie:function(){return this.movie.GetIsVRMovie();},GetHotspotUrl:function(j){return this.movie.GetHotspotUrl(j);},SetHotspotUrl:function(j,m){this.movie.SetHotspotUrl(j,m);},GetHotspotTarget:function(j){return this.movie.GetHotspotTarget(j);},SetHotspotTarget:function(j,m){this.movie.SetHotspotTarget(j,m);},GetPanAngle:function(){return this.movie.GetPanAngle();},SetPanAngle:function(j){this.movie.SetPanAngle(j);},GetTiltAngle:function(){return this.movie.GetTiltAngle();},SetTiltAngle:function(j){this.movie.SetTiltAngle(j);},GetFieldOfView:function(){return this.movie.GetFieldOfView();},SetFieldOfView:function(j){this.movie.SetFieldOfView(j);},GetNodeCount:function(){return this.movie.GetNodeCount();},SetNodeID:function(j){this.movie.SetNodeID(j);},GetTrackName:function(j){return this.movie.GetTrackName(j);},GetTrackType:function(j){return this.movie.GetTrackType(j);},GetTrackEnabled:function(j){return this.movie.GetTrackEnabled(j);},SetTrackEnabled:function(m,j){this.movie.SetTrackEnabled(m,j);},GetSpriteTrackVariable:function(m,j){return this.movie.GetSpriteTrackVariable(m,j);},SetSpriteTrackVariable:function(m,j){this.movie.SetSpriteTrackVariable(m,j);},GetChapterCount:function(){try{return this.movie.GetChapterCount();}catch(j){return NaN;}},GetChapterName:function(j){try{return this.movie.GetChapterName(j);}catch(m){return null;}},GoToChapter:function(j){try{this.movie.GoToChapter(j);return true;}catch(m){return false;}},isPlaying:function(){try{if(this.movieIsVideo){return !this.movie.paused&&!this.movie.ended;}else{return this.movie.GetRate()!==0;}}catch(j){return false;}},isFinished:function(){try{if(this.movieIsVideo){return this.movie.ended;}var u=this.movie.GetRate()===0,j=this.movie.GetTime()===this.GetDuration();return u&&j;}catch(m){return false;}},toggle:function(){if(this.isPlaying()){this.Stop();}else{this.Play();}}};
