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

Playlst Positioning


Hi, is there a way to have the playlist renders on the right position or bottom. The current playlist jwplayer7 doesn't have that I think. The tutorial that they have right now is only for jwplayer 6, i've tried applying the playlist: {position: right} is not working..

Any help is appreciated.

Thanks.

3 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

The listbar feature, as you know it from JW Player 6, is not included in JW Player 7. This is because we completely rewrote how our interface and UI elements are written to make it easier for developers to customize the player. However, we do have a demo page with an example of how to use CSS and our JavaScript API to make a playlist appear outside of the player.

Please let me know if you need any more help or have any other questions.

Thank you!

w...

User  
0 rated :

@JwMonkey

It is with version 7 that allows you with CSS to reposition the playlist
(ie) using the Beelden skin

.jw-skin-beelden .jw-overlay .jw-playlist-container{width:200px;left:-20%}

IF you change the value for left for example to 80% you will see a change. You will have to experiment to meet your need.
setting left to 80% will center the playlist so perhaps setting to 100% will set the playlist container to the right but not sure on this.
have fun experimenting ;-)

Willie

http://www.starbase-alpha.com

w...

User  
0 rated :

I've just tested a setting for the playlist container; as above using the Beelden skin

.jw-skin-beelden .jw-overlay .jw-playlist-container{width:200px;left:200%}

this will the align the playlist to the right with the playlist button remaining in its correct position

hope this further helps

Willie

This question has received the maximum number of answers.