PDA

View Full Version : I want my flash doc. to upload an image from an external folder...


dustinheindl
02-29-2008, 02:42 PM
Basically, I want to be able to have a folder with images named 1-9. And my flash document to load them in the blank picture spaces I have set, so I can simply just upload new photos to that folder rather than edit the photos in the actual macromedia flash program.
Any suggestions?
I want to do this because I want to make a photo web site with 1000's of pictures, with the easy of just highlighting a large group and dragging them in a folder where flash will pull them from.

aktionskript
03-04-2008, 05:53 PM
You will need to load the images from a seperate folder using .xml
It's not the best solution for 1000's of pictures because each image would have to be referenced within the .xml file itself.

Chiky
03-04-2008, 09:43 PM
the .xml file is fast and simple but like the previous response not effective for 1000's of pictures. Look into using Adobe Flex or potentially using AS to build a component that might dynamicly load many files on request.