
how to disable pause button during preroll video
I am using jwplayer 6.8 ads edition and restricted user skipping the pre-roll video advertising by setting 'skipoffset': 0, and showing ad countdown message, pause button, how can i disable pause button during pre-roll video.
following is config:
jwplayer("video-media").setup({
file: "player/static.mp4",
width: "100%",
aspectratio: "16:9",
autostart: true,
primary: 'html5',
advertising: {
client: "vast",
tag: "http://demo.jwplayer.com/player-demos/assets/preroll.xml",
admessage: 'This advertisement ends XX seconds.'
},
events: {
onComplete: function() { }
}
});