I have the following problem: i am reading number of certain pictures from xml file and then i need to display them using Image component but i don't know how to have certain number of Image components depending on number of pictures i read from that xml file? I mean, if i load 3 pictures from that file then i need in my flex application 3 Image components but how to do that?

thank you very much