Flash Menu system created for Artistix as part of a proof of concept.
This forms part of a greater system and so doesn't function much on it's own, the actionscript included function calls and functions to interact with the system it was included within.
The menu is dynamically generated from an xml file (click here to view the example xml file), this can easily be replaced with a php/mysql system. All the fonts and colours can be easily configured in the top few lines of the actionscript, this could be updated to allow the colours/other settings to be defined in the XML file.
The concept (as supplied by the client), is that this allows for listing a set of information with sections defined. All the information is listed at once with the subsections being accessed by clicking on an item in the left hand menu. This scrolls the right hand list to the appropriate point and locks off the other sections. Scrolling over the left hand menu again unlocks all the sections and allows the main section to scroll again. You can scroll up and down the main list by just moving your mouse towards the top or bottom of the visible area.
When placed in the greater framework, clicking on the main list items causes the appropriate page to load. Additionally, the actionscript in the menu system allows calls to be made externally to scroll to and lock any of the sections.