Welcome, Guest
  • Author Topic: Flash Mx / XML menu with color control FINISHED  (Read 586 times)

    Greg

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Hey crew,

    Finished my first XML menu. Customize number of menus, colors, link all from the XML file. This menu tries to mimic the macromedi.com menu. Anyhow check it out here http://www.aeonsector.com/news.asp?action=detail&article=94&category=23

    IF you like it feel free to download it and use it. I also made a developer version available for download. Most u guys here are gods in XML compared to me. This thing is open source and I'm sure you guys can make it much better. But tell me what ya think.
    « Last Edit: 08/18/03, 01:52 by Greg »

    ev

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 502
      • View Profile
    Re:Flash Mx / XML menu with color control FINISHED
    « Reply #1 on: 08/18/03, 09:40 »
    2 things.
    according to xml specifications, ur only supposed to have 1 root xml element.

    the other thing is, it seems like you're menu only supports main menu items, when u roll over those items, there is no sub selection buttons.  in the xml, i dont see any formatting for those sub selection buttons or any tags that refer to those.

    without sub selection, that whole rollover effect with the bar underneath is superfluous and does nothing but imitate the macromedia menu w/o the functionality.

    ev

    Greg

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Re:Flash Mx / XML menu with color control FINISHED
    « Reply #2 on: 08/18/03, 09:46 »
    yeah lol it was my first XML project, and I dont have enough experiance to get the sub menu to display. So I scrapped the sub menus, but thanks for the post. Any feed back is good, even when it states your mistakes. lol I never knew about the Root XML , but thats an easy fix.