Home / Components / Menus & Navigation / XML Vertical and Horizontal Menu /
XML Vertical and Horizontal Menu
8 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$4.00
Package includes: FLA
Flash Version: Flash CS3
Viewable with: Flash Player 9
Documentation level: Basic documentation
Flash knowledge level: Basic
Action Script: ActionScript 3.0
Product ID:F1003570
- horizone & vertical menu
- xml driven make it easy to control
- back ground can be changeable
Customize
- Background color in xml item
- Text color in xml item
- Active menu number in xml item
- Menu Styles including(horizone and vertical) in xml item
- Option to load url window or other swf file in xml item
- Turning on or off the menu's sound effect in xml item
- Option to make menu has background
besides it provides the array variable (including width,height value of menu)
Installation
1:Unzip and copy the font to the system font directory
2:Unzip and Copy the "com" directory to the path(mentioned in readme file)
3:Open the Adobe Flash CS3 Professtional system and adjust the "ActionScript 3.0" settings and add the path above.
Script
arrStyle:Array (the menu styles coming from xml file);
arrMenus:Array (the menu data coming from xml file);
arr_params:Array (the other parameters for the menu);
// you can adjust any one params in array variable arr_param,and details below
// arr_params[0]: maxwidth of the entire menu;
// arr_params[1]: maxheight of the entire menu;
// arr_params[2]: width of each menu;
// arr_params[3]: height of each menu;
// arr_params[4]: the name of the movieclip in parent swf file;
mm:menuLoader (the class from script file "menuLoader")
xmlManager:xmlManger (the class from script file "xmlManager")
xmlManager.LoadXML (set the xml file name )
Notice
- After variable "arr_params[0]" is set, the function will automatically delete some menu which'position exceed the all length
- To change the width of the menu bar, you have to adjust both the array variable named "arr_params[0]" and the attribute width of the stage .
$4.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by philipshuangfei:
Related components:
Featured components:











2 comments
Add comment
scot.332
This is a great menu item and I was able to modify it easily and incorporate it into my flash project. One question, after the menu loads how can I get it to load the first active frame (for example, frame level “5”) which represents the “HOME” page)? I tried making the level = 1 for HOME but the menu still does not load frame 1 until the HOME button is clicked. Any help would be greatly appreciated. Thanks.
#  /  PM  /  posted on Jun 11, 2010
philipshuangfei
thank you for your appreciating ! In fact , to realize it you have to got three movieclips. one is big movieclip and it contains two other movieclips.the big movieclip has no function and merely play a role of movie container. But the other two movie clips . one is menu movie clip which can control the other one movie clip frame by xml file . And the other one movie clip ,as you said “frame level “5” which represents the “HOME” page, is a page movie clip which display the clicked menu content. You can study the sample directory and build a similar form with the sample directory! Thank you
#  /  PM  /  posted on Jun 12, 2010