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

Can I add tabs across the top with associated playlists along the side?


I need a player with named tabs across the top and a thumbnail/text playlist down the right side. Is this possible with JW Player, and if so, is it reasonably easy to do? Thanks!

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

This would require custom code to accomplish, here’s a code example that sets up a playlist on the side of the player:
http://qa.jwplayer.com.s3.amazonaws.com/~george/playlist_sidebar_images_jw8.html

You would have to create tabs on the top and call jwplayer().load(“playlistURL”); Similar to this:
http://qa.jwplayer.com.s3.amazonaws.com/~george/load_new_playlist.html

You may also refer to our Developer Guide for more information:
https://developer.jwplayer.com/jw-player/

This question has received the maximum number of answers.