
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?