I'm using JW FLV Media Player 4.1. I have a player with the video on the left, play list on the right, playing 3 FLV files. My thumbnails are not showing up. I've already read through the following post, but that problem is not the same as mine:
http://www.jeroenwijering.com/?thread=12508
Here's my player code:
<script type='text/javascript'>
var s1 = new SWFObject('/js/mediaplayer-4.1/player.swf','ply','576','220','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addParam('flashvars','file=chapters.xml&playlist=right&playlistsize=280&streamscript=lighttpd&fullscreen=true&repeat=list');
s1.write('preview');
</script>Everything else loads correctly. I can play each of my 3 videos. They each appear in the play list with the titles and descriptions. So all my paths are correct. Functionally, everything works, but a black box displays in place of each thumbnail.
I'm watching my Apache access_log file in one window while loading the web page in another. I can see the request for each of my three thumbnails, and each is returned with a 200 (success) code. So, I know the player is requested and receiving the thumbnails. They're just not displaying. My chapters.xml file has lines like this to configure each thumbnail:
<media:thumbnail url="http://www.domainname.com/webpage/video/photo1.jpg" />
I can copy and paste the URL into my browser and the image is there. So, what am I missing? I had this working on a different site using an older version of the player. Maybe there's something new with 4.1? Also, I haven't been able to find any info about the proper specs for the thumbnail images, so maybe it only works with specific dimensions?
Flash can be quite persnickety about the images that it will display, especially when it is re-sizing them for the thumbnails.
For sure, Flash won't load progressive jpgs.
I've seen a set of images, all encoded the same, where one image simply won't load in the thumbnails until it was re-encoded. And, that image worked flawlessly in the v3.x player/rotator.
Try displaying one of the images in the display area in place of a video.
Try re-encoding the images, maybe with a different graphics editor.