Was wondering if anyone can enlighten me on whether flash caches images when loaded with the Loader class.
A project I am working on will be pulling in lots of images externally so was curious if flash will re-download the images everytime a user visits my site or caches them like a web browser does.
Also is flash smart enough to know if it has recently loaded an image from a specific url? For example if you have a custom class which loads an external image. Will flash download the image everytime that class is instanciated?