[Flashcoders] Re: targeting classes in a loaded swf

2005-12-06 Thread Tyler Wright
Cole, Ha ha, thank you for the compliments. The good news is you shouldn't have to use the same agreed upon name. Thats the great thing about singleton! for example main.swf loads in ui.swf when ui.swf is loaded it has on it's timeline something like: obj:UI = UI.getInstance(); right? So no

[Flashcoders] RE: targeting classes in a loaded swf

2005-12-04 Thread Cole Peterson
Thanks a lot for your time Tyler Wright. That helped a lot! I have implemented your suggestion. singleton. everything is great. My controller loads in the swfs that make up the diff parts of the app. The only disconnect is that all swfs have to agree to implement their ui using ... for example