A Flash-based image browser, using zooming as a navigation metaphor. Requires Flash 6 or better.
Clicking on an image navigates you to that image. You can click on the "next" button to move to the next image. Clicking on the border of the window navigates you back up to the top view.
ToolBar: If you move the mouse to the top of the window you will see a toolbar with various navigation functions.
The code is written using ActionScript. The zoomer is implemented using two Flash files: one containing the core engine and the other containing the content to zoom over.
The "content" makes use of several Flash Components written to work with the zoomer. These include a ZPage component, a ZLink component and a ZImage component.