Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Using different skins in a playlist

1 reply [Last post]
Reply

Hi,

I am trying to run a playlist, where each track has a different skin. Is this possible? How do I write the code? Here is the current playlist:

"
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
<channel>
<title>Title here</title>
<item>
<title>Test Video</title>
<description>Decription here</description>
<media:credit role="author">TV</media:credit>
<media:content url="http://............/vod/Proj.mov" width="960" duration="00:46" type="video" />
<jwplayer:provider>http</jwplayer:provider>
<jwplayer:http.startparam>ec_seek</jwplayer:http.startparam>
<media:thumbnail url="http://....../Image 10.png" />
</item>
<item>
<title>Test Video</title>
<description>Decription here</description>
<media:credit role="author">TV</media:credit>
<media:content url="http://............/vod/Proj.mov" width="960" duration="00:46" type="video" />
<jwplayer:provider>http</jwplayer:provider>
<jwplayer:http.startparam>ec_seek</jwplayer:http.startparam>
<media:thumbnail url="http://....../Image 10.png" />
</item>
</channel>
</rss>
"

Many thanks

Reply

A skin only applies to the overall player, so this isn't possible I'm afraid.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options