CDROM Interface

I want to make a simple CDROM interface in flash that will load in the names of a bunch of PowerPoint Slideshows into a list box and when the user clicks on the name, it will open the .ppt file. Would a get url be best for this?

If found a good example of what I want to do but I think the code just needs to be tweaked a bit.

http://www.kirupa.com/developer/mx/listbox.htm

It would probably be best to load the data into the list box with xml. Anyone know a good example of this?