
Related videos block not displaying
Hi,
I have just switched to jwplayer7, and try to get the related block, but with no success.
This is a example of my code, seeing here http://manioc.org/client/jwplayer.html .
What am I doing wrong ?
<div id="embedV11090">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("embedV11090");
playerInstance.setup({
file: "http://www.manioc.org/gsdl/collect/lbirba-testvide/index/assoc/V11090.dir/bobm-1105-02.flv" ,
width: 640,
height: 360,
related: {
file: "http://www.manioc.org/client/related.xml",
onclick: "link",
oncomplete: 'autoplay',
autoplaytimer: 10
}
} ); </script>