[Tweener] Tweener failing on second run as AS2 inside Flex

Chuck Neal chuck_lists at mediamacros.com
Thu Jul 16 07:52:01 PDT 2009


Thanks. I tried that and also tried forcing a init call on Tweener. 
Neither helped. I think for this I may just have to go back to MC Tween 
and wrap the items in the class with the old Object() trick for now. Not 
ideal, but at least it works.

Thanks.

-Chuck
--------------------------
Chuck Neal
President, MMI (MediaMacros, Inc.)
chuck at mediamacros.com
http://www.mediamacros.com
http://www.mediamacros.net



Zeh Fernando wrote:
> AS3 loading AS2 content, right?
>
> I've seen mentions this happening from time to time, although I 
> haven't had to deal with that myself. Apparently it's something about 
> _global or _root elements of AS2 movies (the classes themselves) 
> getting mangled once you load other movies that use the same element 
> (Tweener classes in AS2).
>
> If you have control over the AS2 movie, I'd suggest using _lockroot as 
> true inside of it. This will make sure that Tweener creates a 'local' 
> onEnterFrame handler at least.
>
> Zeh
>


More information about the Tweener mailing list