Data display concepts

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Data display concepts

    Looking to see if the following is possible and for experienced Flash and Data
    Integration folks to comment on what techniques they might use to accomplish it:

    Our product provides HVAC systems monitoring in "near real time". Data is
    gathered from remote sites, sent to our servers, is processed into a (very
    large) MySQL database, and then results are provided on static web pages in the
    forms of plots and reports.

    We'd like, in a new type of presentation, to display a graphical schematic of
    the various monitoring points in a system (a simplified diagram of pipes, a
    pump, valves, etc) and display certain measurements with baloon-like callouts
    on the graphic. Certain system states, such as flow (and flow direction) would
    be nice to animate as well.

    Ideally, as the data changes, the client would maintain a connection to the
    server and update its values "on the fly". In another scenario, the page would
    refresh every minute or so, displaying state changes. The first process has
    usually been relegated to the world of client-side applications, but as I
    understand Flash, it may actually be possible.

    I'm a programmer, not an artist. So we have someone making nice tiff drawings
    of various pieces which, my experiments in Flash show, can easily be used. My
    goal is to put the graphic pieces together in the Flash tool and build the
    hooks (or whatever) so that the dynamic data is displayed.

    How would you go about this task? Is Flash the best tool to use? If any
    special server-side component is needed, will it run on a Linux box? Will the
    client side work on most browsers? (We cannot be limited to just IE).

    Maybe this is biting off more than one can chew in a few weeks (which is about
    how much time I have).

    Suggestions warmly invited.


    Mark Richards Guest

  2. Similar Questions and Discussions

    1. display data points but not data tips
      does anyone know how to display the data point, but not the data tip? i just want to display the circular node that shows where the data point is,...
    2. How to display a set of data in a data grid when drivenby a combo box?
      I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent...
    3. Web Service Concepts Confirmation?
      Morning folks (Dan), Been doing a lot of reading on web services and will be going out to purchase a book today specificaly on web services. Any...
    4. Display data from database in a scrollable data grid on an ASP Page
      Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...
    5. Most difficult Photoshop concepts
      In your experience, what were some of the most difficult concepts in PS for you to grasp, and what was it that allowed you to finally...
  3. #2

    Default Re: Data display concepts

    I'm not the expert you probably seek, Mark .. but I surely believe this
    could be done in Flash .. and if you're going for cross browser integration,
    surely Flash is the tool to use since everything looks the same in the Flash
    player. This would also be a good application for Flex, although I realize
    the cost is sometimes prohibitive.

    Since you're using MySql already, I would code the server side with PHP and
    bind the data to Flash that way. Just a suggestion .. like I said .. not
    the expert you probably seek.


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    BLOG: [url]http://www.dmxwishes.com/blog.html[/url]
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    "Mark Richards" <mark.richards@massmicro.com> wrote in message
    news:ds12in$mvj$1@forums.macromedia.com...
    > Looking to see if the following is possible and for experienced Flash and
    > Data
    > Integration folks to comment on what techniques they might use to
    > accomplish it:
    >
    > Our product provides HVAC systems monitoring in "near real time". Data is
    > gathered from remote sites, sent to our servers, is processed into a (very
    > large) MySQL database, and then results are provided on static web pages
    > in the
    > forms of plots and reports.
    >
    > We'd like, in a new type of presentation, to display a graphical schematic
    > of
    > the various monitoring points in a system (a simplified diagram of pipes,
    > a
    > pump, valves, etc) and display certain measurements with baloon-like
    > callouts
    > on the graphic. Certain system states, such as flow (and flow direction)
    > would
    > be nice to animate as well.
    >
    > Ideally, as the data changes, the client would maintain a connection to
    > the
    > server and update its values "on the fly". In another scenario, the page
    > would
    > refresh every minute or so, displaying state changes. The first process
    > has
    > usually been relegated to the world of client-side applications, but as I
    > understand Flash, it may actually be possible.
    >
    > I'm a programmer, not an artist. So we have someone making nice tiff
    > drawings
    > of various pieces which, my experiments in Flash show, can easily be used.
    > My
    > goal is to put the graphic pieces together in the Flash tool and build the
    > hooks (or whatever) so that the dynamic data is displayed.
    >
    > How would you go about this task? Is Flash the best tool to use? If any
    > special server-side component is needed, will it run on a Linux box? Will
    > the
    > client side work on most browsers? (We cannot be limited to just IE).
    >
    > Maybe this is biting off more than one can chew in a few weeks (which is
    > about
    > how much time I have).
    >
    > Suggestions warmly invited.
    >
    >

    Nancy Gill 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