Loading an external image into bitmap data

hi there … I want to turn an image into bitmapData, which isnt in the library.

var theImage:BitmapData = BitmapData.loadBitmap("libraryImg");

…is how it works from the library…
but I need to load an external file.
I think it has something to do with ‘draw’

anyone shine some light?