Simple Menu XML

payment options, cards and paypal
PRODUCTS
Simple menu is made in macromedia flash, easy to configure by it's external configuration file (XML file), it does not require macromedia flash to be used, all you need is the free macromedia flash player which is installed on almost any web browser.

This is how the menu looks with different configurations:











download flash menu

From the menu`s configuration file you can set options like:

- buttons text
- buttons URL to open and target frame
- menu color
- info text for each button
- color for info text
- line color-welcome text
- buttons text color
- button`s light transparency
- sound effects volume
- menu width
- number of buttons (unlimited)

To use the menu you have to edit it`s configuration file with a text editor like windows notepad and save the XML file as UTF-8 encoding, windows notepad has this option when you save the file.

You can rename the swf and XML default file name but always make sure the swf and XML files are having the same name, for example, "my_menu1.swf" has to find the config file called "my_menu1.xml".

When you set the colors in the XML file enter the color code without the # sign in front of the color code.
Bg color for the swf file can be set from the swf file code in the html page.


The configuration XML file looks like this:


<menu>

<options menu_color="0066A7" line_color="0066A7" welcome="Welcome to our web site" info_text_color="0066A7"
buttons_text_color="7ACBFF" btn_light_power="70" rollover_sounds_volume="40" click_sounds_volume="80">
</options>

<main1 text="Home" url="http://www.xmlmenus.com" target="_parent" info="Go to home page">
</main1>
<main2 text="Products" url="http://www.xmlmenus.com" target="_parent" info="Browse our products list">
</main2>
<main3 text="Showcase" url="http://www.xmlmenus.com" target="_parent" info="View the showcase">
</main3>
<main4 text="Support" url="http://www.xmlmenus.com" target="_parent" info="Find support">
</main4>
<main5 text="Developers" url="http://www.xmlmenus.com" target="_parent" info="Developers tools and resources">
</main5>

</menu>

download flash menu