Hey all,
I am building a dynamic XML photogallery in flash and came across one problem.
There is going to be a list of Photo Albums. Then when a person clicks on an album it should load the photos that belong to that album. Basically this is what i need this to do.
Click Album – Sends albumID to XML Page with query
XML is generated from query with albumID
XML is passed back into flash showing thumbnails.
Any ideas?