Main page Add to Favorites Contact
picasso menu
    flash component
    flash swf object
    flash component documentation
    flash swf object documentation
    online demos
    PM buttons THEMES
    Free download or BUY NOW
chameleon menu
  total extension kit
  total menu
  total pic menu
  total news ext
  total button
  total mouse
  get cross-domain content
  removing IE activation
dw flash menus kit
edge style menu
flat vertical menu
live style menu
multicolor style menu
orange style menu
vista navigation bar
vista drop down menu
business style menu
adobe style menu
macromedia style menu
cubic menu
mac style menu
metallic menu
ruby red menu
vista sliding menu
vista vertical flyout menu
business drop down menu
 

Flash Component Documentation

 

Purchase and Installation

Once you purchase the component, the link to the download file will be sent to you by e-mail. This will be a zip archive with the component files and the documentation. Download this archive to your computer, unzip it and run the PicassoMenu.mxp file. This will install* the component on your computer. If you are not currently running the FLASH, close and restart it. The next time the environment is started the component will appear in the components panel and be ready to work.

* To install a mxp file you need macromedia extension manager, it can be downloaded for free from http://www.adobe.com/exchange/em_download/, it usually comes with flash or other macromedia products. After you have downloaded the mxp file open extension manager, select the product in which you want to install the extension (Flash MX, Flash MX 2004, Flash 8) from the drop down menu then click "install new extension", browse to the mxp file and click "install", now just fallow the instructions ("next", "accept"). Now the extension should be installed and displayed in extension manager list, you can click on the installed extension to see details about it.

 

Starting the Work

To start working with the component simply drag its copy onto the Stage and specify menu properties. For high quality motion our menu usually requires high fps values. In our component we used fps = 21

 

Parameter Description

Menu properties

Menu type
This parameter determines the type of the menu. If set to "vertical", the menu will be vertical. If set to "horizontal", the menu will be horizontal.

Sub menu vertical align
This parameter determines the vertical align of the sub menu. If set to "top", the sub menu will be drop down. If set to "bottom", the menu will be popup.

Sub menu horizontal align
This parameter determines the horizontal align of the sub menu. If set to "left", the sub menu will appear on the right. If set to "right", the sub menu will appear on the left.

Main button selected state
This parameter determines the selected state of the main buttons. If set to "true", the main menu button will be selected after click. If set to "false", the main menu button will be without selected state.

External menu buttons theme file
This parameter is the path to the menu buttons theme file. Its value may be either an external swf (buttontheme.swf) file path. If no name is specified, the included basic button theme will be used. If the name is incorrect, the component will not work.

Menu background
This parameter is the path to the menu background file. Its value may be either an external jpeg or swf (+ gif & png, if you work in the Flash 8) file path. If no name is specified, the background will not be used. If the name is incorrect, the background will not be used.

Menu rollover sound
This parameter is the path to the menu buttons rollover sound file. Its value may be either an external mp3 file path. If no name is specified, the rollover sound will not be used. If the name is incorrect, the rollover sound will not be used.


Menu tree

Menu tree editor
Here you can add, remove and change main and sub buttons.

Button actions
If you want that the button was visible without execute any action then set it's ACTION to "".

"GetUrl" opens url in target window.
"loadMovie" load your file (jpeg, swf + gif & png, if you work in the Flash 8) in target movie clip.
"gotoAndStop" go and stop to frame or label in target movie clip.
"gotoAndPlay" go and play to frame or label in target movie clip.
"nameofyourfunction" execute your function in target movie clip and transfer parameter in it (if it is necessary).

 

Buttons creation

Now you can simply draw flash buttons, which are necessary for you. You will find two usual flash buttons in the library: "1 mainButton" and "2 subButton".

      

You can edit them as you wish as these are usual flash buttons! Create a beautiful effect for the appearance, a roll over effect or simply draw a fine static button.

      

If you drag and drop Picasso menu component from the components panel on the stage all necessary movieclips will automatically be created in the library. You will only need to edit them.

Inside the flash button you can use a textfield with any font and any adjustments. It is important that the textfield is a "dynamic text" type and that it is placed directly in the flash button or inside a movieclip. Then the button label will automatically be entered in the textfield.





 

XML File Format

To prepare your object for work you need setup configuration xml file. The component settings XML file is a usual text file of the following format:


<menu>

<properties>

<menu_type type="vertical"/>
<menu_vertical_align align="top"/>
<menu_horizontal_align align="left"/>
<selected_state state="true"/>
<button_theme theme_file_path=""/>
<menu_background bg_file_path=""/>
<menu_rollover_sound mp3source="" mp3volume="10"/>

</properties>

<buttons>

<button text="Button actions" url="" target="" action="">
<button text="getUrl action" url="your.html" target="_blank" action="getUrl"/>
<button text="loadMovie" url="tst.swf" target="_parent.test_mc.swfloader" action="loadMovie"/>
<button text="gotoAndStop action" url="30" target="_parent.test_mc" action="gotoAndStop"/>
<button text="gotoAndPlay action" url="playframe" target="_parent.test_mc" action="gotoAndPlay"/>
<button text="myFunction action" url="1000" target="_parent.test_mc" action="myFunction"/>
</button>
<button text="Products" url="your.html" target="_blank" action="getUrl"/>
<button text="Services" url="your.html" target="_blank" action="getUrl"/>
<button text="Contact Us" url="your.html" target="_blank" action="getUrl"/>
<button text="Company" url="your.html" target="_blank" action="getUrl"/>

</buttons>

</menu>

 
  HOME   SUPPORT   FAQ   SITEMAP   LINK TO US   TERMS
Copyright 2005-2007 Flash-Extensions.net All Rights Reserved

Purchase and Installation
Starting the Work
Parameter Description
Buttons creation
XML File Format