8bit Solutions

Home
Create a Flash/XML Image Gallery Using PHP PDF Print E-mail
Written by charlie brumfield   
Tuesday, 16 September 2008 03:21

This is a simple PHP script to take a bunch of images in a directory and create and xml file that lists them. I use this script to help create my image gallery's in flash.

This script opens the specified directory and searches that directory for JPEG images. It then outputs the contents of the directory in XML so all you need to do call the file containing script and process the XML with Action Script to make your image gallery.

Last Updated ( Wednesday, 17 September 2008 22:24 )