createEmptyMovieClip as background

I know its been asked a 100 times before, sorry, couldt find an appropriate thread.

To load a mc into the background of an swf, i use this:

this.createEmptyMovieClip(“canvas_mc”, 0);
canvas_mc.loadMovie(“images/image01.swf”);

but it`s loading it on top of everything else… I need it in the background.

Ideas, comments, thoughts, answers.

Thanks a bunch,
M.