any updates on making it as3 compatible?
Posted 8 months ago
This fully xml enabled menu is without doubt the easiest way to make a menu in flash. In the preview you can see some of the settings that are changeable in the xml (well documented in the help file, too).
Some features:
- You can choose to make links either to URLs, framenumbers or framelabels.
- The background is optional.
- Changing the looks of the buttons is very easy: just open the MC’s in flash and edit the buttons. You can even give it for example rounded corners which won’t be stretched out when the button gets wider, because the button image is made up out of a left, middle and right component, of which only the middle will be stretched.
You might also be interested in
More files by JurgenV
Image Galleries
Video Players
Carousels
Navigation
Dynamic text displayers
Mp3 players
Preloaders
Miscelaneous
Posted about 1 year ago
I have one dropdown button whose text will not show completely. It contains three words “Left field restaurant.” However, when dropping down, only the word “Left field” appear. How should I fix the widths and buttons so that all words appear?
Also, is there a way to create a solid color layer to appear behind the drop down buttons, and then have those buttons still have their own hover properties that change, though this background layer behind the dropdown buttons does not change?
Posted 6 months ago
Hi jurgenv
Awesome file, very easy to customize and works perfect.
Issue :
How do I load a swf. from a button/sub ?
Best regards lyden
Posted 6 months ago
Nice menu. I have two questions for you.
1. Is it possible to set individual widths for each button instead of having them be all the same?
2. How do you have the button text wrap? Currently, it doesn’t wrap and if you have a long title the text is not shown.
THX
Posted 4 months ago
Note to (potential) buyers: Due to my absence I have not been able to answer a lot of questions on my files. I will not get back to any questions asked earlier, but I will answer those asked from now on. So please, if you still have the same question, repost it here.
Regards,
Jürgenv
Posted 3 months ago
i’m looking for four things: translucent menus submenus being longer in width than the top menu text in the menu being left oriented… the ability to add submenus via AS….
does it have them?
Posted 3 months ago
You can add submenus via XML , but not realtime via AS, and the submenu will automatically be as wide as the top menu.
Posted 3 months ago
This menu looks really great! Before I purchase, can you tell me which browser/browser versions this file menu does NOT work well in? If so, are there any work-arounds to make sure the menu operates correctly in all browser/browser versions? THANKS !
Posted 3 months ago
Hi kajolly. Why? Have you noticed any browser that don’t support this menu? I’m not aware of any, so you might want to try some browsers for yourself. I know it works in the latest IE, FireFox and Opera.
Posted 3 months ago
I’m working on a site that will probably be accessed by folks who are not “computer saavy” and who probably have older versions of IE and Netscape and have no knowledge of how to get the latest browser versions…just want to make sure there won’t be any issues before I purchase. Thanks!
Posted 3 months ago
Hello-
JurgenV I have been attempting to create a solution to the above ?
I need a way to specify spacing between the horizontal menu items, the spacing looks way off unless the # of characters per link is the same. Is there a way to do something like this. Its an awesome nav but need to modify this some how.
ie: thumbRef.captionText.length;
-Thanks
Posted 3 months ago
Well you could have the width of the buttons depend on the width of the textfield.
In the movieclip head_button, delete line 13 of the actionscript. Then on line 1 (even before this.onEnterFrame) put:
captionField.autoSize = true;
Then replace line 9 with this line. Change 10 to any number you like for the margin.
buttonWidth = captionField._width+10;
Now, select the captionField textfield in the movieclip, and in the text properties select ‘single line’ (as it now says ‘multiline’ or something). Also move the textfield to the right, as much as the number you filled in for ‘10’.
Last, head up to the HorizontalMenu movieclip, and replace lines 67 to 71 with the following:
function getX(number) {
if (number == 0){
xx = marginLeft;
}else{
xx = this["but"+(number-1)]._x + this["but"+(number-1)]._width;
}
return xx;
}
Posted 3 months ago
your mod worked great for the top nav, now the subnav is off… other then that perfect. Please Advise. Thx OI
Posted 3 months ago
Hi JurgenV…I purchased the menu and attempting to open the FLA to edit it…but I keep getting an error “Unexpected File Format”. The Flash version I’m working in is “MX Professional 2004”.
Posted 3 months ago
Hi there
I purchased your XML Menu system yesterday.
However….I’m having issues.
Please see: http://www.togsprint.com/dev
This works fine – however if I wanted to add some text underneath it there is a massive separator.
I thought I could trim the box in Flash … but then get this: http://www.togsprint.com/dev2
Is there anyway of having the expanding menu system as floating, and not requiring the container?
Posted 3 months ago
Great file, easy to use and modify… only question I have is how can I load an external swf via data.xml instead of calling a frame number or frame label? If not possible via data.xml then how?
Posted 3 months ago
oistylin, what do you mean by ‘the subnav is off?’ it works fine on my side.
kajolly, it says on the top of this page that this file is flash 8+, so you should get a newer version of flash.
LeeP, I answered your email.
ronnie, in the head_button movieclip on line 45 of the script, paste:
if (linkType == “loadMovie”
{
_root[linkTarget].loadMovie(linkData);
}
on line 72 of the script in sub_button, do the same. Now you can load movies defined in the xml, like this (xml):
linkData=”mymovie.swf” linkType=”loadMovie” linkTarget=”somemovieclip.swfcontainer”
linkTarget is relative to _root.
Posted 3 months ago
I bought this file and it works great. However, is there a way that I can edit the rollover or function code to make the subnav go up instead of down? I really need this to happen. Thanks for your great work! I love it.
Posted 3 months ago
This menu looks great but can the height be adjusted. I don’t need my button to be so tall
Posted about 1 month ago
I just purchase this menu, and it looks like it’s going to work great!! Thanks for the great product.
One question: When I click on a submenu selection (set to go to a frame label), all works as expected, but the submenu remains open.
Is there a way to have the submenu close itself when a submenu item is selected? Perhaps have onRelease retrieve the desired content, then include the onRollOut behaviour?
I tried adding _parent.subopened = -1 to the button.onRelease function of the sub_button, but that didn’t accomplish anything.
Help?
)
Thanks
Posted about 1 month ago
westfield, you can indeed change the button in about every way. The height, too.
rbh, I answerred your email
Posted about 1 month ago
Hi, Would anyone be interested in modifying this to look like the menu i have at http://truckyard.com.au/newsite Cheers, Nick
Posted about 1 month ago