FORUM

2 Levels XML Menu

Home / Forum / Components Discussions / 2 Levels XML Menu

  • I’d like to have a Target Functionality… As of now it keeps trying to POP up the window or open it in a _blank. This sucks for a navigation if I cant have the pages open in the same browser window. Everything else is right on the money! Can you help with this little issue?


    #  /  posted on Jan 27, 2009
  • Hey,


    you can always add target to the XML node. example :


    <submenu label=“link” id=“7” link=“page.html” target=”_self” />


    if not works, pls send see your PM for more detailed.


    regards,


    #  /  posted on Jan 27, 2009
  • hi,
    i am pretty new to as3 so…
    i downloaded this file and now i want by clickind on a main menu button, to load an external swf into this file.
    can you please tell me the the code i have to put in…!


    thx sensi


    #  /  posted on Jan 28, 2009
  • Hey!
    How could I mod this, so instead that it goes from top down, to slide right out from each other?
    Thanks!


    #  /  posted on Mar 01, 2009
  • @Wilson,


    I’ve replied your email. It very easy since the animation (top to bottom) is based on tween frame.



    #  /  posted on Mar 03, 2009
  • I really like this menu style. However, as I add more top level items, the bar (panel?) isn’t stretching to accommodate the extra menu items…I’ve got 10 now and I’d like keep the same distance between menu itemsbut have the background stretch to fit.. any ideas? Otherwise, I’m unable to use this as is.


    Thanks!


    #  /  posted on Apr 02, 2009
  • Loric,


    some item need to be manually adjusted using flash CS3/4.
    to enlarge the menu bar :


    open library,
    goto symbol : panel
    resize the layer : light and layer1


    good luck!


    #  /  posted on Apr 03, 2009
  • I can’t figure out how I cal load.swf or jump to another frame shown in your sample .swf file. Could you please explain?


    #  /  posted on Apr 03, 2009
  • Hi All,


    I have updated the file , pls download again.


    to set menu width
    <menu width=“580”>


    goto frame
    <item label=“Home” frameNumber=“1”/> or <item label=“Home” frameLabel=“home”/>


    load swf


    <item label=“Home” swf=“home.swf”/>


    Thank’s


    #  /  posted on Apr 04, 2009
  • The link still opens in a new window, even using target=”_self”


    I need to open the link in the same window!



    #  /  posted on Apr 23, 2009

  • #  /  posted on Apr 24, 2009
  • Steff,


    pls try to clear your browser cache, It still works well when I verify it.


    thank’s


    #  /  posted on Apr 24, 2009
  • Question: I have one instance of this menu working great. I need to use another menu with different menu items in the same site. What’s the most efficient way to go about this with your menu?


    #  /  posted on Apr 28, 2009
  • loric,


    I recommend using flashVars. create different xmls for each pages. Then pass the particular xml to the flash.


    <PARAM NAME=FlashVars VALUE="fileName=page1.xml"> 
    


    finally add code to Menu.as to get the flashVars


    private var xmlFile:String = LoaderInfo(this.root.loaderInfo).parameters.fileName;


    good luck !!


    #  /  posted on Apr 29, 2009
  • Hi Boontaran,


    how can I deactivate the mouseover effect on the mainbuttons. I want them to appear all the time in that nice glossy way.
    THX in advance
    steff


    #  /  posted on May 14, 2009
  • steff,


    goto library . symbol name : ‘button’. find the tweening layer and edit the transparency as you like.



    #  /  posted on May 16, 2009
  • THX, got it!
    Next Question, I want to use it for my own commercial website. How can I upgrade??


    Steff


    #  /  posted on Jun 24, 2009
  • Forget my last request, got it fixed, my mistake.


    #  /  posted on Jun 25, 2009
  • I have the same Problem as loric, to add more top level items, the panel isn’t stretching to accommodate my extra menu items. I’d like keep diffrent distances between menu items.
    Can you help me.


    Otherwise fine Menu


    #  /  posted on Dec 27, 2009
  • Hi Roterbauer,
    please try to modify “width” attribute on XML file


    #  /  posted on Dec 29, 2009

  • #  /  posted on Feb 21, 2010
  • I still can’t figure out how to add a URL link to each menu button and also the sub menu buttons. The instructions are not very clear.


    #  /  posted on Feb 21, 2010
  • Hi Nickisland,


    the docs was clearly give the example :


    <submenu label=“Google” link=“http://google.com” target=”_blank”/>


    rgds,


    #  /  posted on Feb 22, 2010
  • Anonymous

    Hi Boontaran,

    1> How to remove the big background from the top menu. I need just the horizontal top menu with it's sub menu options only.

    2> How to increase the width of the menu bar to 740px?

    3> I want to use this as topmenu in my php web project. How to integrate this in php?

    Please send us the details ASAP.

    Thank you.

    Regards,

    Satheesh K.


    #  /  posted on Jul 11, 2010
  • Hi Boontaran,

    I have purchased this topmenu component done by you. Now, I am facing problems with it and my deliverables are getting delayed due to this. So, please send me the details for my previous queries.


    1> How to remove the big background from the top menu. I need just the horizontal top menu with it's sub menu options only.

    2> How to increase the width of the menu bar to 740px?

    3> I want to use this as topmenu in my php web project. How to integrate this in php?



    Thank you.

    Srikant


    #  /  posted on Jul 12, 2010

Please login to post replies.