PDA

View Full Version : Flash, CFML, Database Image Gallery


midasxl
12-19-2008, 07:46 PM
Hello and thank you for your time. I am currently contemplating a flash based image gallery that calls in images from a database using coldfusion. Sound simple eh? I have seen several options using php, but I want to use coldFusion. Is this possible? Anyone with experience with this? I have successfully imported data from a database using coldfusion...

on form submittal...

loadVariablesNum("getdata.cfm", 0, "POST");

This returns text data that populates three form fields in my movie. But I want to get images to load in and then display themselves in an orderly fashion within the movie.

Any tips, tricks, or suggestions will be greatly appreciated! Thanks!