Your IP : 3.145.86.133


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/js/landing/mediaplayer/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/js/landing/mediaplayer/youtube_mediaplayer.min.js

(function(){"use strict";BX.namespace("BX.Landing.MediaPlayer");var t=BX.Landing.Utils.addQueryParams;var e=BX.Landing.Utils.getQueryParams;BX.Landing.MediaPlayer.Youtube=function(e){BX.Landing.MediaPlayer.BasePlayer.apply(this,arguments);var a=e.src;if(new RegExp("^//").test(a)){a=a.replace("//","https://")}if(new RegExp("^http://").test(a)){a=a.replace("http://","https://")}e.src=t(a,{enablejsapi:1,playerVars:{origin:window.location.origin}});e.onload=function(){this.player=new YT.Player(e);this.player.addEventListener("onReady",function(){void(this.parameters.autoplay?this.play():this.pause());void(this.parameters.mute?this.mute():this.unMute());void(this.parameters.loop?this.setLoop(true):this.setLoop(false))}.bind(this))}.bind(this)};BX.Landing.MediaPlayer.Youtube.prototype={constructor:BX.Landing.MediaPlayer.Youtube,__proto__:BX.Landing.MediaPlayer.BasePlayer.prototype,play:function(){this.player.playVideo()},pause:function(){this.player.pauseVideo()},stop:function(){this.player.stopVideo()},setLoop:function(t){this.parameters.loop=t;if(!this.loopInited){this.loopInited=true;this.player.addEventListener("onStateChange",function(t){void(this.parameters.loop&&t.data===0&&this.play())}.bind(this))}},seekTo:function(t){this.player.seekTo(t)},mute:function(){this.player.mute()},unMute:function(){this.player.unMute()}}})();