[flexcoders] Re: How to access Variable in Module from sub-component

2007-04-24 Thread boy_trike
Yes, Thanks. Bruce --- In flexcoders@yahoogroups.com, "Troy A. Binford" <[EMAIL PROTECTED]> wrote: > > If I get your problem straight, you have an App that loads a module. > Then that module loads subcomponents, and you want to access a > variable that belongs to the module. Have you tried > paren

[flexcoders] Re: How to access Variable in Module from sub-component

2007-04-24 Thread Troy A. Binford
If I get your problem straight, you have an App that loads a module. Then that module loads subcomponents, and you want to access a variable that belongs to the module. Have you tried parentDocument.varname? --- In flexcoders@yahoogroups.com, "boy_trike" <[EMAIL PROTECTED]> wrote: > > My Applicati