I am creating an array in a loader complete listener like this:
imageArray.addItem(Bitmap(event.currentTarget.content));

How later on can I create an image that was loaded by the Loader?

Thanks

Reply via email to