Free Flash Graphs Tool
4 Comments 21st SEP 2008 | Posted by Tomislav Bilic in Tools
It is very common in the process of building custom web application that we need to produce some sort of visual reports. Those reports have to quickly display tabluar data in human more readable format – graphs. Although there is a way to create them yourself in PHP using some image functions, you’ll have to spend a lot of time to make the chart look superb. This is where Open Flash Chart project jumps in.
When the web page is loaded including SWF file, Open Flash Chart requests the graph data from the file on the server and displays it.
How to set up it?
You will need to include the Open Flash Chart in your HTML, and you also need to give him data file. It needs to be either a text file, or a .php page. Good thing about PHP page is that it can be automatically created with real data from the database. For the start you would need to create data.txt file on your site and point the Open Flash Chart to this URL.
But what we really want is dynamic data that is pulled from a database or calculated or something. To do this you need to create the data file when it is requested. To do this we point the Open Flash Chart to a .php page and this PHP page does your calculations and/or database lookups, then outputs the data file.
To make this a bit easier there are PHP, Perl, Python and Java classes to write the data file for you.
Read more info on official website: http://teethgrinder.co.uk/open-flash-chart/
















September 22nd, 2008 at 4:35
You may also look at FusionCharts Free – http://www.fusioncharts.com/free
September 22nd, 2008 at 12:14
Thanks Ravi,
FusionCharts look even better at the 1st glance. I’ll try to use it with my next project and hopefully bring another review. Did you work with it yourself?
September 22nd, 2008 at 12:52
Re: Ravi:
Of course he doesn’t use them in real life, he’s paid by an SEO company to post comments on blogs to generate fake-grass-roots for his client.
monk.e.boy
September 22nd, 2008 at 13:04
Thanks Monk,
I know it is a possibility, but who knows. maybe he did use it. You are one of the authors of Open Flash Chart or in charge for promotional tasks?