views:

70

answers:

1

i want to reuse an image multiple times within an item renderer,

is it possible to embed the image and then reuse multiple times without having to go back to the server for the image? Is this the most performant solution?

+3  A: 

Hi, I think this could be helpful for you :

http://stackoverflow.com/questions/303054/how-to-control-flex-3-image-control-caching

it's an old question/answers posted on stackoverflow.

Ars