*COMPONENT* is a standard extension for Adobe Flash CS3. You simply install the MXP file and then you just drag & drop the component from the Components panel onto the scene of your movie.
*SWF-Object* was developed for users who do not have Adobe Flash. The object cannot be controlled with ActionScript. It can work only with external files and set up only through an XML file.

Online Menu Builder

Select Menu Type

Online Menu Builder allows you to use different menu types. Now available: Accordion Menu, Horizontal and Vertical Drop Down Menus. You can change the menu style using the combobox located at the top right corner of builder's window.

Add/Remove menu items

First, click on the "Item Editor" tub of the Menu Builder. Here you can manage menu items.

To ADD menu item enter Item Name in the "label" field and click "Add Item" button. If you want that this Item to be a link check "Link" checkbox and enter the URL.

To ADD sub menu item click on the Menu Item you want to create a Sub Menu item and then enter Item name in the "label" field. If you want that this Sub Menu Item to be a link check "Link" checkbox and enter the URL.

To REMOVE menu item click on the item you want to remove and click "Remove Item" button.

To CHANGE menu item click on the item you want to change and edit "Label" and "Link" parameters.


Set Menu Parameters

You can change all parameters through "Component Inspector" tub or through "XML editor" tab for choice. In fact this builder is a showcase for our flash components and standalone swf-xml versions so you can see detailed parameters description below in the Parameters Description section. Regarding XML configuration file see XML Configuration File section.


See all changes in real time (Live Preview)

Our Menu Builder has Live Preview function, so you can see all parameters changes in real time. In other words the Live Preview function lets you view flash menu on the screen as they will appear on your website.


Save Your Menu

Finally when you've done your menu, click "Save" button and download menu to your computer.


Flash Components and SWF-XML versions

Difference between Flash Component and SWF-XML version

To use our Flash Components you need Adobe Flash CS3 installed. There you can change components parameters and generate SWF files for using on your website. Also you can use our component in own AS 3.0 projects thanks to components API

To work with SWF-XML version - you don't need to install any additional software. You can change all parameters through XML Configuration File. Also you can use Online Menu Builder to turn up your flash menu and than copy content from "XML editor" tub to your XML file.


XML configuration file format

The component settings XML file is a usual text file of the following format:

fontItalic="0" shadowDistance="5" fontName="Arial" shadowAngle="45" splitters="1" advType="0" fontBold="0" downColor="0x27343c" fillColor="0x27343c" fontColor="0xffffff" height="30" width="300" shadowBlur="5" fontUnderline="0" cornerRadius="5" backgroundColor="0x57646d" shadowAlpha="1" fontSize="12" glassFillAlpha="47" shadowEnabled="0" splitterColor="0x27343c" overColor="0x27343c" alpha="1"

<item label="Main" action="" url="" target="" icon="">
<item label="sub 1" action="" url="" target="" icon=""/>
<item label="sub 2" action="" url="" target="" icon="">
<item label="sub 2.1" action="" url="" target="" icon=""/>
<item label="sub 2.2" action="" url="" target="" icon=""/>
</item>
</item>
<item label="Favorite" action="" url="" target="" icon=""/>
<item label="Something" action="" url="" target="" icon="">
<item label="sub 1" action="" url="" target="" icon=""/>
<item label="sub 2" action="" url="" target="" icon="">
<item label="sub 2.1" action="" url="" target="" icon=""/>
<item label="sub 2.2" action="" url="" target="" icon=""/>
</item>
<item label="sub 3" action="" url="" target="" icon=""/>
<item label="sub 4" action="" url="" target="" icon=""/>
</item>
<item label="Contacts" action="" url="" target="" icon=""/>


Placing menu on your website

Paste the code below into your HTML-page and replace object stage parameter with your values.

XML_Config_Path - Path to XML configuration file

SWF File Path - Path to SWF file

Following HTML-code supports MS Internet Explorer and Firefox:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download. macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="width" height="height">
<param name="movie" value="SWF File Path">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="bgcolor" value="background color">
<param name="flashVars"
value="XML_Config_Path">

<embed src="SWF File Path" width="width" height="height" flashvars="XML_Config_Path" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shock wave-flash" scale="noscale" bgcolor="background color"></embed> </object>


Parameters Description

Parameter Name Parameter Description Example
Parameter1    Parameter2
width Width of main menu Text1
Text2
height Height of main menu Text1
Text2
fillColor Color of the main menu buttons Text1
Text2
overColor Color of the main menu buttons,
when mouse cursor on it
Text1
Text2
downColor Color of the main menu buttons,
when you click on it
Text1
Text2
cornerRadius Curve of main menu corners
0 – no curve
180 –try this value, it’s funny
Text1
Text2
splitters Enable/disable splitters on main menu
1 – enable
0 – disable
Text1
Text2
splitterColor Color of the splitters Text1
Text2
alpha Transparency of all menu (main and submenus)
0 – invisible
1 – no transparency
Text1
Text2
fontName Font name Text1
Text2
fontSize Font size for all menu (main and submenus) Text1
Text2
fontColor Font color Text1
Text2
shadowEnabled Menu shadow
0 – disable
1 – enable
Text1
Text2
shadowAlpha Transparency of shadow
0 – invisible
1 – no transparency
Text1
Text2
shadowAngle Shadow angle of the menu Text1
Text2
shadowDistance Distance from menu to shadow Text1
Text2
shadowBlur 0 – disable blur
1 – enable blur
Text1
Text2
backgroundColor Color of submenu buttons Text1
Text2
advType Type of flash menu logo. You can choose:
0 – “flash menu” button with the link to
http://flash-menu.net on the main menu
1 – “flash menu” logo on the top-left of main menu
And if you want to remove logo at all you can order SWF object or flash component.
Text1
Text2

User questions

Submenu buttons over content

If you want your submenu be over content, like on that picture. Follow that example: menu over content flash menu over content