flash and reading folder with pics
- Started
- Last post
- 5 Responses
- ********
Hi Guys,
Does anyone of you know some tutorial for ActionScript that reads the folder with images and rotates them? I have found examples based on XML, but I can't use XML, because development team will not generate one for me. Any suggestions?
Cheers.
- airey0
just googled and found this. looks ok:
http://www.flashnifties.com/flas…
- ********0
thanks airey, but this one uses php to read the content; I have to read directory from ActionScript, and without the help from server-side technology (asp.net or php)
- airey0
how's this:
http://www.flashden.net/item/eas…
- kingsteven0
you wont be able to read a directory without some sort of server side scripting, the only other way is to name your images sequentially (picture1.jpg, picture2.jpg) as in the example above...
- ********0
thanks kingsteven, i just try to tell that dev team; i am aware of that fact, but some people can't understand that; end of the topic...cheers