
problems with jwplayer in to my website, in this moment is Offline
I'm using DreamW for my website and I'm using jwplayer for reproduce various videos. I'm using the code (scripts) for jw6 but don't work in all navigators and If you use preview of DW you can see the video correctly.
What is my problem? I don't see the problem for the code.
my code is:
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="xxxxx"</script>
<div id="Myvideos"> Loading the player... </div>
<script type="text/javascript">
//var playerInstance = jwplayer("space1");
jwplayer("Myvideos").setup({
flashplayer: "/jwplayer/jwplayer.flash.swf",
file: "/economia/hola.flv",
width: '640',
height: '350',
});
</script>
I downloaded a self-hosted and license key of jw6, not for use PRO.
Thanks.