link: "https://russian.rt.com/nopolitics/video/475289-v-niderlandah-iz-sportivnogo-magazina-utaschili-velosipedy"
events: {
onPlay: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PLAY', location.href);
var playingVideoId = 'js-mediaplayer-5a6f63cd370f2c2e718b45bb'; // 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