![]() ![]() | |
Flash Player 6.
ZoomifyViewerInstance.setByteHandlerURL(url);
url - absolute path to the byte handler.
Nothing
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.
ZoomifyViewerInstance.setByteHandlerURL("http://www.zoomify.com/servlet/zoomifyservlet.ZoomifyServlet");
ZoomifyViewerInstance.setImagePath("/zoomifyContent/folders/test");
ZoomifyViewerInstance.updateView();
ZoomifyViewer.updateView
ZoomifyViewer.getByteHandlerURL
ZoomifyViewer.setImagePath
ZoomifyViewer.getImagePath
ZoomifyViewer.setMapFilePath
ZoomifyViewer.getMapFilePath
![]() ![]() | |