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

Multiple Playlists


Hi

I have 200 videos in my playlists, I wish to create two playlists for my one player in one page.
i.e 100 videos in each playlists, and it will switch to second playlist once I click on a link
How can I achieve this?
I remember seeing it but I can't find the post.
Thanks!

2 Community Answers

Todd

JW Player Support Agent  
1 rated :

You can use our API’s jwplayer().load() call to force our player to load a new playlist. You can either pass a URL to a playlist, the new playlist array, or a variable that contains the new playlist.

Please see http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference for more details.

robert

User  
0 rated :

Pass a URL to a playlist.
Example:
http://player.influx.is/playlist/jwplayer/indexQ.html?xml=list1.xml

List1.xml would be your first set you can then have list2.

http://player.influx.is/playlist/jwplayer/indexQ.html?xml=list2.xml




This question has received the maximum number of answers.