Flash components, flash files, the best flash components source, download flash components and flash extensions, sell flash components, buy flash
 
Search

home » flash components » flash menus » cross menu pro v1 »

Cross Menu Pro V1

Open in larger window:
600x360 or 800x480
FlashStore rating:
User rating: Not rated yet.
Date: 15-08-06
Submited by: demiurgu
Skill: intermediate
Price: $ 25.50
 
About


Cross Menu Pro v1 is a professional component that can be used along with your flash movies. Cross Menu Pro is special designed for Flash 8 and Flash MX2004. The Cross Menu Pro is made from a Vertical menu and a Horizontal submenu, it is exactly the opposite of the Drop Down Menu Pro. From the properties panel you can customize up to 20 parameters, such as size, colors, title font, font size, tweening speed, rollover color, etc. Resize the Menu Component on stage to set the width size. The width will be consider for item width, the height will be taken from parameters panel. The tool's skin is very modern and looks good within every web site, the component is not fully skinable and not fully customizable, it was thought this way in order to make it easy to use.

The Menu's content source file is an XML. ( a basic XML content can be found here http://store.jumpeye.com/crossmenu/demoxml.xml ) The title attribute holds the name of the menu and submenu items. onRelease events broadcasted, every menu and submenu have a unique ID that will be called on all "onRelease" events on the onRelease function registred on the listener Object used. Use a listener object attached to the Cross Menu Pro instance in order to retreive these events.



Features :

1. Load external XML configuration file.
2. 2 level cross menu.
3. Define an infinite number of menus and submenus from XML, but not infinite levels.
4. Choose tweening speed.
5. Choose color(s) for the menu bars. (flat or gradient) Choose separate colors for submenus (rollover too)
6. Choose the font for the title (menu and submenu).
7. Choose the font size and style for the title bars (menu and submenu).
8. Choose menu spacing.
9. Choose border line color.
10. Choose distances between menus and distances between submenus.
11. Catch onRelease events.

UI Access
Components panel under UI Pro Components – jumpEYE
Support address
Useful links
Code samples
» Code Samples


//create a listener Object
listener = new Object();
//this is how the function "onRelease" will work when pushing buttons(menus)inside the component

listener.onRelease = function(arg) {
//tracing the id to the output panel
trace("id= "+arg);
//making decesion based on a switch condition
switch (arg) {

case "sm1" :
// outputing a string
trace("you pressed sm1");
// using the gotoAndPlay function
gotoAndPlay(23);
break;

case "s1" :
trace("you pressed s1");
// using the getURL method
getURL("www.jumpeye.com", "_blank");
break;

default :
// outputing that the clicked menu is not s1 or sm1
// this is the default action for the switch
trace("not s1 or sm1");
break;
}
};

//adding the listener object to the menu instance
menu.addListener(listener);



Buyer reviews

No reviews.


User Comments

No comments.
login to post your comment  

Advertising

Credentials

FlashStore is now Adobe Solution Partner for Flash Components

As seen advertised at theFWA.com