A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: How to create the Line Chart by Flash and ASP ?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2002
    Posts
    7

    How to create the Line Chart by Flash and ASP ?

    Hi
    I want to display data in database as a line chart

    I know we can use Flash and ASP to do this, but i dont know how.
    Could you tell me how to do this or source teaching how to do this
    great appreciated

  2. #2
    ASR | FlashComm Ceasar Aware0's Avatar
    Join Date
    Aug 2002
    Location
    Aurora, Colorado, USA
    Posts
    110
    Not trying to be rude, but
    Code:
    FlashComm != ASP
    if(thread.content != FlashComm || thread.content != relatedToFlash()){
        return false;
    }else{
        return awnser;
    }
    Ian = Aware0;
    Ian != Clever();


    PS - it's 1 AM...gimme a break, it's funny at the moment.

  3. #3
    Hi,

    You could also use some of the commerical Flash charting components to chart with Flash. A few of them include:
    * FusionCharts - http://www.InfoSoftGlobal.com/FusionCharts
    * fXgraph - http://www.InfoSoftGlobal.com/fXgraph

    Cheers,
    Pallav
    Pallav Nadhani
    InfoSoft
    http://www.InfoSoftGlobal.com

  4. #4
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    with asp you can just send data to a flash movie, so you would need to build a movie that uses the SWF6 drawing functions to create the actual chart.
    You will want to read about those drawing functions in the actionscript manual
    If you were using php or cgi, you could perhaps use ming to actually generate a chart as a swf

    Musicman

  5. #5
    Senior Member
    Join Date
    Aug 2000
    Posts
    309
    made these a while back - http://www.bigjolt.com/lab/tbg/charts/ - uses simple text files - that's all we had at the time.

    cheers
    henry
    mx/php/mysql/xml downloads @ the Lab

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center