Need to convert a SWF Chart/Graph to Image file.

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Need to convert a SWF Chart/Graph to Image file.

    I've already tried the Flash forum, but I haven't gotten that much luck. On the
    off chance that there's a non-flash solution to my problem, I'm posting in this
    forum as well. I'm currently attempting to put together a web interface that
    will allow users to access a research database, and depending on their
    queries, generate a chart or graph based on the information they want. I've
    already found the code to accomplish this from this site:
    [url]http://www.maani.us/charts/index.php?menu=Introduction[/url] and while the code
    allows me to create a dynamic SWF representation of any graph/chart I need, I
    also wanted to provide the users with a method of saving a given chart/graph as
    an image file (bitmap, jpeg, gif, or png) through a button on the page, for use
    in an office presentation or report (i.e. MS Powerpoint or MS Word). For the
    past two days I've searched the web looking for some sort of solution to this,
    but I haven't been able to find one yet. In fact, I'm not even certain if this
    can be done in Flash - my knowledge in the topic is limited, but I have some
    help. Anyway, if someone could please let me know if this type of function is
    even possible or if I'm just wasting my time, please let me know - I'd really
    appreciate it.
    Thanks in advance for your time and patience,
    Eldric

    Eldric Guest

  2. Similar Questions and Discussions

    1. combining graphs from GD::Graph in one image file
      Does anybody know how I can get more than one graph on a single image file generated by the GD:Graph module? I need to generate a lot of...
    2. WSDL to Chart/Graph
      Hi - I don't see a problem with using WebService results for a chart - I think the question of complexity comes with matching the data to the chart,...
    3. GD::Graph - Can it create a stock chart
      I would like to know if GD::Graph can be used to create a "Stock Chart". This is a series of lines with three data points representing the...
    4. Recommend/survey graph, chart module space?
      While looking for a chart module, I see a very large number to choose from. Is there a pointer to a guide, or do folks have recommendations, on...
    5. components for dynamically displaying data chart or graph in ASP
      Hello, I tried to find some components I can use to dynamically generate chart or graph from database in ASP. It seems to me that only some...
  3. #2

    Default Re: Need to convert a SWF Chart/Graph to Image file.

    Do a screen cap?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Eldric" <webforumsuser@macromedia.com> wrote in message
    news:cb3ms9$h8r$1@forums.macromedia.com...
    > I've already tried the Flash forum, but I haven't gotten that much luck.
    On the
    > off chance that there's a non-flash solution to my problem, I'm posting in
    this
    > forum as well. I'm currently attempting to put together a web interface
    that
    > will allow users to access a research database, and depending on their
    > queries, generate a chart or graph based on the information they want.
    I've
    > already found the code to accomplish this from this site:
    > [url]http://www.maani.us/charts/index.php?menu=Introduction[/url] and while the code
    > allows me to create a dynamic SWF representation of any graph/chart I
    need, I
    > also wanted to provide the users with a method of saving a given
    chart/graph as
    > an image file (bitmap, jpeg, gif, or png) through a button on the page,
    for use
    > in an office presentation or report (i.e. MS Powerpoint or MS Word). For
    the
    > past two days I've searched the web looking for some sort of solution to
    this,
    > but I haven't been able to find one yet. In fact, I'm not even certain if
    this
    > can be done in Flash - my knowledge in the topic is limited, but I have
    some
    > help. Anyway, if someone could please let me know if this type of function
    is
    > even possible or if I'm just wasting my time, please let me know - I'd
    really
    > appreciate it.
    > Thanks in advance for your time and patience,
    > Eldric
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Need to convert a SWF Chart/Graph to Image file.

    If you have access to ColdFusion you can integrate your application
    with him, passing variables or using Remoting, and use <CFChart> to
    create a chart image, that can be saved.

    []s

    --
    - Me ajude a ganhar o curso, acesse
    [url]http://www.atipico.com.br/promocao.asp?i=176184459[/url]

    - Rio de Janeiro, Brasil
    - Troyan <dnunes[at]email[dot]com>


    Troyan Guest

  5. #4

    Default Re: Need to convert a SWF Chart/Graph to Image fil

    I initially thought about that, but I want just the graph to be captured - and
    the graphs don't fill up the entire webpage. Additionally, like I said, I
    wanted to provide some sort of dialogue for the users to save the image as
    "Whatever", so they could tag the file with whatever filename they want. My
    understanding was the screen capture function would literally just insert a
    copy of the screen capture into the computer's clipboard and then the user
    would have to paste the copy into a blank image file through some image
    software program like Photoshop. What I need is something simple that doesn't
    require the user to use some sort of 3rd party image software outside of the
    web browser, in order to get a copy of the chart/graph.
    Thanks though for your tip, I'm still looking so if you have any other
    suggestions on what I should do, I'd really appreciate hearing from you.
    Eldric

    Eldric Guest

  6. #5

    Default Re: Need to convert a SWF Chart/Graph to Image file.

    You can also use PHP to generate a procedural image (be it a graph or
    whatever else), which can be displayed and saved by the user.


    Troyan wrote:
    > If you have access to ColdFusion you can integrate your application
    > with him, passing variables or using Remoting, and use <CFChart> to
    > create a chart image, that can be saved.
    >
    > []s

    rob :: digitalburn Guest

  7. #6

    Default Re: Need to convert a SWF Chart/Graph to Image fil

    Will the procedural image be a duplicate of the chart created in the PHP/SWF process, or will it be an approximation of the created chart/graph?
    Eldric
    Eldric Guest

  8. #7

    Default Re: Need to convert a SWF Chart/Graph to Image fil

    I'd forget using Flash, and just use PHP to create the graph/chart in the
    first place. If you do it properly, there's no reason why it can't be an
    exact match of the data you wish to present.


    Eldric wrote:
    > Will the procedural image be a duplicate of the chart created in the
    > PHP/SWF process, or will it be an approximation of the created
    > chart/graph? Eldric

    rob :: digitalburn Guest

  9. #8

    Default Re: Need to convert a SWF Chart/Graph to Image fil

    Thanks, I'll keep looking online and speak to my friend who is somewhat more
    familiar with PHP than I am, and I'll see if it is possible to keep the output
    content and yet change the output file type.
    Thanks again,
    Eldric

    Eldric Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139