ZoomifyViewer.setImagePath(imagePath)

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.setImagePath(imagePath);

Parameters

imagePath - relative or absolute path to the image.

Returns

Nothing

Description

Sets the path for a Zoomify image folder or file for a ZoomifyViewer instance. The path must be relative to the root of the server. Calls to setImagePath should be followed by a call to updateView in order to cause the ZoomifyViewer component to draw the new view.

Example


ZoomifyViewerInstance.setImagePath("MyImageFolder");
ZoomifyViewerInstance.updateView();

See also

ZoomifyViewer.updateView
ZoomifyViewer.setByteHandlerPath
ZoomifyViewer.setMapFilePath