Navigation...
how to edit the flash navigation
There is nothing difficult about editing your
Flash navigation. It is as simple as editing a text file. Flash
program or knowledge is not needed. You just need to be sure
that you do not disturb the Flash code and only edit the exact
content.
Below is a level on the Flash navigation. We
are using the services button as an example because of it's many
levels. Your main setup is on a page titled menu.xtml. Please
make yourself a copy before making any edits so you have a
backup should you need to start over.
( Below is the main menu key. It has no URL since it uses
drop downs. It identifies the menu images and their sizes)
<main text="Our Services" url="" target=""
button_width="165" button="menu_images/but.gif
" button_roll="menu_images/but-roll2.gif " button_click="menu_images/but-click.gif
" disable="0">
( Below is the sub menu of the main menu above.. It has URL since it
is
drop down menu. It identifies the menu images and their sizes)
<sub text="Windows" url="windows.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
<sub text="Siding" url="siding.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
<sub text="Roofing" url="roofing.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
<sub text="Decking" url="decking.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
<sub text="Entry Doors" url="doors.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
<sub text="SUB COMPANY 3" url="your.htm" target="_blank"
button_width="165" button="menu_images/sbutf.gif" button_roll="menu_images/sbutf_roll.gif"
button_click="menu_images/sbutf_click.gif" disable="1"/>
</main>
To disable a menu, locate the last line of
each level and find "disable" Change it from 0 to 1.
To add a level copy and paste this code in
place and change the entrys to reflect your name and your links:
<sub text="Entry Doors" url="doors.htm" target="" button_width="165"
button="menu_images/sbut.gif" button_roll="menu_images/sbut_roll.gif"
button_click="menu_images/sbut_click.gif" disable="0"/>
To add a top level button copy and paste this
code:
<main text="Home" url="default.htm" target="" button_width="160"
button="menu_images/but.gif
" button_roll="menu_images/but-roll.gif " button_click="menu_images/but-click.gif
" disable="0">
</main>
Buttons are located in a folder titled
menu_images. There are also some instructions on the menu.xtml
file page.
Remember to close a menu level with a closing tag, IE:
</main>