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

Intro / Lead-in Video


I need to add a 4 second lead-in / intro video to the front of all videos played on my site with the JWPlayer, without actually editing / embedding the intro into the original video

What's the easiest way to go about this?

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

You can do this using playlists as follows:

jwplayer(“player”).setup({
playlist: [
{file: ‘video-1.mp4’},
{file: ‘video-2.mp4’}
],
width:‘100%’
});

Best Regards,
Cooper

This question has received the maximum number of answers.