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

Error loading playlist: Error loading file


Hello, this is Domingos from Holland.
First of all thank you very much for this excellent player!

I've just migrated to jwplayer6, but I have 1 problem with loading the playlist.
When I load the page, I get this error message:
Error loading playlist: Error loading file

Playlist loads fine though when I use the jwplayer's 5 javascript.
http://derrickson.nl/wp-content/themes/derrickson/iframe-playlist.html
username: player
password: Player2012

Do you know a solution?

May thanks in advance.

gr Domingos

13 Community Answers

Ethan Feldman

JW Player Support Agent  
-1 rated :

Change:

file: ‘http://gdata.youtube.com/feeds/api/playlists/BD57861AEF436283?v=2&alt=rss’,

To:

playlist: ‘http://gdata.youtube.com/feeds/api/playlists/BD57861AEF436283?v=2&alt=rss’,

Also, you are using many V5 variables which no longer exist in V6.

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

JW Player

User  
0 rated :

I've changed the code, but the player doesn't load at all now.

<script>
jwplayer("myElement").setup({
playlist: "http://gdata.youtube.com/feeds/api/playlists/BD57861AEF436283?v=2&alt=rss",
height: 360,
listbar: {
position: 'right',
size: 320
},
width: 960
});
</script>

Ethan Feldman

JW Player Support Agent  
1 rated :

Under:

playlist: “http://gdata.youtube.com/feeds/api/playlists/BD57861AEF436283?v=2&alt=rss”,

Add:

primary: “flash”,

JW Player

User  
0 rated :

Still no load...

Ethan Feldman

JW Player Support Agent  
0 rated :

Now – http://derrickson.nl/wp-content/themes/derrickson/js/jwplayer.flash.swf

= 404 not found

JW Player

User  
0 rated :

Thanks, that solved the problem.
But where is that location defined?

1 more thing
How can I made it responsive without using fitvids?
I applied the streching variable, but it doesn't work.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np. They should be in the same folder.

Responsive, you need to use an iframe and CSS, like this – http://webdesignerwall.com/tutorials/css-elastic-videos

JW Player

User  
0 rated :

Okay, I thought that v6 would have responsiveness by default. Or only after a future update?

I've removed the "primary: "flash","
because I want jwplayer to auto select html5 or flash, but the player won't load than.

Ethan Feldman

JW Player Support Agent  
0 rated :

Just use % based width and height…

Regarding removing it, do you have an example?

JW Player

User  
0 rated :

yes, it can be tested from here:
http://derrickson.nl/wp-content/themes/derrickson/iframe-playlist.html

Ethan Feldman

JW Player Support Agent  
-1 rated :

A username and password are being requested by http://derrickson.nl. The site says: "protected"


Please advise.

JW Player

User  
0 rated :

username:player
password: Player2012

Ethan Feldman

JW Player Support Agent  
0 rated :

Since you are using a YouTube playlist, you need to add this line:

primary: “flash”,

This question has received the maximum number of answers.