views:

45

answers:

1

I want to know if anyone can point me in the right direction for individually loading images (I think thats what is happening) in Flex 4.

I saw this site and I like the way each individual picture gets loaded when a new category is opened and thought it would be very useful in our next project.

+1  A: 

You can use the SWFLoader component to point a URL, and load your images runtime. Could you clarify more your question?

chiguire