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