Graph Gear A platform for simple, interactive graph generation. [1.4]

Try it out! Choose a graph file:
You need to upgrade your Flash Player
Javascript Actions: Add a Random Node
Javascript Events: (Select a Node to trigger an event)
Live Graph
Try it

What else is there to say? This code is available under the gpl, so follow those terms. Send back improvements, extensions, and contributions to code@creativesynthesis.net. Otherwise start by modifying one of the included example files or building a graph here and saving it as an xml file.

Build it yourself:We've tried to make it easy to make changes to the code, even if you aren't familiar with Actionscript. You don't need Flash. You can download MTASC, a free software solution to compile AS2 code. Just drop the MTASC binary the source direction and, for example, you can build a new swf by entering something on the command line like:
./mtasc GraphLoader.as GraphVis.as -swf GraphGear.swf -version 8 -cp classes

The project site is available at: http://www.creativesynthesis.net/blog/projects/graph-gear/