Ive been asked to make a presentation which can load jpegs dynamically into flash. This is of course relativily easy to do. However, it needs to load a series of Jpegs as part of a slideshow from a folder which will be continously updated with pictures. It also needs to go through the slideshow automatically and not require a user to operate through it.

As a new picture is inserted into the folder it needs to be added to the slideshow dynamically (obviously the pictures will be named like picture001, picture002, picture003 etc etc). Also the tricky part is this needs to be done without me changing the flash script at any time.

IS this possible to do? Is it easy?