jwplayer no thumbnails

by hiteshbhilai2010

HTML

<script src="http://jwpsrv.com/library/CKT7slhiEeOspBIxOQfUww.js"></script>
<div id="playerContainer">
	<div id="player">jwplayer goes here...</div>
</div>

JavaScript

jwplayer('player').setup({
    
			file: 'http://video-js.zencoder.com/oceans-clip.mp4',
            image: 'http://d25mngsr7zvv6g.cloudfront.net/bucket/Business Solutions 4.jpg',
            primary:'html5',
			stretching: 'exactfit',			
			autostart: true,
			
	    });