I'm having a hard time figuring out how to duplicate an Image. Not a bitmap.


I have an image tag like this:
<mx:Image x="10" y="10" source="images/resizeGrip.png" id="resizeGrip"/>

How would I make duplicates, their own instances, of this image in code?

Reply via email to