How to access parents child in actionscript file?

Good day!

Is there a way to access the parent’s child in actionscript file?

because i’ve tried (parent.obj_mc as MovieClip).txtStr.text and it only produce an error saying that “Access of undefined property parent”…

OR do i have to import somthing? i’ve already imported MovieClip.