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);
}
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);
}
:: Copyright KIRUPA 2024 //--