var runOnce = false;
var V2094 = videojs('player2',{
controls:true,
autoplay:false,
loop:false,
preload:'auto',
poster:"https://www.mrsexe.com/images/loading.jpg",
fluid:true
},{plugins:{thumbnails:{width:120,height:90, basePath : "https://img.mrsexe.com/thumbs/12694_2/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V2094.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V2094.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V2094.src("https://dlms3.mrsexe.com/5fd67459c6c25952b196c33fcd1b7074.mp4");
V2094.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('2094','lfapc','');
}
});
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;
});
}