i can back chuck up here,
his files have good code good comments.
Posted 9 months ago
XML COMBO BOX MENU
A compact xml menu ideal for a combo box. The menu includes a intelligent auto close function which closes the menu after a set amount of inactivity.
FEATURES INCLUDE :
Hi Tpncop,
yes that is also a combo box, thanks. They are not the same, for starters mine is is xml based, does not rely on the Loca tween engine, has a easy to use config section, is commeted etc etc.
chuck
Posted 9 months ago
tpncorp – Just because the files looks the same doesn’t mean it’s the same. Do you get it?
Posted 9 months ago
obviously two very different files - it’s not like the ComboBox/Select box (for all you HTMLers) is some novel idea or concept, it’s been around for a long, long time - it’s even a builtin component in Flash.
Nice file chuck! I’ll prob buy it when I have the need to use a ComboBox that doesn’t look so generic, which is basically every site i do that has a ComboBox in it.
Taka
Posted 9 months ago
can these menu items be linked to specific frame in the movie? Also, If I were to use this menu in a movie and have a main movie load this menu into a holder, what would the actionscripting be _root or _parent?
Posted 5 months ago
Hi RickStich,
sure you just add the frame numbers in the xml LINK attribute and change the onRelease event to something like:
yourMc.gotoAndPlay(this.link)
_root is not used in any of my files due to the scope issues it tends to cause.
chuck
Posted 5 months ago
couple questions…i was wondering if it is possible to open this menu in an upward direction rather than down, what will it take to create multiple menus in a single page, and can you target a movie clip on the main timeline for each of the menu items? thank you.
Posted 5 months ago
Hi nrvus19,
its not setup to open upwards, but take a look at the slide functions and you should be able to work out how to modify it.
just load in each menu as a separate swf for multiple menus.
targeting mc`s:yourMc.gotoAndPlay(this.link)
chuck
Posted 4 months ago
Chuckanucka, great file, and I do have a couple of questions: 1) how do I delete the space between the links? I want a solid background. 2) can I have the font change color on the over state? If so, how can I do that?
thanks so much… Jan
Posted 4 months ago
I’m also a bit confused with the code I need to insert to get it to go to a frame label called in the xml file.
yourMc.gotoAndPlay(this.link);
What is yourMC referring to?
Posted 4 months ago
Hi Jan,
to modify the space between links change the subSpacing var in the config section, eg:
var subSpacing:Number = 0;
to change the font color on over state, eg. black :
var mainActiveText:Number = 0x000000;
YourMc refers to the movieclip you want to use, if its just the main timeline you could use _root.
chuck
Posted 4 months ago
Hi chuck,
thanks for replying my email, the extra code you gave me works. I just have another question, can I alter the color of the text in the submenu to change on rollover and not just the background?
Posted 4 months ago
Hi, another quick question.
am i able to also add a submenu within the submenu? I would like that further submenu to be visible once I click the main menu.
Thanks!
Posted 4 months ago
Hi chuck,
would it be possible to add that feature? how long would it take and how much would that cost?
Posted 3 months ago
Can this be used with Icons / images for the links, instead of text links?
icons don’t need to be called thru xml…
And how would I make this change in the fla?
SK
Posted 2 months ago
Hi Chuck, Sorry, Another question. instead of having the select item changing to the page it is on, can it go back to select item?
The client doesn’t like it, I do, but well…I have no voice. ; ) thanks, Jan
Posted 2 months ago
Hi any comments on my question reguarding images instead of text links…?
SK
Can this be used with Icons / images for the links, instead of text links?
icons don’t need to be called thru xml…
And how would I make this change in the fla?
SK
Posted 2 months ago
I figured it out. Thanks for putting in all the comments… you got five stars from me. : )
I just commented out the mainBtn link!
// set subBtn title into mainBtn text mainBtn.btnName.text = this.btnName.text;
Posted 2 months ago
How to change the colours of the buttons Chuck? Also bought it to check out the hitarea bug timer code you put in it.
How would I incorporate that into the Flash Media Player of Oxylus?
Posted about 1 month ago
Hi Chuckanucka, I like your xml comboBox. Can you include a section in the drop list for images? it will be from an XML file as well. I don’t know how to include it, I haven’t buy it yet but if you can do that then it will be my first option. Thanks
Posted about 1 month ago