Flash relationship map
flash, force-based-algorithm, visualization
Solution
I believe this is called a force-directed radial tree graph. Here are a few highlights from google:
- You might be able to adapt something from Flare (see Demo->Layouts->Force and Layouts->Radial for examples that nearly do what you want).
- Birdeye, in particular the RaVis Explorer (Flex component).
- Have a look at spicynodes - its proprietary flash code, but there's a free version for individual use.
- There's a free but less pretty version which is part of the OpenLaszlo framework.
- There's also Constellation, but it's a $550 license, so not much use if you're looking for something free :)
See also this SO question, which was about flash visualisation in general.
Hope this helps to point you in the right direction anyway.
Problem
Does anyone know any Flash fla's which are out there and free which do something similar to http://audiomap.tuneglue.net/ (you have to type in a search term to see it in action). What I'm after is the flash to create the node in the middle which expands out into children and then each of those children can be expanded out into more children, etc. while keeping their distance from one another so as to not overlap. I'd like it so that if you clicked on a node to expand it, it would shoot off to a web site and get an xml feed which could then be used to create the children. Thanks