Hello,
I have small script on server side that generates list of images that are in particular directory.
I get that list with AJAX request and mine data looks like this:
["immage1.jpg","img2.jpg","photo.jpg"] etc.
Now i trying to make my dummy sprite to load immage from my static URL + first immage name in that list, then to create second sprite to repeat action for 2nd immage and so on....
(trying to make photo album)
Now to get each name from that list one at the time?
or to input all into array and then to read it?
any ideas on how to proceed?
Thanx!!!!