--- In flexcoders@yahoogroups.com, dnk <d.k.emailli...@...> wrote:
>
> Is there something the opposite of outterDocument to access vars and  
> methods inside of a mx:component tag?
> 
> or is it as simple as (no where near my flex machine):
> 
> <mx:Component id="something">
> 
>       <custom:mycomp />
> 
> </mx:Component>
> 
> 
> <script>
> 
> something.mymethod;

If you're actually _in_ the component, then you can use this.

Otherwise, check out 
http://www.adobe.com/devnet/flex/articles/loose_coupling.html 
http://www.adobe.com/devnet/flex/articles/graduating_pt1.html

Reply via email to