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

Forums

/

How to disable random and number tracks.

7 replies [Last post]
Reply

I'm using JW Player just as an image player for my website. I'm wondering what is the modifier for picking which image starts and the order they go in"

<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>

<track>
<title>Before</title>
<location>imgrotate1.jpg</location>
</track>
<track>
<title>After</title>
<location>imgrotate2.jpg</location>
</track>
<track>
<title>After</title>
<location>imgrotate3.jpg</location>
</track>
<track>
<title>After</title>
<location>imgrotate4.jpg</location>
</track>
<track>
<title>After</title>
<location>imgrotate5.jpg</location>
</track>
<track>
<title>After</title>
<location>imgrotate6.jpg</location>
</track>
</trackList>
</playlist>

They play at random how to i choose.

Reply

DO you have a link to where this is running?

Reply

Yes,

http://www.lsunlimited.co.nr/

Thank you in advance.

Reply

Let me know what you think of the website also... It's still in the alpha-beta stage.

Reply

Change:

flashvars:"file=playlist.xml&transition=random

To:

flashvars:"file=playlist.xml&transition=random&shuffle=false

Reply

Site looks good.

Reply

Thanks so much!! Really appreciate it!

Reply

Np!

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