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

**URL:** https://forum.kirupa.com/t/senocular-help-my-mcl-class-is-screwed-up/192097
**Category:** Uncategorized
**Created:** [June 26, 2006, 3:44am UTC](https://forum.kirupa.com/t/senocular-help-my-mcl-class-is-screwed-up/192097 "2006-06-26T03:44:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![shell2006](https://avatars.discourse-cdn.com/v4/letter/s/7993a0/32.png) [@shell2006](https://forum.kirupa.com/u/shell2006)
#### Post date: [June 26, 2006, 3:44am UTC](https://forum.kirupa.com/t/senocular-help-my-mcl-class-is-screwed-up/192097/1 "2006-06-26T03:44:55Z")

</div>

Hey Sen and the gang,

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

```auto

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.  
🙂
