wats the best way to make an image galary… in flash mx? using action script… … in flash…my webserver hasnt given me a database… soo is there anyway of doing it without using a database? …
serverside scripting?
you can just throw images in a folder and if you have any kind of serverside scripting options, use that to read the contents of the director into loadable varaibles by flash which can then load the images via loadmovie. If no ss scripting, you could manually make a textfile and load that in instead - or just always use the same image names and swap them out if you need to.
If you need a lot of information to be associated with the images, you might want to consider an xml file for organization. It depends on how flexible you need to be.
dude thats awesome help… ill look into doing it using SS… thanks man
ok heres a quick working example using php.
http://www.pixelworkshop.com/testbed/flashimagegrab/imagegallery.html
… and I know they arent actual bands and skiing pictures, just some kooky webcam pictures of some guy but whatcha gonan do
let me know if you have any questions
files in attachment.