related to graph in actionscript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pvsgupta
    New Member
    • Nov 2007
    • 5

    related to graph in actionscript

    Hi,

    I have given the task to draw a graph in action script that looks like in google analytics. So please guide me how can i draw the graph through action script.
    I want the code for that. If anybody have any idea please give me.
  • xNephilimx
    Recognized Expert New Member
    • Jun 2007
    • 213

    #2
    Hi, pvsgupta!
    First, do you know anything about actionscript or you are a new to it?
    Are you planning to do it in actionscript 2 or 3?

    The best way to do it is to do a server side script to return an XML with the data for the graph, then parsing the data and draw the graph with ActionScript.

    Best regards,
    The_Nephilim

    Originally posted by pvsgupta
    Hi,

    I have given the task to draw a graph in action script that looks like in google analytics. So please guide me how can i draw the graph through action script.
    I want the code for that. If anybody have any idea please give me.

    Comment

    • pvsgupta
      New Member
      • Nov 2007
      • 5

      #3
      Originally posted by xNephilimx
      Hi, pvsgupta!
      First, do you know anything about actionscript or you are a new to it?
      Are you planning to do it in actionscript 2 or 3?

      The best way to do it is to do a server side script to return an XML with the data for the graph, then parsing the data and draw the graph with ActionScript.

      Best regards,
      The_Nephilim
      Hai Nephilim

      I am new to ActionScript. I am working in 3.0.
      My task is when ever we move the mouse on the graph it has to show some data on that graph. I am not able to do that . So please guide me .....

      Comment

      Working...