flex how can i use an image multiple times

362 views Asked by At

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?

1

There are 1 answers

0
Arslan On BEST ANSWER

I think this could be helpful for you :

How to Control Flex 3 Image Control Caching

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