EXAMPLE 2
The menu with its default options and some extra parameters (activated first menu item, buttons that spread horizontally with their spacing, transparent background)
- XML loaded: menu_definition.xml (default)
- XML options:sound="yes" | align="center" | marginleft="0" | margintop="20" | buttons_size="auto" | buttons_spacing="4" | buttons_spacingSpread="no" | buttons_backTransparency="60" | buttons_backColor="477daf" | buttons_fontSize="14" | buttons_forceUppercase="yes" | buttons_reflection="all" | buttons_reflectionTransparency="60" | buttons_reflectionDistance="0" | buttons_arrowWhenActive="yes"
- Embedded object parameters: ...active=0 | buttonsSpacingSpread="yes" | width="100%" | wmode="transparent"
EXAMPLE 3
The menu with alternative options and some extra parameters (buttons size set width to spread, activated third menu item, background transparency to 0, no forced uppercase, reflection only on the active button, no arrow)
- XML loaded: menu_definition_alternative.xml
- XML options: sound="yes" | align="center" | marginleft="0" | margintop="20" | buttons_size="spread" | buttons_spacing="4" | buttons_spacingSpread="no" | buttons_backTransparency="0" | buttons_backColor="477daf" | buttons_fontSize="17" | buttons_forceUppercase="no" | buttons_reflection="active" | buttons_reflectionTransparency="100" | buttons_reflectionDistance="2" | buttons_arrowWhenActive="no"
- Embedded object parameters: ...xml=menu_definition_alternative.xml | active=3 | wmode="transparent"
- For the last button (external link) the target="_blank" and clickableOnce="no" options are set in the xml