var runOnce = false;
var V1093 = 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/MF200265_1/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V1093.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V1093.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V1093.src("https://dlms3.mrsexe.tv/86debcba62a50ad271456c2896fa2447.mp4");
V1093.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('1093','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/86debcba62a50ad271456c2896fa2447.mp4','https://dlms3.mrsexe.tv/80ac2483737356864699c0b7cc830e5e.mp4');