MovieClipLoader class
MovieClipLoader class
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- enjine0
yes, the event fires when the actions on the first frame have been executed.
i'm not sure if the entire movie will have been loaded by that point, though i had always assumed it would.
honestly, i only use the moviecliploader class for images and i write my own preloaders for swfs.
you can always set/check/update a variable to see if onLoadComplete has fired by the time onLoadInit has fired and vice versa.