Please select the colorful-highlight template
in the Business category.
When publishing the menu, please input the Main-Index and Sub-Index value
of the Open At Specific Menu option.
Note:
This template supports one level sub-menu only.
The menu index is based on 0. This means, if you set 1 to Main-Index and
3 to Sub-Index, the Flash menu will be opened at the second
main item and highlighted the fourth sub-item.
Below is an example of a highlighted menu:

<HEAD>
... ... ...
<script type="text/javascript" src="flashobject.js"></script>
... ... ...
</HEAD>
... ... ...
<BODY ... >
... ... ...
<div id="menu_id">SWFMenu Placeholder.</div>
<script type="text/javascript">
var fo = new FlashObject("colorful-highlight.swf?main=1&sub=3",
"color-highlight", "890", "140", "6",
"#000000");
fo.addParam("menu","false");
fo.addParam("quality","best");
fo.addParam("salign","LT");
fo.addParam("scale","noscale");
fo.addParam("wmode", "transparent");
fo.write("menu_id");
</script>
... ... ...
</BODY>
|