From: bingomanatee on
I am attempting to design a multi-panel toolbar in flash wherein each
panel defines the "open" and "close" height of itself when loaded.
However in cs3 the onLoad seems to have gone away, and the
reccommendation to "use event listeners" all use mouse events as an
example.

I want to create an event listener for a movie that knows when all its
frames have loaded and measures the position/height of elements within
various frames at that point. What sort of event listener can I use to
initiate this process upon the complete loading of the sprite?

Thanks

Dave