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>