PHP Script into a Combo Box

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.

well you have the PHP right, this is more of a Flash problem. I haven’t worked with components (because if I need one, I make my own) I’ll move this into the Flash MX forum in a few minutes… you’ll probably get a better answer there. :slight_smile:

:thumb: