if (fl.getDocumentDOM().zoomFactor == 16) { fl.getDocumentDOM().zoomFactor = 1; } else { fl.getDocumentDOM().zoomFactor = 16; }