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

playlist images and size


Greetings,
I have a small version of the player on a website. 340x220 (aprox.) I have gotten my playlist to work. but I am having two problems:

1. the playlist takes up WAY too much space. Is there a way to configure so that the playlist height/width is not taking up half my player at that size? Also the playlist iamges are not loading. The images are loading in teh video player window, but not in the playlist.

Please advise

http://ecb.org/previews/Series_Voting_Page_TEST.html

24 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

I would make the player wider.

Also, you can change it with the listbar.

Example:

http://www.longtailvideo.com/support/jw-player/29249/playlist-sidebar-component

listbar: {
position: “right”,
size: 260
}

JW Player

User  
0 rated :

I made it about 100 px wider and the thumbnail images for the playlist still do not show up. Is there not a way to do it with the player that size and list on the bottom?

JW Player

User  
0 rated :

and the images are still ONLY showing in the player not in the playlist

Ethan Feldman

JW Player Support Agent  
0 rated :

Strange, I don’t know why it is doing that. Can you leave the link up?

JW Player

User  
0 rated :

yes it will be there :)
doesnt help if I position the playlist on the right either....

Ethan Feldman

JW Player Support Agent  
0 rated :

Thanks :)

JW Player

User  
0 rated :

i would ideally like to keep the player at a smaller size...is there an alternative playlist I could use with JW6?

Ethan Feldman

JW Player Support Agent  
0 rated :

There is only one style of playlist in the player.

JW Player

User  
0 rated :

any idea why the images arent showing up in the playlist? do they need to be a specific size? is my code correct? i am using the licensed player

<div id="myElement">Loading the player...</div>

<div id="myElement"></div>
<script> jwplayer("myElement").setup({
playlist: [{
file: "http://ecb.org/previews/video/GTK_WORLDS ARTISTS/VanGoghClip.mp4",
image: "http://www.ecb.org/previews/images/1314/vangoghscreen.jpg",
title: "Vincent Van Gogh",

},{

file: "http://ecb.org/previews/video/GTK_WORLDS ARTISTS/faithRinggoldClip.mp4",
image: "http://www.ecb.org/previews/images/1314/ringgoldscreen.jpg",
title: "Faith Ringgold",
}],
width: 410,
height: 200,
listbar: {
position: 'right',
size: 180
}
});
</script>

Ethan Feldman

JW Player Support Agent  
0 rated :

That I am not sure of , it should work, I have forwarded your thread to investigate.

JW Player

User  
0 rated :

My player+playlist appears well on IE and FF, but in Chrome the playlist don't.

http://www.oca-mebrasil.org/videos10.html

Any advise ? Tks!

Ethan Feldman

JW Player Support Agent  
0 rated :

You are using variables for v5 (playlist.position).

It is called listbar in v6

http://www.longtailvideo.com/support/jw-player/28834/migrating-from-jw5-to-jw6

http://www.longtailvideo.com/support/jw-player/29249/playlist-sidebar-component

JW Player

User  
0 rated :

HI, Ethan

I've now the inverse situation: Chrome OK, but IE and FF don't.

http://www.oca-mebrasil.org/videos14.html

Tks!

Ethan Feldman

JW Player Support Agent  
0 rated :

This file is returning a 404 not found – http://www.oca-mebrasil.org/jwplayer.flash.swf

JW Player

User  
0 rated :

hi ethan. Any update on WHY the playlist isnt displaying images? they are being displayed in the video player, but not the sidelist...what am i doing wrong?

Ethan Feldman

JW Player Support Agent  
0 rated :

That code should be fine,we use the same thing here – http://www.longtailvideo.com/support/jw-player/29249/playlist-sidebar-component

I would recommend trying to use our sample to test.

JW Player

User  
0 rated :

Great product! But here is a minor complaint... Would love to have more control over the playlist presentation. Such as, it would be great if the image thumbnail was optional. The thumbnails take up a lot of space and do not communicate much about the video in my application. I'd like to have 20+ videos in my playlist without all the vertical space.

Like this:

file: '/videos/ocarina.mov',
title: "Susato Ocarinas",
image: none,
description: "George Kelischek playing a Susato pendant Mini-Ocarina."

Ethan Feldman

JW Player Support Agent  
0 rated :

Thanks for the suggestion. It is actually possible to remove them, but you have to do it with our skinning model.

JW Player

User  
0 rated :

Is there a way to remove the thumb area and left only the title on the playlist item ? http://www.oca-mebrasil.org/videosefotos.html
Tks.

Ethan Feldman

JW Player Support Agent  
0 rated :

Your link does not work, please advise.

JW Player

User  
0 rated :

Ops, http://www.oca-mebrasil.org/videosfotos.html


Ethan Feldman

JW Player Support Agent  
0 rated :

It is only possible to do that via a custom skin – http://www.longtailvideo.com/support/jw-player/28847/building-jw-player-skins

JW Player

User  
0 rated :

if the list i think is too small it will cut out the image replace your position: 'right',
to position: 'bottom',

Ethan Feldman

JW Player Support Agent  
0 rated :

Yeah, that is another solution.

This question has received the maximum number of answers.