Need help with thumbnail / preview image

More
13 years 11 months ago #815 by ninja900rider
Hi,

First off great player. I'm new to it from today and things seem to be running good except that I can't get the preview image to work. I've searched the forum and did try different crossdomain.xml files but no joy. The file name is named the same as the first video of the playlist with .jpg. It's in the same folder. Same resolution 640 x 480. The link in the settings has the full http://www... address. Any ideas? Here is the link:

www.worldtrip.ca/videos.html

I've taken out the crossdomain.xml for now. Any ideas? Thanks in advance.

PS.. While I got your attention.. I take it the height of the player in pixels in settings includes the height of the playlist.. leaving the player to load higher at first and then quickly readjusts. Is this right? Thanks again.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #818 by admin
hi,

This parameters is for single file used, for an xml file it's better to use the thumbnail inside the xml file, using the meta tag associate.

about the height yes it's right

Height of the Player (when playlist body is load) = Height of the "bodyplayer" + Height of the bodyplaylist ("Size of the Playlist")

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #819 by admin
hi,

also i notice that you set the file as single file or it's an RSS Link

"Select origin of the playlist/Single File" ---> "RSS Link"

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago - 13 years 11 months ago #822 by ninja900rider
Thanks a lot for the help! I'm unfamiliar with XML coding. I take it you mean the playlist xml. You suggest putting the thumbnail inside the xml. What is the coding to add and where? I'll change the module settings to RSS. As all of this is located on my site I take it I don't need a crossdomain.xml. If I do need one I got a copy from this forum. Great product, great forum. Thanks! :)
Last edit: 13 years 11 months ago by ninja900rider.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago - 13 years 11 months ago #823 by admin
Your coding is quite good you just have to add a tumbnail for each item
Code:
<?xml version='1.0' encoding='UTF-8'?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <title>The Ultimate Sportbike Trip - Featuring Some of the World's Best Roads</title> <location>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.flv</location> <image>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg</image> </track> <track> <title>Wonderful World - Cool People in Interesting Places</title> <location>http://www.worldtrip.ca/images/stories/videos/wonderfulworld.flv</location> <image>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg</image> </track> <track> <title>The China Experience - The Story of Western Pilots in China</title> <location>http://www.worldtrip.ca/images/stories/videos/chinaexperience.flv</location> <image>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg</image> </track> <track> <title>A Life of Adventure - Aviation and Motorcycle Travels</title> <location>http://www.worldtrip.ca/images/stories/videos/lifeofadventure.flv</location> <image>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg</image> </track> <track> <title>Beautiful Thailand - Life Changing Trip to Koh Chang</title> <location>http://www.worldtrip.ca/images/stories/videos/thailand.flv</location> <image>http://www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg</image> </track> </trackList> </playlist>


change as you want the tumbnail file for each one

about the crossdomain.xml, iit's always better to have one, it resolve a lot of stream issue who came from adress, like :
Code:
http://www.worldtrip.ca, http://worldtrip.ca, https://www.worldtrip.ca, https://worldtrip.ca



Best regards
Last edit: 13 years 11 months ago by admin.
The following user(s) said Thank You: serrhat130

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #824 by ninja900rider
Going with what you wrote searching the web I came across this RSS xml coding. I've recoded it this way and it seems to work fine. You approve or best to use the coding you just put above? Thanks for everything!!!

<rss version="2.0" xmlns:media=" search.yahoo.com/mrss/ ">
<channel>
<item>
<title>The Ultimate Sportbike Trip - Featuring Some of the World's Best Roads</title>
<media:content url=" www.worldtrip.ca/images/stories/videos/ultimatetrip.flv"/ >
<media:thumbnail url=" www.worldtrip.ca/images/stories/videos/ultimatetrip.jpg"/ >
</item>
<item>
<title>Wonderful World - Cool People in Interesting Places</title>
<media:content url=" www.worldtrip.ca/images/stories/videos/wonderfulworld.flv"/ >
</item>
<item>
<title>The China Experience - The Story of Western Pilots in China</title>
<media:content url=" www.worldtrip.ca/images/stories/videos/chinaexperience.flv"/ >
</item>
<item>
<title>A Life of Adventure - Aviation and Motorcycle Travels</title>
<media:content url=" www.worldtrip.ca/images/stories/videos/lifeofadventure.flv"/ >
</item>
<item>
<title>Beautiful Thailand - Life Changing Trip to Koh Chang</title>
<media:content url=" www.worldtrip.ca/images/stories/videos/thailand.flv"/ >
</item>
</channel>
</rss>

Please Log in or Create an account to join the conversation.

Time to create page: 0.225 seconds

Download

Purchase
Download Directory

Login Form