var runOnce = false; var V540 = videojs('player2',{ controls:true, autoplay:false, loop:false, preload:'auto', poster:"https://www.mrsexe.com/images/loading.jpg", fluid:true },{plugins:{thumbnails:{width:120,height:90, basePath : "https://img.mrsexe.com/thumbs/mf005798_1/"}}}); var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay'); V540.on('vast.adStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'none'; } }); V540.on('vast.contentStart', function () { if (PLAYER_VIDEO_OVERLAY){ PLAYER_VIDEO_OVERLAY.style.display = 'block'; } }); V540.src("https://dlms3.mrsexe.com/19690711d4efe40b2f592320e00140ed.mp4"); V540.on('play',function(event) { if (runOnce == false) { runOnce = true; callplay('540','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.com/19690711d4efe40b2f592320e00140ed.mp4','https://dlms3.mrsexe.com/15f37095baa97eff9e75608b35e9194a.mp4');