Flash CS6 Professional.
bitmapItem.vPixels
Read-only property; an int that specifies the height of the bitmap, in pixels.
The following code illustrates use of this property.
// get the number of pixels in the vertical dimension
var bmitemObj = fl.getDocumentDOM().library.items[0];
var numHorizontalPixels = bmitemObj.vPixels;