image = Image.captureScreen([500, 500, 100, 100]); trace(image.width); trace(image.height); var f = "jpg files(*.jpg)|*.jpg|"; var path = Dialogs.fileSave(f,"",""); trace(path); image.save(path);