![]() ![]() | |
Flash Player 6.
ZoomifyViewerInstance.getLabelVisibility();
None
Nothing
Gets the visibility of all labels.
var visibleFlag=_root.ZoomifyViewerInstance.getLabelVisibility();
if(visibleFlag==true)
{
_root.ZoomifyViewerInstance.setLabelVisibility(false);
}else{
_root.ZoomifyViewerInstance.setLabelVisibility(true);
}
ZoomifyViewer.addLabel
ZoomifyViewer.setLabelProperty
ZoomifyViewer.setLabelVisibility
ZoomifyViewer.removeLabel
ZoomifyViewer.removeAllLabels
![]() ![]() | |