![]() ![]() | |
Flash Player 6.
ZoomifyViewerInstance.setMapFilePath(mapFilePath);
mapFilePath - absolute path to the map file.
Nothing
Sets the path for the map file for a ZoomifyViewer instance. A map file is used to specify virtual directory names for image locations. The path that is passed into this function must be relative to the root of the server. Calls to setMapFilePath should be followed by a call to updateView in order to cause the ZoomifyViewer component to draw the new view.
ZoomifyViewerInstance.setMapFilePath("/myMapFile.xml");
ZoomifyViewerInstance.setImagePath("/myMappedFolder/Image1.pff");
ZoomifyViewerInstance.updateView();
ZoomifyViewer.updateView
ZoomifyViewer.setByteHandlerPath
ZoomifyViewer.setImagePath
![]() ![]() | |