Actionscript 3, addChild from library then access it’s children by instance names

So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips that were in that dynamically added movieclip.

I’ve used standard dot notation and also getChildByName passing it the instance names.

What am I missing here?