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 some more info on this subject: http://www.actionscript.org/forums/showthread.php3?t=163265
Hi Mitch,
This is Po,
I am wondering that how to create a flash animation chart like here:
http://www.web-site-scripts.com/flash-charts/chart-gallery.html
And I think the good thing of these charts is the graph can auto adjust according to the value from XML & PHP.
I want to provide this kind of chart for my project. And my user can create their own chart by entering different value.
Do you have any examples for creating these flash charts?
Thank you for your time,
Po