Flash RIA - XML Display Advice Needed

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

  1. #1

    Default Flash RIA - XML Display Advice Needed

    Hello all-

    I need some advice. I have played around with developing Rich Internet Apps
    via flash for a bit, but I have hit something that I am seeking some advice
    concerning. I am creating an "Amazon.com"'ish search application, that will
    performs a search based on a user's input, and returns the result data in an
    XML packet. The data is book information (ie. title, publisher, description,
    etc).

    How could I best use the XML packet to display the data. This data can be
    anywhere from 1 record, to 2000 records, so I am not quite sure how to
    pleasantly display this, so a user can scroll through all results and view the
    information within the Flash app. If anyone has a suggestion, I would greatly
    appreciate it. I am starting to look towards non flash alternatives, such as
    just using a style sheet to display the data, but would like to have some more
    dynamic interaction to the results.

    Thanks again for any help.
    Chris

    crpatrick Guest

  2. Similar Questions and Discussions

    1. advice needed
      On Sat, 2003-08-02 at 17:47, M. Kathryn Sweetland wrote: Hello new user, I am unsure if your want to upgrade your harddrive to increase your...
    2. advice needed... cf write data to xml file for use in flash app thatuses xml file
      I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would...
    3. form advice needed
      Yes, in your cfif's just set the form value to a session value then call it in your second form. <cfif whatever your cfif is> <cfset...
    4. WSDL and CF5 - advice needed
      I am still running CF5 and i'm not sure if the budget will accomodate an upgrade at this time. I was asked to provide data to another department in...
    5. Flash questions...advice needed.
      Hello, First let me say that I am completely new to flash, and I need a bit of advice. What I want to do is: Create a flash movie intro to...
  3. #2

    Default Re: Flash RIA - XML Display Advice Needed

    Personally I don't see why I would want to get 2000 results from a database and
    present them in a RIA. The essence of a RIA is creating a compelling user
    experience. I would never scroll through 2000 results. Anything above 100 is
    absolute waste of time. I would work on an app that narrows the selection and
    getting the top 50 results from the database. I guess I would use list or
    comboboxes and let the user select category - subcategory - publisher - writer.
    And I would think hard on extra selection methods to get as much information as
    possible to perform a query on the database.
    Don't build a Amazon like thing. Build something better! You have the right
    tools to do it.

    LuigiL 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