To anyone with a similar problem I have finally figured it out. First create a shape which defines the clipping mask area. In my instance I created a separate MXML component as I wanted to use it to mask several images:
The colour of the fill is not important as it will be ignored eventually. Once your clipping mask shape is in place give it an 'id' so that you can reference it in your image. Finally bind the 'Mask' property of your image to your new clipping mask object as follows: I hope this helps. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Masking-an-Image-tp2610p2612.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
