Home | Downloads | Buy Now | Support | Links
You either have JavaScript turned off or an old version of
Adobe's Flash Player, click here to get the latest flash player.
5.How to use the treeview template?

This template supports retrieving menu items from external XML files, please check UseXml property to enable this option. The items inside the menu item panel will be ignored, since all the item information will be read from the external XML file.

For more details, please check the treeview_xmlfile.fmp template of the business folder. This template reads item information from the external test.xml file, which located in the same folder.

Below is a sample XML file, please feel free to modify it according to your needs.

<node>
  <node label="Home" page="index.htm" />
  <node label='Product'>
    <node label='FlashSmith' page='flashsmith.htm' target='_blank' />
  </node>
  <node label='Contact Us' page="contact.htm" />
</node>
Note:
1.If you have updated the XML file, please select the XML file again in the Menu Parameters Panel then to make preview window updated.
2.The XML file should be located in the same folder of Flash menu.

Customizing the Icons
The icons inside the teeview template is customizable. Please use JPEG file format and its size should be 16×16.

Customizing the message on the status bar
It can display a customized message on the status bar of the internet browser, when the user hover his mouse on the menu items.

After setting the status information, please also copy the following code to the web page to fully enable this feature.
<script language="JavaScript" event="FSCommand(command, args)" for="treeview">
    if (command=="status") {window.status = args;}
</script>
Menu Items
Awards




more>>
Requirement
Windows 98/Me/2000/XP