
Sound but no video
Hello,
I was trying to play my video file hosted at http://www.locusfeed.com/videos?id=1332549095958.mov
I have the following configuration
bc.. <div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "jwplayer/player.swf",
file: "http://www.locusfeed.com/videos?id=1332549095958.mov",
provider: "http",
height: 500,
width: 500
});
</script>
However I only get the sound and no video.
Thanks.