var runOnce = false; var V740 = 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/mf006336_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V740.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V740.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V740.src("https://dlms3.mrsexe.tv/7e7f39fa9893c6e840e5f0178429e185.mp4"); V740.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('740','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/7e7f39fa9893c6e840e5f0178429e185.mp4','https://dlms3.mrsexe.tv/0132811b163876d83d0c55385c67f256.mp4');