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

Playlist Sidebar Question


I'm trying to figure out why my playlist sidebar doesn't show the list in a vertical scroll.
Like the one shown at the top of this page:
https://support.jwplayer.com/customer/portal/articles/2051722-jw6-display-a-playlist-sidebar

Here is the page I'm working on:
http://marchelive.net/about-marche-live/video-live-streaming-in-diretta/

Here is the code:
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
playlist: "https://content.jwplatform.com/feeds/yIsVXe44.json",
listbar: {
position: "right",
size: 234
}
});
</script>

Any ideas?

2 Community Answers

info

User  
0 rated :

Ok, I realized this was for JW6 not JW7. I found the proper articles.

Jessenia

JW Player Support Agent  
0 rated :

I’m glad you got everything resolved! We are constantly improving existing features and introducing new ones so feel free to check out the JW Player Release Notes every once in a while for updates.

This question has received the maximum number of answers.