var runOnce = false; var V2213 = 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/MF200720_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V2213.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V2213.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V2213.src("https://dlms3.mrsexe.tv/83e2a526de32e169b340bc4cd67389ec.mp4"); V2213.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('2213','lfap',''); } }); 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; }); } // HDtoggle('https://dlms3.mrsexe.tv/83e2a526de32e169b340bc4cd67389ec.mp4','https://dlms3.mrsexe.tv/2db19429a47178d6b2c0b42c921b97a4.mp4');