does it load external swf too?
Posted about 1 month ago
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 !
Galleries / Portofolios
Menus
Video Players, News Readers, RSS etc.
Small Utils
@realwebdesigns Yes, if you read the description carefully it says it can do pretty much everything.
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
Hey OXYLUS ,
Thank you so much for the update. 5/5! Keep up the good work.
TPN
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
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
MLNode, level:Number){
if(level==2 || (level==1 && !node.hasChildNodes())) {
getURL(node.attributes.url, node.attributes.target);
}
};
// LOAD XML AND GENERATE MENU
var xob
ML = 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
MLNode, level:Number){
getURL(node.attributes.url, node.attributes.target);
}
or
menu_mc.onItemClick= function(node
MLNode, level:Number){
if(level == 2){
getURL(node.attributes.url, node.attributes.target);
}
}
or
menu_mc.onItemClick= function(node
MLNode, 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