This post concludes the description of the Menus class and details the code necessary for navigation. With the additional code, clicking on any active menu tab navigates to either a html or a flash based page depending on how the tab nodes in the menuTabs in the XML file are configured.
Each tab has two [...]
Entries Tagged as 'navigation'
Navigating with custom menus: Menus Class Part II
September 18th, 2009 · 1 Comment · AS3 Custom Classes
Tags:event·menus·navigation·xml
Creating custom rollover menus: Menus Class Part I
September 16th, 2009 · No Comments · AS3 Custom Classes
The Menus class creates menus with data supplied from an external xml file. The xml file defines both the appearance and navigational properties of the menus. In this post, I will describe all those xml settings that control the appearance of the menus and then, in the following post, the navigation settings will [...]
Tags:menus·navigation