I have the followings:

_p:Player (which is a MC)
a1:Animation1 (which is a MC)

_p.addChild(a1); //doesn't display anything
_p.stage.addChild(a1); //displays a1

Why won't the MC display a child without using his stage?