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;
Thanks!
d

