From: Travis on
On Apr 17, 4:22 pm, "ooba" <marsh...(a)ctc.com> wrote:
> If the onEnterFrame is heavy and so is the use of SetInterval what are my other
> options?

They aren't that heavy. Try that option and see if it works for your
situation. I prefer setInterval

> Placing a method inside of the child swf is not viable as I want the child swf
> to be modular and not have any need to know what is its parent.