Vertical Dynamic Menu & Actionscript

Can anyone point me to a nice tutorial about Dynamic Vertical Menu. I have scoured Flashkit and even Kirupa but to no avail.

Much appreciated.

what do you mean? Dynamic can mean a lot of things.

Well the goal is the ability to have a two level menu (i.e. Company >> About Us)
by setting variables. i.e.

Set Cat1 = “Company”;
Set Cat1Sub[1] = “About Us”;
Set Cat1Sub[2] = “Locations”;

Hope this helps.

but that doesn’t tell me what you want it to look like? how you want to make it dynamic? Are you loading variables from a textfile/database/php/asp? Do you want it to be a drop menu? Slide menu?

You will probably not have any luck finding something that is completely what you want. You would have to find a tutorial for each part and then combine them.

Sorry let me be more specific. I am looking for a vertical drop menu.

If I move my mouse over the category the menu drops down or slides down and reveals the menu for that particular category.

The variables will be loaded via CFMX (Coldfusion). I have a handle on the CFMX remoting part. I need help with the menu.

Thanks