Your IP : 3.22.208.84


Current Path : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/js/landing/mediaplayer/
Upload File :
Current File : /var/www/axolotl/data/www/msk.axolotls.ru/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 i=e.src;if(new RegExp("^//").test(i)){i=i.replace("//","https://")}if(new RegExp("^http://").test(i)){i=i.replace("http://","https://")}e.src=t(i,{enablejsapi:1,origin:window.location.protocol+"//"+window.location.host});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()}}})();
//# sourceMappingURL=youtube_mediaplayer.map.js