How can I set focus on a Zoomify Viewer Component instance?
Use the ActionScript ‘setFocus’ method to set focus on a specific instance of the Zoomify Viewer Component: myZoomifyViewerInstance.setFocus(); Conversly, to avoid having the keystrokes ‘a’, ‘z’, ‘shift’, and ‘control’ cause an instance of the Zoomify Viewer Component to zoom in or out during typing in a text field in the same Flash project, use the same method to set focus on the text field rather than on the Component.