Probably a stupid question.
I have a flash xml gallery that initially loads the xml and then parses the xml into arrays. Each image is preloaded right before being displayed.
When an image is downloaded, where does it save it to on the users computer? I’m guessing the cache. However, if it is the cache, are there any size limits, restrictions, or types of cache that I should be thinking of. My images are relatively large (240k) and I have over 60 of them that play in a “fade-in/fade-out” manor.
Thanx in advance!