Filtering & displaying dynamic information

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

  1. #1

    Default Filtering & displaying dynamic information

    I want to create a Flash file so a user can check boxes to filter what images
    are displayed--the (unfiltered) images would come from an XML file. Or, a MySQL
    database if that's easier. Is this possible? If so, how?

    Gabe the Animator Guest

  2. Similar Questions and Discussions

    1. Displaying Information with Authentication
      Hello, everyone. I have reached a dead-end with everything I try with the following problem, and need some fresh ideas. The Scenario I have a...
    2. Dynamic Filtering?
      Maybe something like this? SELECT your_columns FROM your_table <cfif selected_state NEQ 0>WHERE State_ID = #selected_state # </cfif>
    3. Problem Displaying Table Information - Please Help
      This problem has to do with .ASP and Access database using both DSN an DSNless connections. I have a bunch of websites hosted with a local host...
    4. Simply Displaying Information From TableRow
      If I have one DataRow of information (in a DataTable), say about a single client, what is the best way to display that information in an ASPX page?...
    5. Help displaying another tables information to repeat
      Hi all :) I have a form that inserts into the news table (article_id, topic, category, categorysrc, and date) and I have another tabled named cat...
  3. #2

    Default Filtering & displaying dynamic information

    I want to create a Flash file so a user can check boxes to filter what images
    are displayed--the (unfiltered) images would come from an XML file. Or, a MySQL
    database if that's easier. Is this possible? If so, how?

    Gabe the Animator Guest

  4. #3

    Default Re: Filtering & displaying dynamic information

    Hi there,
    What you can do is make a flash file that opens a php file that generates a
    xml list of imagenames. Each time the user deletes/filters an image another php
    file is opened to save the settings (maybe this can also be done at the end
    when the user finishes the selection). However to save the information it would
    be good to have a mysql database connected to the php file (the php gets the
    information from the database).

    Greetings,
    Guido
    [hr]http://www.grafia.fr/ |
    [url]http://www.missechantillons.fr/gratuits/radins/radin.php[/url] |
    [url]http://www.missconcours.fr/[/url] | [url]http://www.tvsoiree.fr/[/url]

    Gipoh Guest

  5. #4

    Default Re: Filtering & displaying dynamic information

    Nobody seems to know the answers to these questiosn, PHP or ASP...
    GhengisJones 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