PDA

View Full Version : Dynamic flash gallery from a specific folder (without XML)


Hoagie63
03-07-2007, 05:51 PM
I'd like to make a simple gallery that loads thumbnails and fullsize images. I've done this before with XML and know how it's done from the flash side. What's different this time is that I'd like to do it without using xml or common string names (Img1, Img2, Img3, etc.).

I'd like to be able to throw a bunch of images into a folder and have some sort of php script or something else read what's in the folder and pass my flash movie a String or Array with the list of items in that folder. I'm purely an actionscript guy and don't know much about other languages. Would this be a php thing or something else? Any ideas?

Thanks.