I'm having a hell of a time trying to get a custom mask to work on a project I'm creating.
The mask I'm trying to use is applied as a pixel mask on a layer in the photoshop doc I'm working off, but I can't seem to figure out the proper way to get that layer mask imported into flash, to then compile into my .swc and be called from actionscript. (I'm coding in Flex)
Whats the proper workflow for getting a pixel mask imported from photoshop so that when I call:
container.mask = myMask;
It'll show up as the shape I want, and not just a square box the size of my shape?
Thanks in advance, this is driving me batty!