Dynamic Flash
Dynamic Flash
Out of context: Reply #8
- Started
- Last post
- 15 Responses
- unknown0
the easiest way is to use a very simple PHP script to go through your image directory and return the names of the images. You then use this list of names to load the images in flash. So if you add a picture to the directory, flash can "see" it.
This is a really flimsy way to do things, but it's fast and easy.