loadMovie()

hey guys, this is what im trying to do

in the same directory on my FTP, there is a .swf animation.

now, i want to load that swf animation inside a flash movie called "mainFlashMovie :).

my question is, how would i build a preloader for the animation only, not the whole “mainFlashMovie” file.

this is what i got thus far.

i have a movie clip name CMovie instance “CMovie”
And in a frame i have:

loadMovie(“ae.swf”,_root.Cmovie);

this will load my animation in the movie clip CMovie, but thing is i’ve looked at the preloader tutorials on here, but i cant understand how to make one just for that animation instead of the whole thing

thx
-sebastien