|
|
 |
| |
|
SWF Menu Web Online Help |
 |
|
|
|
| |
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>
|
|
|
|