Posted By:
AFTER_BURNER
Posted On:
Wednesday, May 17, 2006 08:18 AM
Hey everyone, I'm having a problem with my flash xml music player, it works but it keeps repeating the last song in the playlist and wont go back to the 1st one again. Here is the code in flash for the player.swf: --------------------------------------------- onClipEvent (initialize) { playlist = "xml/audiolist.xml"; status = "Status: Loading"; playatstart = true; playerlook = true; StreamSignal = true; shuffle = true; repeat = true; } --------------------------------------------- here is the code for the audiolist.xml file: --------------------------------------------- <?xml version="1.0&
More>>
Hey everyone, I'm having a problem with my flash xml music player, it works but it keeps repeating the last song in the playlist and wont go back to the 1st one again.
Here is the code in flash for the player.swf:
---------------------------------------------
onClipEvent (initialize)
{
playlist = "xml/audiolist.xml";
status = "Status: Loading";
playatstart = true;
playerlook = true;
StreamSignal = true;
shuffle = true;
repeat = true;
}
---------------------------------------------
here is the code for the audiolist.xml file:
---------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
THEY PLACE"/>
SAY I"/>
---------------------------------------------
All help is appreciated, thanks for your time.
THE AFTERBURNER!!!!
<<Less