var runOnce = false; var V1946 = videojs('player2',{ controls:true, autoplay:false, loop:false, preload:'auto', poster:"https://www.mrsexe.tv/images/loading.jpg", fluid:true },{plugins:{thumbnails:{width:120,height:90, basePath : "https://img.mrsexe.tv/thumbs/12647_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V1946.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V1946.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V1946.src("https://dlms3.mrsexe.tv/369c9f11912bea2b65619e59a4f06315.mp4"); V1946.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('1946','lfapc',''); } }); var myVideo = document.getElementById("player2"); if (myVideo.addEventListener) { myVideo.addEventListener('contextmenu', function(e) { e.preventDefault(); }, false); } else { myVideo.attachEvent('oncontextmenu', function() { window.event.returnValue = false; }); }