Simple movie clip loader qn

If this code works…

container2.entryHolderMC[“nodeMC”+i].pictureHolder.loadMovie(myPictures[‘picturePath’+i]);

am i rite to say that the conversion to MCL is

myMCL.loadClip(myPictures[‘picturePath’+i],container2.entryHolderMC[“nodeMC”+i].pictureHolder);

?

That looks right mate, but is there any advantage to using loadClip if you aren’t invoking any of the associated handlers? (onLoadStart, onLoadError etc.)

i intend to invoke… thats why i trying to see if its possible… :slight_smile:
anyway realise my mistake… have to set as flash player 7 for it to work… hehe… silly me…