var runOnce = false; var V828 = 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/mf006443_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V828.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V828.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V828.src("https://dlms3.mrsexe.tv/058515da829f6e89c8f619bb8ef50977.mp4"); V828.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('828','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/058515da829f6e89c8f619bb8ef50977.mp4','https://dlms3.mrsexe.tv/3b4383f1fbfe946c333a0c10ce8392a8.mp4');