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