Loading images and assigning instance name or variable name

How would you do it?

I need to be able to load a new image, place it in a new MC on _root and give the MC an instance name or variable name to be referenced in AS.

i know the code to load an image is

mc_image.loadMovie(PATH TO IMAGE);

but how would i alter that to give mc_image an instance name?