Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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() { }
}
});

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Where are you running this?

This question has received the maximum number of answers.