Hi All,
I have a working PHP script (loadMusicList.php) which gives me the following output:
im0=GoodSong.mp3&im1=BadSong.mp3&im2=SweetSong.mp3&total=3
As far as Actionscript (Flash MX) I have the following:
songList = new loadVars();
songList.load(‘loadMusicList.php’);
I am not sure where to go from here to load the values into the ComboBox component. Would someone list a tutorial or sample code. Thanks.