Possible Duplicate:
Flash inverted mask
So here's the mask:
imageMC.setMask(maskMC);
This displays the masked area, and nothing outside of it. What I need to do is the opposite; to display only the unmasked area. I need to do this dynamically with code.