Hi - This is an urgent problem, I hope someone can help me!
I need to build an image gallery in Flash from a database. I already have a database set up in mysql so the clients can update images, title, etc. so I would like to take that and create a gallery.
I have a php file that is outputting the database table as xml . . . i don’t know if that is the best way, but that is how i am creating the blog on the site. I just figured I could take a regular XML gallery (like the tutorial here on kirupa) and have Flash load my ‘images.php’ in place of ‘images.xml’, but it can’t seem to read the file properly.
Any ideas? How can i get Flash to read the php file as an xml file? Or is there a better way to do this?