var runOnce = false; var V754 = 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/mf006344_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V754.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V754.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V754.src("https://dlms3.mrsexe.tv/5de07ef0ae157030fbb39a49ec8c852b.mp4"); V754.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('754','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/5de07ef0ae157030fbb39a49ec8c852b.mp4','https://dlms3.mrsexe.tv/62ca8527632ce798a6ef1b14f2a42da6.mp4');