I would like to drop an arbitrary number of images into an assets/ directory in my project and have those images displayed as a TileList.
Is this possible? I realize that I need to supply a directory listing into an array list for use as a dataprovider for the TileList component. I was unable to make this happen. I am using FDS and I recall reading that FDS returns a listing of a directory unless explicitly told not to. The closest I could come up with a solution to the problem would be to drop a php file in that directory, which then greps the folder and returns an XMLlist, but this seems overly complicated, for something so seemingly simple. Any advice appreciated. Thanks Russ

