Is it possible to load any random file in a folder?
Like any random .jpg?
Is it possible to load any random file in a folder?
Like any random .jpg?
Depends, if you want flash to read everything in a folder then you can use php, or asp. If you want to manually type what jpeg’s you want loaded you can use xml, or again, asp, php, or even just flash.
Best bet is to search the forums, and the tutorial section to get a better idea of what exactly you want to do.
you could just put all the file names in an array and have flash pick them out at random
I have achieved it using PHP.
I simply used PHP to index the folder, then I wrote the data into an xml file in xml format. Then I used Flash to load and parse the xml file
Nice, probably the best way to do it. Only thing with that is you have to be careful that only the images you want are in that folder
:: Copyright KIRUPA 2024 //--