
RE: Error loading player: Could not load player configuration.
I have the following files in my root...
1. jwplayer (i.e. a folder with the required files as discussed in README for jwplayer 6.0)
2. HJ Lim-Official Trailer.flv
This is my HTML test file sourse code...
<HTML>
<HEAD>
<TITLE>: Streaming with JW Player 6</TITLE>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script src="http://jwpsrv.com/library/TATwiiJ8EeS+KyIACyaB8g.js"></script>
</HEAD>
<BODY>
<H1>This video is streamed by: Streaming with JW Player 6.</H1>
<div id='my-video2'></div> <script type='text/javascript'>
jwplayer('my-video2').setup({
file: 'http://p.drbrydie.mathicalityconsu.netdna-cdn.com/vod/drbrydie.mathicalityconsu/HJ Lim-Official Trailer.flv',
image: 'http://ichef.bbci.co.uk/wwfeatures/976_549/images/live/p0/25/kx/p025kxlz.jpg',
width: '640',
startparam: 'start',
aspectratio: '16:9',
fallback: 'false',
primary: 'flash'
});
</script>
</BODY>
</HTML>
When opening the aformentioned in a browser, I get the following error...
RE: Error loading player: Could not load player configuration.
Why is this happening? I am hosted on MAXCDN.
Thanks,
db