[FMX] Photogallery question

following the tutorial on the site, you can create a pretty simple gallery in MX: http://www.kirupa.com/developer/mx/photogallery.htm

I’m curious if there’s a way to make it auto-update, so that the only work I’d have to do is drop the jpg’s onto the web server in the directory and the flash could automatically find them. I’m thinking a little php and maybe a text file in the photo directory would do the trick, but I’m so outta practice right now that all I’m drawing are blanks.

Any help would be appreciated.

well if you can load them externally either as swf’s or jpegs and use pom’s trick to prevent them from being accesed from the cache. That way, when you upload the file, it will find the file of that name externally off your server and display the updated file.