Contents

Introduction
Overview
Key Benefits
Key Features
Revision History
Working with SWFMenu
Using SWFMenu
Creating Flash Menu within 3 Steps
Modifying Menu Items
Modifying Properties of Menu Items
Publishing Flash Menu
Saving Project As a New Template
Applying a New Template to the Current Project
Advanced Usage
Adding a Menu Separator
Creating an Menu Item with Adding Bookmark Command
Inside the Script Option of the Publish Wizard
Adjusting the Size of Flash Menu Automatically
How to Make Transparent or Layered Flash Menu
How to Highlight a Menu Item in a Specific Web Page
How to Use the Templates that Supports Customizable Images
Samples of the Templates that Supports Customizable Images
Using the External XML File
Using the Treeview Template with External XML file
Registration
Registration
Unregistered Copy Limitation
License
Online Support

 
Home
SWF Menu Web Online Help
Prev Page Next Page
 
 
Click here to download free trial version and learn more information about the program.

SWFMenu

To using the external XML file, please check the Use XML file property.

Below is a sample XML file:

<node>
  <node label='Product' >
    <node label='Product A' page='producta/index.htm' target='_self' >
      <node label='Benefits' page='producta/benefits.htm' target='_blank' status='Benefits'/>
      <node label='Screen Shots' page='producta/scrnshot.htm' status='ScreenShot'/>
      <node label='Quick Tour' page='producta/quicktour.htm' status='Quick Tour'/>
      <node label='Sample' page='producta/sample.htm' status='Samples'/>
      <node label='FAQ' />
    </node>
    <node label='Product B' page='index.htm' target='_self' >
      <node label='Overview' page='overview.htm' target='_blank' status='Overview'/>
      <node label='Benefits' page='productb/benefits.htm' target='_blank' status='Benefits'/>
      <node label='Screen Shots'/>
      <node label='Quick Tour'/>
      <node label='Templates'>
        <node label='Business'/>
        <node label='Image'/>
        <node label='Modern'/>
        <node label='Classic'/>
        <node label='Art'/>
        <node label='HighTec'/>
      </node>
      <node label='Advanced' >
        <node label='Floating effect'/>
        <node label='Cross frame'/>
        <node label='Script function'/>
        <node label='Highlighted sub-menu item'/>
      </node>
    </node>
  </node>
  <node label='Buy Now' >
    <node label='Order Product A '/>
    <node label='Order Product B '/>
    <node label='Order Product C '/>
    <node label='Order Product D '/>
    <node label='Order Product E '/>
    <node label='Order Product F '/>
  </node>
  <node label='Contact Us' />
  <node label='Site Map' />
  <node label='Links' />
</node>


Note:
Please click the refresh button to update the preview window, if you have changed the XML file.
The XML file should be located in the same directory of the Flash menu.

Customizing the Icons
The icons of the teeview template is customizable, with 16*16 jpeg files.

Customizing the status bar text
There are two steps to display a customized message on IE status bar, when the visitor hovering on the menu item.
Step 1: Input the status information.
Step 2: Copy and paste the following code to the web page.

<Script Language="JavaScript" event="FSCommand(command, args)" for="treeview">
if (command=="status") {window.status = args;}
</Script>