loadClip question

does anyone know if you can use loadClip from within a handler with the movieClipLoader class? In other words, could I do something like this:

myListener.onLoadStart = function(target_mc){
myMCL.loadClip(“my.swf”, 1);
}