Listing remote server files in flash 8 (FMS 2)

Hi all, My fist post on this site, hoping someone will be able to help :slight_smile: I’m creating a streaming audio application as part of my dissertation, I am able to stream mp3 files fine using Net Connection and Net Stream. For my first prototype I have used a list box to allow the user to select which file is to be streamed, with the tracks being hard coded into a data provider as follows: dp = [ {label: “Track1.mp3”, data: “Track1”}, {label: “Track2.mp3”, data: “Track2”}, {label: “Track3.mp3”, data: “Track3”} ]; What I want to be able to do is have the client retrive the file names of all files in the application folder (i’m using flash media server 2) and display them in the list box. Is this possible? Any help apriciated. Thanks. Mark