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

Preroll with overlay ad


Is it possible to do a preroll with overlay? I've been trying to set this up but not having success.

2 Community Answers

jherrieven

User  
0 rated :

Can you share what you've tried?

James

Cooper Reid

JW Player Support Agent  
0 rated :

Hi,

You may have success scheduling a pre-roll overlay as follows:
jwplayer(“player”).setup({
file: ‘test.mp4’,
width:‘100%’,
advertising: {
client: “vast”,
schedule: {
break1: {
offset: 0,
type: ‘nonlinear’,
tag: “ADTAG.xml”
}
}
}
});

Best Regards,
Cooper

This question has received the maximum number of answers.