Find height of loaded image

Hi,

I have loaded image from a folder and placed in a movieclip.

I can able to resize the image like

[AS]mc.scaleX = 0.5
mc.scaleY = 0.5
[/AS]

Now, I need to find the height of the movieclip.

please help me.

thanks in advance