R – Flex: Caching images in list item renderer

airapache-flexflex3itemrenderer

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!

Best Answer

Here is nice solution with source code http://demo.quietlyscheming.com/superImage/app.html

Related Topic