//if you used the setup panel, remove it now because //it is no longer necessary /*if (typeof setup_mc == "movieclip") { removeMovieClip(this.setup_mc); }*/ //use this action if you have a hand-coded, static xml playlist file //plXML.load("tracks/songList.xml"); //use this action if you using the PHP script to generate the playlist file plXML.load("tracks/songList.xml.php"); //stop the movie playTrack(); stop();