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

Disable click on listbar


Goog morning,

I'm setting a playlist and I need that my customer can't seek in a video or from videos,

for that I'm using this api :

jwplayer().onControls(function() {
jwplayer().play(true);
});

jwplayer().onDisplayClick(function() {
jwplayer().play(true);
});

But if I create a list bar everyone can click on it and change the video before the end of this.
I need something like 'onlistbarClick' or a configuration like

listbar: {
clickable:'false',
position: "bottom",
size: 240
}

if it is not possible now maybe it can is a new features in next release.

2 Community Answers

Andrew

JW Player Support Agent  
0 rated :

If there’s something this specific being used, I’d suggest creating your own listbar akin to:
http://support.jwplayer.com/customer/portal/articles/1543546-example-making-your-own-playlist-sidebar

With this, you’ll be able to set exact playlist sidebar behavior to your liking.

jherrieven

User  
0 rated :

You might be interested in my playlist plugin - Listy for JW Player - it provides the means to easily generate custom playlists without having to code it all from scratch:

http://dev.powered-by-haiku.co.uk/solutions/listy/

James Herrieven

This question has received the maximum number of answers.