I see this menu is attached as a movie clip. Is there a way – once you initiate the attachMovie to un-attach the movie clip (or make it disappear) when you want to?
Posted 2 months ago
This is a vertical menu which can have an unlimited number/levels of child submenus. It is XML driven, it can be easily customized by editing the Library items. It includes two skins.
See our portfolio here
Support only on the Vertical XML Multilevel Menu Public Support Forum
Galleries / Portofolios
Menus
Video Players, News Readers, RSS etc.
Small Utils
I see this menu is attached as a movie clip. Is there a way – once you initiate the attachMovie to un-attach the movie clip (or make it disappear) when you want to?
Posted 2 months ago
You could remove the dynamically attached menu items using removeMovieClip mehod:
function removeMenu(){
var a:Array = _global.gRoot.childNodes;
for (var i in a) {
var mc = _root["mmi"+i]);
mc.removeMovieClip();
}
}
Adrian
Posted 2 months ago
Hi, I like the menu, it’s great! I’m a novice and I have 2 questions. 1. Is there a way to display a text field or movieclip “onRelease” on the scene. I’m building a shop locator with submenus for a flash website (continent/country/state/city), so when you click on “city” you get a text field or mc with the address. 2. is it possible tp add an extra submenu? Thanks a lot!
Posted 2 months ago
@ant_one1
1. That requires some script changing, but it can be done. Please PM me
2. I don’t know what you mean. you can add as many submenus as you want
Posted 2 months ago
Hi oxylus,
I have buy your Vertical multilevel drop down menu but i’m new in this. I will aprisiate if you can send me a little tutorial to my email. I know about editing the xml but i dont understand about the node and that. so if you can please help me with a little tutorial i will be glad.
Thank you, Alex M.
Posted 2 months ago
Hi there. I’m very interested in your xml driven menu system (AL MULTILEVEL DROP DOWN …
. Is it possible to have the drop downs flow over top of regular HTML content within Dreamweaver. The demo shows it flowing nicely over the Flash background, but I would like to resize the flash file right down to the menu dimensions.
Any answers would be greatly appreciated.
Take Care Dodgson
Posted 2 months ago
@XDesign25 If you encounter any problems please contact me through my email and ask for support.
@dodgson I haven’t tested it yet but I guess it would need a little javascript coding aswel.You have to deal with the problem that on certain browsers flowing flash over html even if it has transparent areas, will disable anything that is html active under it (like hyperlinks, text selection).
Posted 2 months ago
Superb menue, thanks! Can you help with a modification so that the targets (“_self”, “_blank”, “_parent”
can be set within the XML . I need different targets using the same menue…
Many thanx!!!
Posted about 1 month ago
Hello everybody. Just want to remind you that you have the Public Support Forum link in the file description. Please use that link to ask for support. Thank you for your undersatnding and I appologise for any inconvenience.
Adrian
Hi!
I’ve purchased this menu and want to add onmouseover and onmouseout image in background menu items on each level from xml…
How can i do this?
Posted 12 days ago
How do I change the skin color? The color scheme of the default file doesn’t go with my website theme. Thanks for the help.
Posted 11 days ago