Search  

XML MENU 1

A well done XML menu – horizontal menus and vertical submenus. Have a look at the preview. :)

Everything is customizable using XML .

Click here to see more files by bobocel

You might also be interested in:

Video Players



Galleries



Templates



MP3 players



News readers



XML menus



Slideshows



Creative navigation



Utilities

Posted about 1 year ago

Can I load a swf file into my flash file with this? How?

Any help would be much appreciated.

Posted about 1 year ago

You need to change the getURL function with a line of code to load the movieclips.

Posted about 1 year ago

Is there a way to do a further level of sub menus? For example, if you open Menu 2, roll over Menu 2.2 it will open another menu to the side for further nav? Not sure if i could edit this just through the XML or if it’s something in the AS.

Can you help with this?

Posted 7 months ago

@jimmyd80: nope. This is one level menu.

Posted 7 months ago

I’m trying to move my menu over to the right but no matter where I move it horizontally, it still stays in the same place but if I move it vertically, it shows the vertical position that I move it too. Please help!

Posted 7 months ago

@jean123: in actions.as you have a variable called startPos, or something like that. Make sure you only change it’s value, not the position of the menu in the Fla. ;)

Posted 7 months ago

Is there any way to embed the fonts – the line txt.embedFonts = true; does not appear to work!

I assume that I can change the getURL function to a gotoAnd? If so what would the code be?

Great programming!

Posted 5 months ago

@FuzeCreative: if you set embedFonts, you also need to make sure the font is embedded in the Fla, and that you set it’s linkage, and also that you select the embedded font from the fonts list (it has an * after the name). It should work. ;)

Yes,you should be able to change the getUrRL.

Posted 5 months ago

Hi, ive modified the action.as to open loadmovie with this menu on the menu loadMovieNum(_root.menuArray[_root.selectedMenu].getSLA[k],1) but i’ve a pb because the menu as been behind the movie loaded :( how change it ? Grtz

Posted 4 months ago

Hm.. you might want to set the depth of your item to something with -

Posted 4 months ago

Back The menu are on the main mc, and the mc loaded on level 1 i think about another way, if i put the menu in another swf, loaded to the level 100 for example, is ok, but not a really nice solution

Posted 4 months ago

I’m not sure exactly what you are doing, but if it’s working, than you fixed your problem. ;)

Posted 4 months ago

Hi need to add an attribute in node of menu and use this on movie the best way to add & use this ?

like this : DJ 1 D 2 Posted 3 months ago

Oups the xml code are not displayed :(

<menu name="DJ’S" link="djs.swf">
<item link="djs.swf" id="3">DJ 1</item>
<item link="djs.swf" id="8">DJ 2</item>
</menu>

Posted 3 months ago

Not sure what you mean. Even if you add that in the XML , the code isn’t written to read it.

Posted 3 months ago

any way to bring the tabs closer together? i have a menu with 8 tabs in a set width and i can’t seem to bring them closer in the xml file and the .fla is the same.

ideas?

thanks

Posted 3 months ago

There should be a settings.as file, where the dimensions are specified. Let me know if that helps.

Posted 3 months ago

I’d hoped to put this atop my html pages. Possible?

Posted about 1 month ago

Hm, yes I’ve seen it done, but not sure how – with js.

Posted about 1 month ago

how do i add padding between sub nav?

Posted 22 days ago

Hello,

I see no dimensions anywhere, I too need to have 8 menu tabs How do I set it up?

Thank you Ann

Posted 15 days ago

@huckster: please check the settings.as file

@anntaj: adding more menus is done in the XML

Posted 12 days ago

setting.as does not exist, only settings.xml and actions.as

Posted 11 days ago

Oups, correct – this is a different file. In Actions.as at line 121 you can add spaces before the name of the menu, or directly in the XML , as you wish:

this._parent._parent[“mcOver”+i].mcTxt.txt.htmlText = ” ” + _root.menuArray[this._parent._parent.nr].getSNA[i];

Posted 10 days ago