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 » acoordion menu pro »

Acoordion Menu Pro

Open in larger window:
600x360 or 800x480
FlashStore rating:
User rating: Not rated yet.
Date: 15-08-06
Submited by: jumpeye
Skill: intermediate
Price: $ 25.50
 
About
Built by Jumpeye Creative Media Inc., Accordion Menu Pro v1 is a professional component that can be used along with your flash movies. Accordion Menu Pro is special designed for Flash MX 2004. From the properties panel you can customize up to 19 parameters, such as size, colors, title font, font size, tweening method (true/false), all/one opened window at a time. The tool's skin is very modern, very customizable and looks good within every web site. The Acordion's look is inspired from Macromedia's authoring enviroments such as FLASH 8, Dreamweaver 8 and Fireworks 8.

The Accordion's content source file is an XML. ( a basic XML content for a 3 element accordion can be found here ) The title attribute holds the title of the menu and the opened attribute specify if a compartment will load opened or closed first.

There are 4 events broadcasted: onLoadXML , onOpenItem, onCloseItem and onReleaseSubmenu (with params: menu, submenu). Use a listener object attached to the accordion in order to retreive these events. (onClipEvent will not work here, retreive events only with a listener object as described). We also included a function for opening/closing an item without cliking over it: accordionInstance.openItem(itemNumber). Please view our Help, to see some code samples of using the Accordion Menu Pro v1.


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


Here is an XML demo of how it has to be written in order to complete AccordionMenuPro integration with your flashmovie:
http://store.jumpeye.com/accmenu/accmenuContentDemo.xml

The 'title' attribute holds the title of the menu and the 'opened' attribute specify if a compartment will load opened or closed first.(omit this attribute for closed position)

The 'functionName' attribute holds the function name to be called from the menu. To pass parameters from XML to this function please write the functionName attribute as folows: functionName="the_function(param1,param2,param3)"
You can pass as many parameters you want using this technique.

There are 4 events broadcasted: onLoadXML , onOpenItem, onCloseItem and onReleaseSubmenu (with params: menu, submenu). Use a listener object attached to the accordion in order to retrieve these events.

We also included a function for opening/closing an item without clicking over it:
accordionInstance.openItem(itemNumber).

Change the parameters in order to get the most out of the Accordion Menu Pro. Resizing the component on stage will change the width of the menu. (text is not masked, so keep your text length smaller than the menu).

If you feel that this component does not meet the features described as you need it to, let us know. We'll try to improve the behaviors and functionality for the Version 2.0 Any usage method other than the one described before is purely speculative, and does not meet our recommendation of the use of product.

Code Example:
listener = new Object();
amenu.addListener(listener);
listener.onLoadXML = function() {
trace("accordion menu loaded")
}

listener.onOpenItem = function(menuNo) {
trace(menuNo+"menu opened")
}

listener.onCloseItem = function(menuNo) {
trace(menuNo+"menu closed")
}

listener.onReleaseSubmenu = function(menuNo, submenuNo) {
trace(menuNo+submenuNo+" menu clicked")
}


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