var runOnce = false;
var V803 = 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/mf006418_4/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V803.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V803.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V803.src("https://dlms3.mrsexe.tv/1a20f0d826bef6fd74610867cddd36d4.mp4");
V803.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('803','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/1a20f0d826bef6fd74610867cddd36d4.mp4','https://dlms3.mrsexe.tv/226dbf9b2cfbd18302e682c179756a51.mp4');