• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Turn off advanced layers via script?

New Here ,
Feb 03, 2021 Feb 03, 2021

Copy link to clipboard

Copied

I'm needing to ensure and turn off advanced layers on some fla files, but will need to do this through some sort of automation. I can see lots of examples on how to use advanced layers in code but nothing for checking if they are enabled/disabled or how to turn them off/on for a fla file.

TOPICS
Code

Views

416

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 04, 2021 Feb 04, 2021

you can use jsfl:

 

fl.getDocumentDOM().getTimeline().advancedLayersEnabled = false;

 

Working with the JavaScript API (adobe.io)

Votes

Translate

Translate
Community Expert ,
Feb 04, 2021 Feb 04, 2021

Copy link to clipboard

Copied

you can use jsfl:

 

fl.getDocumentDOM().getTimeline().advancedLayersEnabled = false;

 

Working with the JavaScript API (adobe.io)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 11, 2021 Feb 11, 2021

Copy link to clipboard

Copied

thank you so much!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 11, 2021 Feb 11, 2021

Copy link to clipboard

Copied

LATEST

you're welcome 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines