onClip handler nonsence

Hi,

I’m trying to load an external jpg with the following code attached to an empty movie clip with an instance name of imageLoader1.

loadMovie(“001.jpg”, imageLoader1);

I just want it to load as soon as the movie starts running. Not when you press a button but I keep getting:

Error Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler
loadMovie(“001.jpg”, imageLoader1);

Can someone please tell me where I’m going wrong? I’ve spent ages reading tutorials and I can’t get it right. It’s driving me bonkers.

Thanks in advance