Hello,
Below is the code of my xml file. I want a preview image for each file to show up, plus a playlist thumbnail image for each. So far, I haven't gotten any images to show. Any suggestions?
<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/">
<channel>
<title>Genesis Volume 1</title>
<item>
<title>Genesis 1:1-1:31</title>
<jwplayer:file>file/Ge01-1.mp3</jwplayer:file>
<jwplayer:streamer>rtmp://sj2e80hs8z375.cloudfront.net/cfx/st/</jwplayer:streamer>
<jwplayer:duration>5024</jwplayer:duration>
<jwplayer:playlist.image>http://d32qyx2m4b7b2d.cloudfront.net/dp/storeimg/dp_bible_genesis_med.jpg</jwplayer:playlist.image>
</item>
<item>
<title>Genesis 2:1-2:25</title>
<jwplayer:file>file/Ge01-2.mp3</jwplayer:file>
<jwplayer:streamer>rtmp://sj2e80hs8z375.cloudfront.net/cfx/st/</jwplayer:streamer>
<jwplayer:duration>5998</jwplayer:duration>
<jwplayer:playlist.image>http://d32qyx2m4b7b2d.cloudfront.net/dp/storeimg/dp_bible_genesis_med.jpg</jwplayer:playlist.image>
</item>
<item>
<title>Genesis 3:1-4:10</title>
<jwplayer:file>file/Ge01-3.mp3</jwplayer:file>
<jwplayer:streamer>rtmp://sj2e80hs8z375.cloudfront.net/cfx/st/</jwplayer:streamer>
<jwplayer:duration>5303</jwplayer:duration>
<jwplayer:playlist.image>http://d32qyx2m4b7b2d.cloudfront.net/dp/storeimg/dp_bible_genesis_med.jpg</jwplayer:playlist.image>
</item>
<item>
<title>Genesis 4:11-6:9</title>
<jwplayer:file>file/Ge01-4.mp3</jwplayer:file>
<jwplayer:streamer>rtmp://sj2e80hs8z375.cloudfront.net/cfx/st/</jwplayer:streamer>
<jwplayer:duration>5853</jwplayer:duration>
<jwplayer:playlist.image>http://d32qyx2m4b7b2d.cloudfront.net/dp/storeimg/dp_bible_genesis_med.jpg</jwplayer:playlist.image>
</item>
</channel>
</rss>
Do you have a link?