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

Error loading player: Could not load player configuration


I have not made any changes to the source code,just Compiled jwplayer6 source by Flash builder4.7 .
And use the code :
html>
<head>
<title></title>


</head>
<body>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
id='mediaplayer1'
name='mediaplayer1'
width='480'
height='270'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='bgcolor' value='#000000'>
<param name='wmode' value='opaque'>
<param name='flashvars' value='file=1234.flv&image=123.jpg'>
<embed
id='mediaplayer1'
name='mediaplayer2'
src='player.swf'
width='480'
height='270'
allowfullscreen='true'
allowscriptaccess='always'
bgcolor='#000000'
wmode='opaque'
flashvars='file=1234.flv&image=123.jpg'
/>
</object>
</body>
</html>

BUT It shows "Error loading player: Could not load player configuration"
what's wrong with it?

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link, but please note, you can’t use object/embed with JW6.

JW Player

User  
1 rated :

what should I use with JW6?
Sorry I don't have a link.
I have tried this one:
<html>
<head>
<title>game</title>

<script type="text/javascript" src="jwplayer.js" ></script>

<script>jwplayer.key="pJn0B3RSZOukVjymADCsneIloCUrQBUJ+bfRFQ=="</script>

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

<script type="text/javascript">
jwplayer("myElement").setup({
file: "1234.flv",
image: "/uploads/example.jpg",
flashplayer:"player.swf",
width:275,
height:180
});
</script>
</script>

</div>
</body>

</html>


but It shows Error setting up the player: Error #1009

Ethan Feldman

JW Player Support Agent  
0 rated :

That code should work but, but I need a link.

This question has received the maximum number of answers.