ok, so I am creating a Flash site with a dynamic gallery, and am loading the filenames into the swf from a temporary php file that I have created which is pretty much just a list of jpg filenames until I can write a php script that will list the filenames for me. Here is what the temporary php file I am using looks like, and what I need to emulate using script:
You can view the current gallery that works with that at
Toddberk.com
This will be my first php script and I have went ahead and read the tutorial of php at
http://www.w3schools.com/php/ . What I am looking for is some guidance on how I should go about accomplishing this, and some similiar examples if you could.
after searching for something similar in this forum I assume I will need to use functions like readdir. I don't know how to go about assigning each jpg file to a consecutive variable, or count all the jpgs in a folder. Could someone please let me know all the functions I need to use and how to use them. Everything will be appreciated.
Thanks,
Todd
P.S. hopefully this isn't too confusing, I like to type a lot.