views:

692

answers:

2

Is there a free/open source BAR GRAPH (2d) component or sample file for Flash cs3/cs4

I found a few options for Actionscript2, but I need to use actionscript 3.0

(its preferred to load data from external source, loadvars or similar)

+1  A: 

http://teethgrinder.co.uk/open-flash-chart/

Michael Prescott
thanks, but their beta seem to be AS3 for FLEX
Tom
It doesn't require the Flex framework, but it is a complex set of classes by itself. If your graph requirements are static, you might get by with scaling the height of design-time placed rectangular sprites. For example, rect1.height = value * scaleFactor; would be the simplest solution.
Michael Prescott
A: 

You can give Yahoo's Flash CS3 Charts a go as well...they're really easy to use.

George Profenza