PDA

View Full Version : Drawing graphs


mdoland
07-25-2005, 02:24 PM
Hi,

I'm completely new to Flash but I have worked with conventional programming (C, C++, java ...).

I want to show a page with a couple of graphs. The graphs shall be updated every Xth second. The graphs all have the timeline in the X axis and some kind of measurement in the Y axis, such as operations / timeframe. On the server, a mySql database is located containing all the data.

How do I solve this in a general perspective?
Do you have some code or a references that could be usefull or just give me a hint?

/Mike :D

quincewyss
07-25-2005, 06:44 PM
look into using the draw() function and get a book on drawing graphs in flash. :p