i dont know how to do that. can you show some type of visual example?
Main Topics
Browse All TopicsHow would you control the spacing of a horizontal xml menu in the first menu level, or childNode i guess, making the space between each of the links equal?
and then the next submenu to that would have a width defined by the longest characters from that submenu. i've seen these linked on here, but can't figure it out:
http://www.polyoak.com/ and http://www.alvena.de/ext/f
i'm using kirupa's example.
you can click on the "click me" button to load the new menu. You'll also notice the overlapping issue.
here are my fla and xmls: http://www.ideasdev.com/co
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok, so i have this other way of doing the menu, which is what I need, It works when its on the root timeline, however now I am running into the problem with when I place that inside of another movie clip that the submenu will disappear when i try to rollover it. you can see in the file attached. any ideas what paths I need to change?
http://www.ideasdev.com/co
ok, but now i have a new problem...
in this code i need it to load the actions and variables the same way as another file does, and ive tried swapping the code around and it's not working. I think i'm missing something. look at the code in my link. there is the code set 1 which is what i want to have the code be like, and the code set 2 where i need to have it work into. I like the way that code 1 has it set up so that i can create any action and variable and have it do the function for that onRelease. there is also another AS file in there called menu.as, which works with code set 2.
plus how do i load the buttons in this code from right to left, instead of left to right?
any ideas?
http://www.ideasdev.com/co
Business Accounts
Answer for Membership
by: blue-geniePosted on 2008-08-28 at 10:31:49ID: 22337423
i tried writing some code earlier this morning but then my boss interfered and I had to do my work :-)
i'm not sure what you've tried, but once your textfield is created and populated, you should be able to pull the width of the textfield. then you're looping to populate the textfields, that's fine, add a thing to populate an array with the widths, then sort that array Descending to get the widest one which you can access using arrayname[0], then you should be able to set the width of your menu at that. (at least for the second level part).
try that so long if i have time will get back on it if no one else does.