
Slow loading JW Player script
Hey all,
On some computers, like my own, my Firefox freezes when it is loading the JW Player script. Is this a known issue?
In my page I have this:
bc.. <script type="text/javascript">
jwplayer("container").setup({
flashplayer: "/jwplayer/player.swf",
file: "/Repository/" + '<%= Request["ccode"] %>' + ".flv",
height: 320,
width: 520,
controlbar: "bottom",
skin: "/jwplayer/carbon.zip",
screencolor: "000000"
});
</script>
And I'm using the those two scripts:
bc.. <script type="text/javascript" src="/jwplayer/swfobject.js"></script>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
Am I doing something wrong here?
Any comment will be appreciated!
Kind regards,
Floris