Here's a few ideas from a thread on Actionscript.org about communicating between two classes:
(root as MyDocClass).my_doc_method();
MyDocClass(root).my_doc_method();
http://www.actionscript.org/forums/showthread.php3?t=152676
Here's a few ideas from a thread on Actionscript.org about communicating between two classes:
(root as MyDocClass).my_doc_method();
MyDocClass(root).my_doc_method();
http://www.actionscript.org/forums/showthread.php3?t=152676