Height / width of bounding box of visible area
I have imported a bunch (actually, over 1000!) jigsaw puzzle pieces into FLA files from Illustrator CS3.
In many cases the pieces have artifacts outside of their visible area. For example, a piece can have a picture of a dog's face, but one of the long ears is off to the side, outside the visible region of the piece. The path data is extremely detailed, so our designers didn't crop it off. They used a mask (at least I think it's a mask, I'm not a graphics guy and know little about that stuff) and this makes it invisible in Flash, when we turn them into movie clips. Also, in Flash when I look at the width and height of the piece, it does reflect only the visible area.
However, in ActionScript when I try to get the width and height using, for example I get the width of the piece including the part that is hidden, i.e. a larger width than the visible area.
Is there a way in AS 3.0 to get the height / width of the bounding box of visible area only?
Thanks.