Determine width of image imported

I’m using loadMovie to load a JPG to a MovieClip. As in …

loadMovie(“c:\myimage.jpg”, imageholder_mc);

What is the actionscript to determine the pixel width of the image loaded.