var runOnce = false;
var V1731 = 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/12579_3_1500/"}}});
var PLAYER_VIDEO_OVERLAY = document.querySelector('.video-overlay');
V1731.on('vast.adStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'none';
}
});
V1731.on('vast.contentStart', function () {
if (PLAYER_VIDEO_OVERLAY){
PLAYER_VIDEO_OVERLAY.style.display = 'block';
}
});
V1731.src("https://dlms3.mrsexe.com/56fcb0ec1bfb66d55644bda4a20b6f38.mp4");
V1731.on('play',function(event) {
if (runOnce == false) {
runOnce = true;
callplay('1731','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;
});
}