Answered
Camera cannot be turned off in symbol
fl.getDocumentDOM().getTimeline().advancedLayersEnabled = false;
Using the above code, you can turn off the camera in the scene
How to turn off the camera while editing symbols
fl.getDocumentDOM().getTimeline().advancedLayersEnabled = false;
Using the above code, you can turn off the camera in the scene
How to turn off the camera while editing symbols
Hi.
Try:
fl.getDocumentDOM().timelines[0].advancedLayersEnabled = false;
I hope it helps.
Regards,
JC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.