In AS2, if child swf is loaded through loadMovie function, is it possible to simple indicate to some function or variable located in parent swf, from child swf? I mean e.g. _root.SomeClass.someFunction() or trace(_parent.SomeClass.myVar). This function or variable is located in some class and it is not _root property.