|
Navigation: Part II - Enhanced Features > Add-Ons > Menu Creater > Define Menu |
|
The structure of the menu is defined with the file category.xml. It can be modified with any editor.
Category.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<subject>
<logo>mirage.jpg</logo> ç Name of Logo file. Must be from type JPG
<header>This is the menu Header</header> ç Header to display
<methods>
<coursetitle>Sample 1</coursetitle> ç Caption of the first button
<filename>Sample1.swf</filename> ç File to start when button is pressed. Must be from type SWF
<imgname>image1.jpg</imgname> ç Image used on the button. Must be from type JPG
</methods>
<methods> ç You can define any number of additional buttons
<coursetitle>Sample 2</coursetitle>
<filename>Sample2.swf</filename>
<imgname>image2.jpg</imgname>
</methods>
<methods>
<coursetitle>Sample 3</coursetitle>
<filename>Sample3.swf</filename>
<imgname>image3.jpg</imgname>
</methods>
<methods>
<coursetitle>Sample 4</coursetitle>
<filename>Sample3.swf</filename>
<imgname>image4.jpg</imgname>
</methods>
</subject>