ZoomifyViewer.checkTileQueue()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.checkTileQueue();

Parameters

None

Returns

True or False value indicating tile requests in progress.

Description

Returns whether image tile requests are currently in the request queue. Tiles remain in the request queue until retrieved from the cache or received from the server.

Example


var pendingRequests=ZoomifyViewerInstance.checkTileQueue();

See also

ZoomifyViewer.setView
ZoomifyViewer.zoomIn
ZoomifyViewer.zoomOut
ZoomifyViewer.panLeft
ZoomifyViewer.panRight
ZoomifyViewer.panUp
ZoomifyViewer.panDown
ZoomifyViewer.updateView
ZoomifyViewer.panStop