I need to get a random filename from a directory in AS3, and open it. (This will be online, so no AIR)
I'm thinking of just using a text/xml file with all the filenames listed, and just traverse through it getting the filename. But is there a more "direct" way to just look at the directory so I don't have to edit the text/xml file all the time?