Re: [flexcoders] cropping image under mask

2009-02-23 Thread Paul Andrews
- Original Message - From: Mayur Bais To: flexcoders@yahoogroups.com Sent: Monday, February 23, 2009 10:23 AM Subject: [flexcoders] cropping image under mask I am trying to crop image in different different shape, for this , I am trying to use the technique of masking snip

[flexcoders] cropping image under mask

2009-02-23 Thread Mayur Bais
I am trying to crop image in different different shape, for this , I am trying to use the technique of masking here is what i am trying to do : function drawBMP(): void { var bd:BitmapData = new BitmapData(maskedImage.width, maskedImage.height, true, 0); b