Search  

2 LEVELS ACCORDION MENU

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal Menus2 Levels Accordion Menu

FILE WAS UPDATED ON JUL 11 2008 . PLEASE REDOWNLOAD

This is a two level vertical menu. It is dynamicaly created from a xml file, where you can set the default item to open. The menu scrolls vertically if it doesn’t fit in the viewing area. You can use it for everything, check the help file for a few basic examples. It is easely customizable. Just edit the library symbols to change the colors, gradients etc. Resizing it is very easy: just resize the placeholder movieclip located on the stage, from your properties panel. Everything is scaled at runtime. Enjoy !

Here are some of our interesting works on FlashDen :

Galleries / Portofolios
Tab Gallery/FLV Portfolio v.2 Multilevel XML Photo Gallery v2.0 Tab Gallery v.1 Image Explorer Multilevel Image Gallery Resizable Gallery Easy Image Gallery XML - B1 White Tab Gallery/FLV Portfolio v.2.0 Easy Image Gallery Vertical Easy Image Gallery with Tabs Image Gallery v2 Resizable Portfolio Gallery w/Albums Product List Dock Gallery v1 June Gallery

Menus
XML Multilevel Sliding Menu Vertical Scroller Vertical Multilevel Drop Down Menu 2 Levels XML Menu Purple 2 Levels XML Menu Green Horizontal Scroller Image Vertical Menu Vertical Scrolling Menu Cool Image Folio Menu Light - Image Folio v.2 Dark -Image Folio v.2 Fading Slider Dock Menu v1 Sliding List

Video Players, News Readers, RSS etc.
FLV Player Light RSS Feed Reader XML News Ticker White XML News Ticker Black 2.0 Style Date/Time Widget White XML News Reader Stylish XML News Reader FLV Player with playlist

Small Utils
Image Panning Clasic Tooltip Easy Animated Buttons Tooltip v.2 Image Panning v.2 Motion Blur Banner Rotator v.1.0



Posted about 1 month ago

does it load external swf too?

Posted about 1 month ago

cool!

Posted about 1 month ago

@realwebdesigns Yes, if you read the description carefully it says it can do pretty much everything.

Posted about 1 month ago

clean, smooth :) quality menu :)

Posted about 1 month ago

awesome!

Posted about 1 month ago

cool

Posted about 1 month ago

Nice one ;)

Posted about 1 month ago

BOOMARKED

Posted about 1 month ago

brilliant…...menu features move it to another level.

Posted about 1 month ago

Hey OXYLUS ,

I want to adjust the menu mask to stage height and add a listener. How would I do that?

Thanks.

Posted 29 days ago

Hi, I can’t understanding how to make get urls working, is possible of you to send me a example using this features? My e.mail: info@alcantaradesign.com Regards

Posted 28 days ago

Hello everybody,
There were some errors/typos in the examples I gave in the help.txt file. I’ve fixed those and added a “height” attribute to update the height of the menu mask from
@tpncorp”>script.

@tpncorp
– after the update is done (file is now in the queue) please redownload and check the help file for the code you
@kareka”>need

@kareka
– redownload the package, after it is approved and you will find the code in the help.txt file. Sorry for any inconvenience. Stop giving bad rates :), the file is really solid, I can guarantee but there were those typos in the help.txt files who probably had confused most of the buyers

Posted 27 days ago

FILE UPDATED ! Please redownload !

Posted 27 days ago

Hey OXYLUS ,

Thank you so much for the update. 5/5! Keep up the good work.

TPN

Posted 27 days ago

Thanks a lot!

Posted 27 days ago

I appear to be missing some contents from the download. Certainly dont have the XML file.

Can you please update.

Thanks Robs

Posted 24 days ago

Above problem solved, fault at my end. sorrry!

Robs

Posted 24 days ago

This looks great, well done!

Posted 22 days ago

Would this menu work with AS3 ?

Posted 19 days ago

I have integrated the menu into my current project but when I compile I get an error loading the xml file. This file is in the same folder as the project file and the 2 folders caurina and oxylus.

When I create a separate file with the menu it works but not when the file is integrated in my project.

I need help with this please as this is for a client of mine and I am on a deadline.

Posted 16 days ago

HELLO !

YOUR MENU IS REALLY GREAT !

I NEED PUT FRENCH TEXT IN THE TABS WITH SPECIAL CHARACTERS LIKE THIS ( è é à ) .... MY XML FILE IS ENCODED IN UTF -8 BUT IN THE DOESNT WORKS .

CAN YOU PLEASE HELP ME ?

THANKS

Posted 9 days ago

hi.. i’ve a serious problem

here is my code:

Stage.scaleMode = “noScale”; Stage.showMenu = false; Stage.align = “TL”; // CLICK HANDLER FUNCTION

menu_mc.onItemClick= function(node:XMLNode, level:Number){ if(level==2 || (level==1 && !node.hasChildNodes())) { getURL(node.attributes.url, node.attributes.target); } };

// LOAD XML AND GENERATE MENU var xob:XML = new XML ; xob.ignoreWhite = true; xob.onLoad = function(s) { if (!s) { trace(“Error loading xml file !”;); return; } menu_mc.data = this.firstChild; }; xob.load(“menu.xml”;);

menu_mc.onItemClick= function(node:XMLNode, level:Number){ getURL(node.attributes.url, node.attributes.target); }

or

menu_mc.onItemClick= function(node:XMLNode, level:Number){ if(level == 2){ getURL(node.attributes.url, node.attributes.target); } }

or

menu_mc.onItemClick= function(node:XMLNode, level:Number){ if(level==2 || (level==1 && !node.hasChildNodes())) { getURL(node.attributes.url, node.attributes.target); } }

the codes doesn’t work.. this codes causes infinite loop..

btw here is my xml data

oxydus and carunia folders is ok.. where is the problem?

Posted 5 days ago

so cool

Posted 4 days ago