Load picture

Lets say I have a picture that I want to load directly in to a movieclip.

Movieclip name = picture
Image name = image.jpg

I tried something like this
loadMovie(“image.jpg”, picture);
but didnt work :frowning: