flex how can i use an image multiple times
i want 开发者_C百科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?
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.
精彩评论