ZoomifyViewer.setByteHandlerURL(url)

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.setByteHandlerURL(url);

Parameters

url - absolute path to the byte handler.

Returns

Nothing

Description

Sets the path for a byte handler for a ZoomifyViewer instance. The byte handler is a Java servlet or CGI file that fulfills requests from the ZoomifyViewer component for header information, offsets, or tiles. A byte handler is used when publishing with JPEG2000 or PFF image files and is not required when publishing with Zoomify images folders. Calls to setByteHandlerURL should be followed by a call to updateView in order to cause the ZoomifyViewer component to draw the new view.

Example


ZoomifyViewerInstance.setByteHandlerURL("http://www.zoomify.com/servlet/zoomifyservlet.ZoomifyServlet");
ZoomifyViewerInstance.setImagePath("/zoomifyContent/folders/test");
ZoomifyViewerInstance.updateView();

See also

ZoomifyViewer.updateView
ZoomifyViewer.getByteHandlerURL
ZoomifyViewer.setImagePath
ZoomifyViewer.getImagePath
ZoomifyViewer.setMapFilePath
ZoomifyViewer.getMapFilePath