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

video embed: could not load player configuration


I am unable to find a proper solution from the forum.

The error I got:
Error loading player: Could not load player configuration

I have a very simple testing Code:

<!DOCTYPE html>
<html>
<head>

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://jwpsrv.com/library/Iz3eotEwEeOEtyIACrqE1A.js"></script>

</head>
<body>

<div id="myElement"></div>

<script>
jwplayer("myElement").setup({
file: "http://www.youtube.com/watch?v=8CjdLYBDUqw",
width: 640,
height: 360
});
</script>

</body>
</html>

7 Community Answers

MisterNeutron

User  
1 rated :

Please give us a link to your page.

Does this page work for you? http://misterneutron.com/JW6youtube/

(BTW, there's no need for jQuery.)

info

User  
0 rated :

No for mi it does not work. I try to integrate in web page from Microsoft Publisher Adobe Flash Player or JW Player, but no one works. There comes the message: Error loading player: Could not load player configuration.

What can I do?????

sydcong

User  
0 rated :

I saved the testing code in a local .html file and opened it in a browser, which resulted to that error. Can you please let me know why local file doesn't work?

(BTW, this page is working for me - http://misterneutron.com/JW6youtube/)

MisterNeutron

User  
0 rated :

Again, please give us a link to your page.

It might not work locally because of Flash security restrictions. Try it from a server.

Ethan Feldman

JW Player Support Agent  
0 rated :

Provide a link please.

sydcong

User  
0 rated :

Please be noted I don't have a server yet, so all my testing is done locally.

Ethan Feldman

JW Player Support Agent  
0 rated :

If you can put something up, please do, we can’t tell otherwise what’s wrong.

This question has received the maximum number of answers.