link: "https://russian.rt.com/russia/video/489650-putin-pozdravlenie-8-marta-stih"
events: {
onPlay: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PLAY', location.href);
var playingVideoId = 'js-mediaplayer-5aa01fb0370f2c752a8b45f2'; // 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