var runOnce = false;
var V962 = 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/MF200007_1/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V962.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V962.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V962.src("https://dlms3.mrsexe.tv/6cd8936033b8a4a7dd653e5c588a9949.mp4");
V962.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('962','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/6cd8936033b8a4a7dd653e5c588a9949.mp4','https://dlms3.mrsexe.tv/36bba36f1350aa5b6802c866a4adff46.mp4');