Forum Moderators: open
1. Create a list or array object of the files you want to display when the application starts, making it available to all users
2. Use one page to iterate through your list, having it send its current position in the list back to the server in the querystring
3. set that page up with a meta refresh
4. in the script that loads the page, increment the index it receives in the querystring
You should be able to do that in any server scripting language you want. If you want to do it in Javascript, you'll need to know the names of your images ahead of time, but you can do basically the same thing.