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

Programatically Resize .MOV Export Using JSFL

New Here ,
Mar 13, 2025 Mar 13, 2025

I'm currently writing a program to programatically export a series of .FLA files into .MOV files, however, I've noticed that the ability to change the size the stage is rendered at is absent from the Document Object Model's "exportVideo()" method. Is there a simple workaround for this, or is it not possible?

TOPICS
Code , How to , Other
215
Translate
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 ,
Mar 14, 2025 Mar 14, 2025

Hi.

 

You can temporarily add AS3 code to a frame in the main timeline and change the scale of the stage.

This approach is used in this script:
https://community.adobe.com/t5/animate-discussions/exporting-selected-scene-as-video/m-p/9254446

Regards,
JC

Translate
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 ,
Mar 19, 2025 Mar 19, 2025
LATEST

Thank you for this answer! With some tinkering, I've managed to get it to work for me for the most part.

 

However, for whatever reason the first frame of each exported animation doesn't get upscaled to the desired resolution. Any clue why that may be?

Translate
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