load unknown number of external images without XML
问题 I need to know how to load unknown number of images from external folder without using XML help me please, thank you 回答1: So from your comments I'm assuming this is an AIR Application, so you can access the filesystem via File class. First of all, you need to get a File object that points to your folder, the easiest way is to hardcode it. A slightly more complex approach would involve opening a dialog, where the user can select his desired folder (using File.browseForOpen). Let's take the