Hi, I have a question.
I put in the XML number=”344885” a random number, I don´t know how the number is he, the third category has been opened, this is possible?
Sorry about my English.
Posted 3 months ago
Powerful Infinite Accordion Menu XML
Unlimited levels!
xml driven
fully customizable
easy to use, just drag and drop
low size, 15kb
help file and commented code
Enjoy!
FEATURED WORK
Posted 9 months ago
Hi, I have a question.
I put in the XML number=”344885” a random number, I don´t know how the number is he, the third category has been opened, this is possible?
Sorry about my English.
Posted 3 months ago
Hi, it´s possible create another param in the XML , like ID=””. it´s hard do this change in the AS?
Posted 3 months ago
Sorry, but I have 1 more question.
Can I make with onRollOver open the submenu, but if I click go to the url?
Posted 3 months ago
Hi everyone. Did anyone figured it out, how to add a “url” or a “goto” to a top level menu button? I added a url in the .xml, but when I click on the button, it just opens the sub-menus, no link! Also tried with a “goto” expression – same result!
Any ideas? Or am I missing something obvious?
Regards mac
Posted 3 months ago
Great work… is it possible to make the background different for every single level?
Posted 3 months ago
Hi Random, just wanna make sure i can change the background for each level, before i purchase this file. Thanks
Posted 3 months ago
Hi Random, just wanna make sure i can change the background for each level, before i purchase this file. Thanks
Posted 3 months ago
Great menu, certainly makes things easier.
An issue was raised in a previous post about the use of onEnterFrame to align the list items – a big CPU lag on older machines. I’m going to try to implement a listener to replace this but if anyone else has got a workaround it’d be great to hear it?
Posted 2 months ago
All I’ve come up with is replacing onEnterFrame with setInterval an interval of 50 (ms) keeps things smooth whilst reducing cpu usage by about 66%. Still about three times the idling cpu i was getting before the menu but its a start. I can’t seem to find an event to listen for – it would need to be during the animation ie items opening/closing i suppose?
In menu mc and item mc replace the line with:
onEnterFrame=function(){
with
setInterval(alignMenu, 50); function alignMenu() {
Posted 2 months ago
Hi Random, I’ve read through the comments and got stuck with
_root.gotoAndStop(xmlRoot.attributes.url)
I want the xml file to tell the main MC to go to and stop on a specific frame
xml file changed to
,this doesn’t seem to work? What am I doing wrong? Could you please help?
Thanks
Posted 2 months ago
Hello Random,
This menu is great but I don’t think I’ll use it as its very cpu intensive, could you somehow make it more cpu friendly. My guess would be to have a seperate listener or onRollOver event to allow for the menu to be idle when the animation is not needed. I’ve tried but my mind boggles as I’m pretty much still learning the basics…!
Thanks
Posted 2 months ago
Hi Random,
I really appreciate this menu! There’s a little help i’d like to ask tho. I need to put this menu on the bottom of the screen… so I need to make the menus go up instead down. is there a way to do this? I’ve changed the line 180 of accordion replacing the +’s to -’s.
itemList[i]._y = itemList[i-1]._y – itemList[i-1].mask._height – itemList[i-1].button._height – separation hope you can help me with this.
This made the menus move the right way (up), but i need to make the item clicked to go up with the others. just can't figure out how!
thanks!
Posted 2 months ago
Ok I’ve got my mine to turn off the neccessary functions after 2.5 seconds when they’re not being used..
Posted 2 months ago
jho3k,
I’ve just got it to work. The menu is reading the XML backwards but it’s working beautifully (just hv to write the XML in the reverse order). Will work on this issue later. hv to rush to finish this project on time now.
thank you anyway!
Posted 2 months ago
Hi there! What about the menu being a memory hog? My CPU rates it 35% on idle (in OSX 10 .5.4, 2.4Ghz duo) in Firefox, slightly less in Safari and IE6 (Parallels). Apart from that it’s great and easy to customize, so thanx! Any ideas on how to fix this?
Posted 2 months ago
After a week away I think I’ve cracked a workaround for the cpu issue.. uses a lightweight/simple-ish – (could probably be simplified further), set of functions and timers triggered by the existing rollOver. Anyway on rollover it allows 500ms for the animation to complete then returns idle to normal, its now virtually unnoticeable…
Posted 2 months ago
So “jho3k”.
Would you like to share your code? I would very much appreciate that
Probably others too…
/T
Tdude – been a while since I looked at it, tried to clean it up/annotate a little, theres no ‘quick fix’ but take a look here and try it – http://pastie.org/278569
Posted 2 months ago
Awesome Menu. I have one question. How can I change the XML code so that the links open in the same window instead of opening a brand new window ?
Posted about 1 month ago
This is one really great menu!
I didn’t see it in the help file, but can you explain how I might use the buttons to load a movie clip into the same flash file, like loadMovie instead of getURL?
Posted about 1 month ago
Has anyone heard back from the developer concerning changing the links in the xml to internal flash links? I need to load movies into my flash file from the menu items.
Posted about 1 month ago
quick fix for anyone trying to make the menu open left:
replace:
box._x = mask._x += (tabulation – mask._x)/openEase
with:
mask._x += (tabulation – mask._x)/openEase box._x += (tabulation – (box._x*2))/openEase/2
now just make the tabulation variable a negative
Posted about 1 month ago
Anyone got this working onRollover? Feels like it should be simple but I’m going crazy here.
Got this in onEnterFrame function:
for (i=0; i<total; i++){ if (itemList[i].button.hitTest(cursor)) { if (itemList[i].mask._x 0 || itemList[i].mask._x tabulation) { showCurrent(itemList[i]); } } }
But its not working.
Also tried on onRollover function:
showCurrent(button._parent);
but no luck
Posted about 1 month ago
How can I do all categories are with a link, I clicked in Category 1, goes to the link 1, click on the category 1-a will for the link. EX: Category 1 Category 1-a Category 1-aa Category 1-b Category 1-c Category 2 Category3
Whether the category is “father” or not, any category is a link and go to a particular page.
Sorry about my Engish.
Posted 21 days ago
Hi,
Anyone got a fix on the getURL or gotoAndStop part yet?
I am trying to load the menu dynamically into a blank movie clip in the Main Movie. When i click on the menu the link opens in a new window. I want to gotoAndStop at a specific frame instead. It doesn’t seem to work.
Please help.
Thanks -D
Posted 15 days ago