Inside Class

i am creating my own component. in the Class of the component how can i access the

movieClips i am creating at runtime. inorder to access these movieClips i have to

follow the syntax
_root.myComponentName.myMovieClip

how can i avoid the name of the component in the class file.

Faraz