var runOnce = false;
var V1330 = 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/MF200632_1/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V1330.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V1330.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V1330.src("https://dlms3.mrsexe.tv/39b0efa3d9c8ce725acb6f89bc5af88a.mp4");
V1330.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('1330','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/39b0efa3d9c8ce725acb6f89bc5af88a.mp4','https://dlms3.mrsexe.tv/94c0f7add7e2866b8c2a33a86ccec3c4.mp4');