Hey everyone. I'm new to flash and CF... ok now that i got that out of the way.
I want to create an image gallery that loads images dynamically...calling the
data from my database on my CF server. The main reason for this is that i dont
want to have the images compressed into the SWF and because i want to have
multiple galleries.
so i have two issues... number one, i'm not sure Flash MX Remoting is
installed correctly on the server... i'm using the .net one on server 2003, how
would i check? and once i am sure it is working on the server, how do i go
about calling the database for the image names and then displaying those in the
flash? I'm assuming i would use the loadVARS or movie parameter and then
represent whatever is loading with whatever is returned from the database
query...
Any ideas?