Skip to main content
Participant
March 25, 2020
Answered

Swf to video export

  • March 25, 2020
  • 3 replies
  • 1543 views

Hi everyone,
i made a tutorial for a client in animate. My file has some scenes to separate differents parts. It also does have stop and setinterval for pauses between motions.
My main issue is when i export this animation the first stop encoutered by te export stop the video. So, in the end, its has a length of 15 sec instead of several minutes.

I really want to avoid expanding keyframes to last more time and thats why AS3 is useful.


I tried to convert the swf to video online or with a software but none is useful.

Can anyone could please help me fix this please?

This topic has been closed for replies.
Correct answer Colin Holgate

Yes, the AS3 is interpreted.

3 replies

buzanAuthor
Participant
March 25, 2020

What about the swf to mp4 (or else) ?
because the swf works correctly

buzanAuthor
Participant
March 25, 2020

Or even swf to HTML5

kglad
Community Expert
Community Expert
March 25, 2020

video export has support for very little as3.  you'll have to test, but for timeline control, i think it's limited to methods like stop, play, gotoAndStop, gotoAndPlay

 

converting to html5 will convert none of your code but will comment it out to make it easier for you to manually recode.

Colin Holgate
Inspiring
March 25, 2020

If you have an older version of Animate it used to have an option to export video for a given amount of time. Then you can use code to control timing, and it will affect the export.

buzanAuthor
Participant
March 25, 2020

Hmm this answer help me more 😉
Could you please be a little bit more specific about "use code to control timing" ? 
Does it mean the AS i put wil l be interpreted?

Colin Holgate
Colin HolgateCorrect answer
Inspiring
March 25, 2020

Yes, the AS3 is interpreted.

kglad
Community Expert
Community Expert
March 25, 2020

you can only main timeline animation to video.  the effects of code and/or user interaction cannot be converted to video.