Dynamic Menu...is it possible?

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

  1. #1

    Default 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. That supposed we don't know the size and the words that will be display on the browser. I don't want to recreate the menu each time the menu item is changing.

    Thanks

    Ghis
    ghislou webforumsuser@macromedia.com 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. 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...
    3. 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,...
    4. 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....
    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: Dynamic Menu...is it possible?

    yes you can do that in Flash. You can pull the menu data in from a db, from
    a straight text file or via xml. see [url]http://www.ysl.com[/url] for an example of a
    textfile driven menu system i made last year. in this case the number of
    sub-menu items and their headings are also dynamic.

    }`¬P


    Peter Blumenthal Guest

  4. #3

    Default Re: Dynamic Menu...is it possible?

    Do you have any example that could show me how?

    Ghis
    ghislou webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Dynamic Menu...is it possible?


    try
    [url]http://www.actionscripts.org/tutorials/intermediate/Dynamic_menu_with_submenus/index.shtml[/url]


    "ghislou" <webforumsuser@macromedia.com> wrote in message
    news:bl1pvu$3es$1@forums.macromedia.com...
    > Do you have any example that could show me how?
    >
    > Ghis

    flashnoob Guest

  6. #5

    Default Re: Dynamic Menu...is it possible?

    sure, why not? it's not all that elegant, but so what right ;-? - very
    poorly commented (like almost none) and there's a few lines of code in there
    that relate to the rest of the site rather than just the menu sytem (sloppy
    me :)

    Included is the .fla, an example text data file (mainMenu.txt), and a
    *brief* explanation from the tech spec about what variables in the text file
    do what (readme.txt). In the example, 'collections', 'handbags' and 'shoes'
    have sub menus.

    Cool, so that's here:
    [url]www.phageinteractive.com/test/dynaMenu.zip[/url]

    Let me know if you find it useful :)

    cheers,

    }`¬P


    Peter Blumenthal 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