PDA

View Full Version : XML Videojukebox progressive download, video not playing.


Pim
04-19-2005, 10:09 PM
I am trying to make some kind of FLV Jukebox that uses progressive downloading, the video's are loaded from an XML-file to a listbox. When selecting a video in the listbox it should automatically start to play, but that is my problem... it doesn't.

To check if the playlist changes I have the following actionscript:
playlist_lb.addEventListener("change", playlist_lbListener);

if it does change a video should start to play.

I have attached my .fla and .xml in a zipfile.

(If you want to test it you might need to change the url to your own flv's)

Hope someone can get me in the right direction...