How to define custom menu
When should I define custom menu?
You should define custom menu, when your menu is Flash-animated or when you can't define
dynamic
menu
Create a Menu or use Main Menu ('Menu 1')
We will define 'Home' subpage...
Go to your Website Admin area, and click on Home subpage on the left side
Look on the top-right corner, you will see 'Home' subpage address:
Use this link ('index.php?p=1_1') as your subpage URL.
When you assign links in Flash menu
, add following getURL action script code:
on (release) {
getURL("index.php?p=1_1");
}
See also
How to define dynamic menu