movieClip.onLoad
movieClip.onLoad
Out of context: Reply #5
- Started
- Last post
- 12 Responses
- jkosoy0
movieclip.onLoad executes when an external file finishes loading inside of a movieclip, not when the movieclip first appears on the stage. this differs from the flash 5 onClipEvent() method, which worked closer to the way you wanted.
i'd just put a call to a global function on frame 1 of that movieclip and that should do the trick.