Using the xspf flash player by Boutell (http://www.boutell.com/xspf/), I have created a flash player that uses this PHP XSPF generator with ease. All you need to do is adjust the following inside the xspf_player.as:
I am using this with multiple folders with success. It is not hard really. Like I said in the response to the other guy on here asking the same question. You just edit the mp3 path inside the php, and then put a copy of the html, and the php into each folder you want to list and it works....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the xspf flash player by Boutell (http://www.boutell.com/xspf/), I have created a flash player that uses this PHP XSPF generator with ease. All you need to do is adjust the following inside the xspf_player.as:
DEFAULT_PLAYLIST_URL = "http://www.yourdomain.com/music/music1/playlist_generator.php";
Thought this would be useful to any Flash users out there.
Now, if I could figure out a way to use multiple music folders from within the Flash application....
Thanks for the great application.
I am using this with multiple folders with success. It is not hard really. Like I said in the response to the other guy on here asking the same question. You just edit the mp3 path inside the php, and then put a copy of the html, and the php into each folder you want to list and it works....