Hi, i'm building an app, which loads another app, so lets say main loads sub.
Sub is always the same and is not under my control, and it performs a: _lockroot = true ExternalInterface.addCallback (...., _root.obj, _root.obj.function); The first time sub is loaded, its _root points at _level0.a (for example), the second time its _root may point at _level0.b. The first time sub functions ok, the second time it fails. I think it has to do with the fact that the callbacks can't be cleared when sub unloads the first time, but I'm not sure. Does this scenario ring any bells with anyone? regards, JC _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

