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

Jeff


Hi. I have the new audio player embedded on a a page, and it works fine:

http://www.jeffreyhayat.com/test.htm

I also have some pages with the old player, like this:

http://www.jeffreyhayat.com/test2.html

Can I continue to use that old guy, and will it work in current browers w/o issue? Or should I use the new player - and if so, is there documentation on how to get multiple tracks working?

Thanks in advance.

7 Community Answers

JW Player

User  
0 rated :

The old version will work in current browsers as long as they have Flash installed. On a mobile, no chance.

Here's one implementation of an audio playlist. Different from what you're after, but maybe it will give you a useful starting point:

http://misterneutron.com/JW6audioPlaylist/

JW Player

User  
0 rated :

Thanks for the reply. That works... I guess there is no way to get the "jwplayer" out of the GUI?

JW Player

User  
0 rated :

The free version shows the logo. With a license, you can remove it.

JW Player

User  
0 rated :

Ah, gotcha. I may go for a license then. What about resizing? I see where to make the entire GUI taller/shorter, but is there any way to resize each individual track? Thanks again.

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, you need a license to remove the logo. It is not possible to resize each track individually, though.

JW Player

User  
0 rated :

With the listbar attributes provided, you really have only two choices - show thumbnails for each track, and let JW Player figure out how big to make them, or just list the title of each track. To do the latter, change this:

bc.. listbar: {
position: 'right',
size: 280
},



To:

bc.. listbar: {
position: 'right',
size: 280,
layout: 'basic'
},

Ethan Feldman

JW Player Support Agent  
0 rated :

Yeah.

This question has received the maximum number of answers.