// Here is the general layout of functions used for loading
data. Note: You will need to read up on this a bit in order to see
how the various functions such as MCLiListener.onLoadProgress is
called.
// The event loader that will listen for events
var MCLiListener:Object = new Object();
var MCLi:MovieClipLoader = new MovieClipLoader();
MCLi.addListener(MCLiListener);