var runOnce = false; var V2228 = 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/MF200751_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V2228.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V2228.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V2228.src("https://dlms3.mrsexe.tv/4581e1f81ecdbcd7f9d9f2a8e5dca6a2.mp4"); V2228.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('2228','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/4581e1f81ecdbcd7f9d9f2a8e5dca6a2.mp4','https://dlms3.mrsexe.tv/8adf7fc6cd1ce9025aeb2f0792eb7d83.mp4');