It’s nice
Posted about 1 year ago
This one has an XML based structure, so you can easily modify the menu content. Also it’s easy to change the menu item shapes.
Used AS2 .
Posted about 1 year ago
Can this menu display movieclips or any other content when the sub menus open up, rather than having just sub menus ?
thanks
Posted about 1 year ago
usta yazi tipini ve boyutunu nasil degistircez bunda? kolay gelsin
Posted about 1 year ago
Library icinde, “main_menu_item_text_mc” isimli mc’yi ac hocam. Orda sahnede bi textfield var. O textfield’i editleyerek fontu, rengi, buyutu falan degistirebilirsin. Dinamik bi durum yok yani format icin. Sadece icerik icin var.
Posted about 1 year ago
I’ve buy the file, but it’s hard to embed the all menu in a movie clip. Other thing : is it possible to have Sub-Sub item?
Posted about 1 year ago
Hi,
I am interested in buying the file but I need to know how many sub menus you can put in a menu section as the ones I have come across so far limit to 9 items in the sub menus.
Posted about 1 year ago
hi LynCh can help me to load external text instead from the AS. I am struggling to get the external text to load. so here is a sample of my code to load the external txt and css to format the content.
var format = new TextField.StyleSheet();
var path = "css.css";
contact.html = true;
contact.htmlText = quick;
myLoadVar = new LoadVars ();
myLoadVar.onLoad = function (success){
if (success == true) {
contact.htmlText=this.content;
trace(this.content);
} else {
}
}
format.onLoad = function(success) {
if (success) {
myLoadVar.load("contact.txt");
contact.styleSheet = format;
contact.htmlText = quick;
} else {
contact.htmlText = "Error loading CSS file!";
}
};
format.load(path);
please please please help me with this thx
Posted 11 months ago
or if you know a simple way of loading external text please email me or something. Thx
Posted 11 months ago
or if you know a simple way of loading external text please email me or something. Thx
Posted 11 months ago
never mind I fixed whatever I needed.
Thanks so now I am loading external text using external css to format my external text
awesome
Hello
will be possible add this action to the links;
on (release) { unloadMovie(HOLDER); loadMovieNum(“viviendas_b.swf”, 1); }
but in the xml file
many thanks, Juan
Posted 8 months ago
Hi, first of all GREAT JOB !!!!
Same question as Juansima;
will be possible add this action to the links;
on (release) { unloadMovie(HOLDER); loadMovieNum(“viviendas_b.swfâ€, 1); }
but in the xml file…
Thanx Sone
Posted 8 months ago
Hi,
How can I use Xml for links please ?
I ‘m writing a dynamic xml, but the links are only in the AS .
Thanks great job
Posted 6 months ago
@Batman: That option requires a little modification. I’ll send you that version if you tell me your email address.
Posted 5 months ago
Good job LynCh and rly thx. It saved my time.
It could make it compeletely dynmic with a little modification. It took my ~4 hours for this.
Posted 5 months ago
selam Lynch
komik gelecek ama ben bu menüye link nas?l atar?m? flash’da sadece belirtilen menü seçene?ine t?kland???na dair ibare görülüyor. herhangi bir sayfaya örnek link vermemi?sin ve xml’de de bunu nas?l de?i?tirece?imi bulamad?m… acilen bir çözüm bulabilir miyiz?
te?ekkürler… 
bu arada iframe’e ve loadmovie ile disardan dosya cagirmak icin gene nereyi degistirecegimi de belirtirsen cok sevinirim..
Posted 2 months ago
I have a long list of submenus, and when I roll over one of the submenu items while the rest is still fading in, the whole submenu gets stuck. Is there a fix for this? thanks!
Posted 2 months ago
How can I the nav when loaded have all the sub menus closed? ie the content submenu is open when loaded, and I would like to add a rollover state to all the navigation buttons including the sub nav. Thanks any help would be appreciated.
Posted 2 months ago
I have the same problem as leadhlc. I have a long list, and after some clicking (maybe to fast), the menu gets stuck (see: www.wilfrieda.com/Filiep) Is there a way to solve this problem? Any ideas anybody? Thx!
Posted 2 months ago
How can I get one of the dropdown navigation buttons such as content to have a function as well as opening the accordian? So for instance when it is pressed it will load a empty movie clip as well as open the menu.
Posted 24 days ago