link: "https://russian.rt.com/nopolitics/video/630756-istoriya-ptitsa-moa-novaya-zelandiya"
events: {
onPlay: function(){
if (ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PLAY', location.href);
var playingVideoId = 'js-mediaplayer-5cd9a8c8370f2c710d8b45a2'; // id текущего плеера
pauseMedia(playingVideoId); //запускаем функцию остановки всех играющих плееров кроме этого Код функции ниже по коду
onPause: function(){
if (ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PAUSE', location.href);
onComplete: function(){
if (ga) {
ga('send', 'event', 'JWPLAYER-GA', 'COMPLETE', location.href);
function pauseMedia(playingMediaId) {
var players = document.querySelectorAll('.jwplayer, object');
for (var i = 0, max = players.length; i