Dynamic Images Not Loading In Correct Position

Currently, I use loadmovie to load a jpg into a movieclip. However, when the jpg is loaded, I believe that the top left hand corner of the jpg is in the middle of the clip and does not line up with the top left hand corner of the clip.

How do I get the jpg to line up correctly?

[quote=imvain2;2061275]thanks for your help, however after I posted this, I realized how to fix it.

Instead of creating a movie clip and dropping it in flash, I just use the code below to create the clip.
_root.createEmptyMovieClip(“homeHolder_mc”, 2);
Now I need to figure out how to handle people clicking on that movieclip.[/quote]
Only when you load something into it and verify that loading has finished will flash know what its clickable area is.
Did I understand the question?