| Contact | This is the class of the contact form |
| Footer | This class serves as the footer of the site |
| Gallery | This class implements the functionality of the gallery |
| GlobalVars | This class serves as a repository to hold all the things about the template that you want to control from anywhre (since they are static variables pointing to an instance) |
| LoginGallery | This class implements the functionality of the client login section |
| MainMenu |
This is the main menu class for the template. The following events are dispatched by this class: MenuItemClicked - dispatched when the a menu item is clicked |
| MainMenuItem | This is the main menu item class for the template |
| MainMenuManager | This class is used as a way to decouple the XML processing and other functions that are subject to change in the future versions |
| MenuItemInitData | This class acts as a template to hold the menu item variables |
| MP3Player | This class is atached to the movieclip that needs to behave like a music player |
| Page |
This class serves as an 'adapter' class that manages the loading, unloading, intro and outro of the externally loaded SWF files. The following events are dispatched by this class: DisplayObjectInit - dispatched when the loaded SWF file has been initialized. DisplayObjectEnter - dispatched when the loaded SWF file has executed its enter> function. DisplayObjectExit - dispatched when the loaded SWF file has executed its exit> function. |
| PhotogQuotes | This class forms the "HOME" section of the template |
| PhotographerTemplate | |
| StageManager |
This class is used to do the basic stage event handling for the template. The following events are dispatched by this class: StageResized - dispatched when the stage is resized. |
| TextContent | This class is the dialog box in which the content is displayed |
| TextContentLoader | This class can be used to load an text content from XML files |