Skip to main content
YeahScience13914449
Known Participant
January 3, 2017
Answered

Exporting PNG image with AS3 effects

  • January 3, 2017
  • 1 reply
  • 466 views

Hi, is it possible to export PNG image with Action script effects? I'm using AS3 to get gradient mask but it only gets rendered while exporting SWF file. I'm looking for an option to export directly from Animate without using convertors.

Thanks for help.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Colin Holgate

I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.

If you do use export video, put this script in frame 1 to improve the quality a lot:

stage.quality = "best";

1 reply

Colin Holgate
Colin HolgateCorrect answer
Inspiring
January 3, 2017

I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.

If you do use export video, put this script in frame 1 to improve the quality a lot:

stage.quality = "best";