Search for a PHP / Flash graphics library for interactive presentation of network objects

We are looking for a PHP library, something like graphviz.org , which generates an image of network groups of objects, as shown below. Graphviz also allows us to make each node a hyperlink, but we are looking for something more interactive, for example. even with Flash, which will be able to respond to a click, which removes the node and quickly redraws this area so that other nodes fill the gap, etc.

Does anyone know of a PHP library that generates network maps of objects like this, but which are also interactive so that nodes can easily be added and removed, etc.?

alt text

+5

All Articles