Help with loading jpg to target

I’m trying to load a jpg into a MC.
I’ve tried the tutorial here many times, but haven’t been able to do so.
This is the code I’m using:
[AS]container.loadMovie(“photo.jpg”);
stop();[/AS]

container is the instance name of an empty clip I’ve put in the same frame where the code is.

PLEEEASE HELP!!!

Hmmm… first check whether your jpg picture is saved in the same folder as your fla file.( example: if you saved the fla into a folder call “flash” your jpg should also be saved there. ) Secondly, there is also another problem, even when the jpg is successfully loaded in your stage, the picture sometimes would not load into the position of the emptymovieclip. So try adjusting it yourself. Hopes this helps!!