
No poster Image
Hey, I cant get any poster image to display, cant figure out why. Any help would be much appreciated.
Here is the code I'm using.
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="player/jwplayer.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "player/player.swf",
file: "player/video.mp4",
height: "270",
width: "480",
skin: "http://content.longtailvideo.com/skins/glow/glow.zip",
poster: "player/preview.jpg",
stretching: "fill",
});
</script>
</body>
</html>
Thanks.