|
Navigation menu made in
macromedia flash, easy to use, all you have to do is insert
the swf file in your web page like any other flash file and
place the XML configuration file next to the page that
contains the menu (flash file), you can edit the configuration
(XML file) with a text editor like notepad from windows.
Sub menus items number can be
changed and main button can be hidden so you can have up to 7
main button and up to 8 sub buttons.
Sounds can also be enabled or disabled by configuration file.
A background file can be dinamicaly loaded in the menu , this
background can be a swf or a jpg file and it`s name is set by
the XML file.
The configuration file looks
like the picture show on the right.
Tips & tricks:
CX nav bar was now updated
and you can upload a custom background into the menu so that
you do not have that empty area under the menu, this
background file can be swf or jpg.
You could also place the
menu in a new layer of your web page and make the menu
background transparent by adding this code in the swf file
code in html page:
<param name="wmode" value="transparent"> in the "object" tag
and
wmode="transparent" in the "embed" tag
so that the menu is transparent and can lay over your normal
html content.
This parameter for making the menu`s background transparent
can be also be easyer changed using Dreamweaver.
Note: making the menu transparent will reduce the flash file
speed so this is not recommended unless you really need it.
Background color of the menu can be changed by editing the
color code in the html code:
<param name="BGCOLOR" value="#FFCC00">
|