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

Auto Play Next Video in Embedded YouTube Playlist


Is there a way to make the JW 6 player automatically start playing the next video in an embedded playlist?

After a YouTube video plays I want a video showing my site's logo to automatically play immediately after the first video in the playlist plays.

<script type='text/javascript'>
jwplayer('my-video').setup({
skin: "skins/bekle.xml",
autostart: true,
playlist: [
// Youtube
{
file: 'http://youtu.be/<?php echo $vidid; ?>',
},
{
file: 'http://www.youtube.com/watch?v=ACFwKYEC5rw',
}
],
width: '619',
height: '349',
ga: {
trackerobject: "pageTracker"
},
logo: {
file: 'player_logo.png',
hide:'true',
margin:'5',
position:'top-left',
},
});
</script>

3 Community Answers

Andrew

JW Player Support Agent  
0 rated :

Do you have an example of where you’re setting this up?

epicfacebookdesign

User  
0 rated :

Never mind, I got it working.

Thank you for trying to help me out though!

Andrew

JW Player Support Agent  
0 rated :

No problem! Glad it’s working. :)

This question has received the maximum number of answers.