I'd like to create a flash application that is connected to a database via PHP.
Table:
Filename Text
1.jpg This is John
2.jpg This is Kate
3.jpg This is XY
The Flash application should load the database, blend in file 1.jpg and how the corresponding text, then move on to the next picture etc. If anybody has any quick way of doing this it would be much appreciated.