I downloaded the files and followed the steps given, but the player just doesn't work.
<code>
<html>
<head>
<script type="text/javascript" src="/jwplayer.js"></script>
<script type="text/javascript" src="/jquery.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "/player.swf",
file: "/video.mp4",
height: 270,
width: 480
});
</script>
</body>
</html>
</code>
All it shows is "Loading the Player". As you can see, I linked the JWplayer and jquery scripts. What am I missing? Any help would be greatly appreciated. I am using web expressions ... when I try to link jwplayer "jwplayer (container)" I say the link was not found.
javascript
jquery
jwplayer
Amnesiac11
source
to share