- Posts: 4
- Thank you received: 0
Need help with thumbnail / preview image
- ninja900rider
- Topic Author
- Offline
- New Member
Less
More
14 years 6 months ago #815
by ninja900rider
Need help with thumbnail / preview image was created 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.
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.
14 years 6 months ago #818
by admin
Replied by admin on topic Re:Need help with thumbnail / preview image
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")
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.
14 years 6 months ago #819
by admin
Replied by admin on topic Re:Need help with thumbnail / preview image
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"
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.
- ninja900rider
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
14 years 6 months ago - 14 years 6 months ago #822
by ninja900rider
Replied by ninja900rider on topic Re:Need help with thumbnail / preview image
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: 14 years 6 months ago by ninja900rider.
Please Log in or Create an account to join the conversation.
14 years 6 months ago - 14 years 6 months ago #823
by admin
Replied by admin on topic Re:Need help with thumbnail / preview image
Your coding is quite good you just have to add a tumbnail for each item
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 :
Best regards
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: 14 years 6 months ago by admin.
The following user(s) said Thank You: serrhat130
Please Log in or Create an account to join the conversation.
- ninja900rider
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
14 years 6 months ago #824
by ninja900rider
Replied by ninja900rider on topic Re:Need help with thumbnail / preview image
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>
<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.201 seconds
Random
-
AMP Advanced Plugin
Latest 01.Aug -
-
-
Subscription Plan Map
Faq 19.Jul -
JW Player Advanced
Latest 15.Apr
Popular
-
JW Player Advanced
15.Apr -
Shopping Page
17.Apr -
-
-
Subscription Plan Map
19.Jul
Recently Updated
-
JW Player Advanced
Latest 15.Apr -
-
Subscription Plan Map
Faq 19.Jul -
-
Bento Advanced Plugin
Latest 26.Dec
Copyright © 2024 Joomla RuleZ. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
Disclaimer
Joomlarulez and this site is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.