I have a viewstack that has as children some complex mxml objects. I would like to get a reference to a named object on one of those children. I have tried all the relevant DisplayObject and DisplayObjectContainer methods on the return value from ViewStack.getSelectedItem() but no luck. Could someone give me a hint, or a tiny example?
Thanks, Libby

