link: "https://russian.rt.com/russia/video/511082-svetloi-pamyati-pavshih-v-borbe-protiv-fashizma"
events: {
onPlay: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PLAY', location.href);
var playingVideoId = 'js-mediaplayer-5af326cb183561b6228b4617'; // 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