Senocular help! ... my MCL Class is screwed up

Hey Sen and the gang,

For some reason my when using Flash 7 this does NOT work:


var mcl:MovieClipLoader = new MovieClipLoader();
var L:Object = new Object();
mcl.addListener(L);
mcl.loadClip("main/15.jpg", holder);
//
L.onLoadStart = function() {
    trace("started"); // works
}
L.onLoadProgress = function() {
    trace("progress"); // does not work
}
L.onLoadComplete = function() {
    trace("complete"); // works 
}
L.onLoadInit = function() {
    trace("init"); // works
}

However if I open up Flash 8 and publish for Flash 7 and use the same code everything works fine. What gives? My Flash 7 version is Flash MX 2004 Professional version 7.2

Thanks for reading.
:slight_smile: