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?
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?
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