Posted by: vx on: May 25, 2009
Caching of image data in your Flex application is one of the best ways to avoid loading those large images again and again, and this can improve performance and reduce overhead of loading external resources.
We are not discussing about using the cacheAsBitmap property to improve rendering performance or the cachePolicy property to speed up animations. [...]
Comments