var runOnce = false;
var V2306 = 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/MF300025_1/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V2306.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V2306.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V2306.src("https://dlms3.mrsexe.tv/6359c1a459ce1addba7f421e965996d6.mp4");
V2306.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('2306','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/6359c1a459ce1addba7f421e965996d6.mp4','https://dlms3.mrsexe.tv/59c5f00e6b60f352a6f23869e70ec17c.mp4');