Flex: Caching images in list item renderer?
air, apache-flex, flex3, itemrenderer
Solution
Here is nice solution with source code http://demo.quietlyscheming.com/superImage/app.html
Problem
I have a List and the item renderer displays an image. Whenever you scroll the list, and the item renderer refreshes, it redownloads the image. Causing there to always be a delay. Is there some way of caching it so it doesn't have to redownload every time causing a delay in showing the image every time you scroll the list? Thanks!