![]() ![]() |
Horizontal navigation example You can also specify whether it's the first or the last button on the navigation bar or both (for vertical navigation type). To create a navigation bar you will use multiple buttons configuring each one individually. When fisrt_in_Row parameter is set to "true" the button will have the left corner. This setting would be used for the first (the left most) button on the horizontal navigation bar. Similarly when last_in_Row is set to "true" it will display the right corner, which would be suitable for the last button on the horizontal navigation bar. When both parameters are set to "true" the button will have both corners. You would apply this setting to every button on a vertical navigation bar or to a single button. To execute an ActionScript command instead of lauching a URL (default) make sure the link parameter is empty and use on(Click) event to assign the command. ![]()
|