Hello all, I have a public function in an mxml document (lets call it a.mxml, and pubfunction ) and I want to access it from another MXML.
this is what I am trying (based on my old as2 knowledge :) this.parent.parent.a.pubfunction(); where the mxml calling 'a' is two levels below 'a's parent. this is not working, so I was wondering if anyone had any tips? cheers andrew

