Help with Dynamic Menu

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

  1. #1

    Default Help with Dynamic Menu

    Hey everyone,
    I'm developing a piece right now and have come to a stand still. The menu part
    of the project will contain a number of "Business Categories" and then once a
    category is clicked, the businesses within that category will be shown...much
    like a tree style menu. We've also got a database with all of the categories
    listed, and the businesses are linked to their respective category(s). Once a
    business name is clicked, it will send that business' "business ID" variable
    to a PHP file which will return with that business' info (which is held on the
    database)...to finally be shown in the flash piece.

    What I would potentially like to avoid is having to update the menu system in
    the XML by hand, because we will have a user friendly backend with which the
    customer can add and delete businesses in the directory...and if I have to
    update it by hand every time the menu changes, it will get to be very time
    consuming and wasteful.

    Here are my ideas for how to make this project come to life:
    - write a PHP file which would grab the categories and their businesses then
    PRINT text identical to an XML file...and load that text into flash as XML
    -figure out a way to load the categories and businesses directly from the DB
    into flash

    Keeping in mind that each business button must have its' ID (which is also
    documented on the database) attached to it.
    Any ideas, tips, mental or emotional support (hah) would be GREAT. Even some
    links could help.

    This is my first dynamic menu system...and i have no doubts or fears that it
    won't be great, just need a bit of guidance.
    Thanks for your help!
    Jess Campbell

    subSE7EN Guest

  2. Similar Questions and Discussions

    1. Dynamic Menu
      Dear All, How could I make a menu have many sub-menus, note that the menu and sub-menus items come from database. Ex: a menu have items like:...
    2. dynamic menu...again
      Hey, it's me again, and it did work, but now I'm having trouble, yet again, as my SN states, I'm still a rookie at this, and learning this as I go,...
    3. dynamic menu system going to dynamic page
      please can someone help me - im at the end of my tether! ive got an access db. Its got a list of words that is to be a menu system stored in it....
    4. Dynamic Menu...is it possible?
      I'm new with Flash and I need to know if it is possible with Flash to get a menu created dynamically where the information is coming from a database....
    5. Dynamic Menu Help
      Hello, I have a written a simple dynamic menu seen here (http://www.digitaris.com). It uses an xml file to create the categories and...
  3. #2

    Default Re: Help with Dynamic Menu

    Check this tutorial: [url]http://www.macromedia.com/devnet/mx/flash/articles/flash_xmlphp.html[/url]
    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