AS3 timeline / class interaction

I have a master swf that pulls in an external child swf. The master swf uses code on a the timeline. The child swf is created by AS files.

I need the child swf to be able to call functions that reside on the master swf’s timeline.

MovieClip(parent.root).function(); does not work from the AS files of the child swf.

Any ideas?