Skip to main content
Participant
May 24, 2017
Answered

Movie clip not included when exporting to .mov video

  • May 24, 2017
  • 2 replies
  • 2924 views

I have created a short movie that contains an instance of a movie clip. I can text the movie and everything is there but when I try to export to video (.mov), the movie clip is missing. What am I missing? Thanks for any advice. I haven't used this application for a long time

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

What Nick says about making it be a graphic really just applies to exporting an image sequence. For exporting a video everything that worked in a Test Movie should appear in the exported MOV. One possibility is that you're using HTML5 Canvas, and so that's testing the scene in a browser, whereas export to video involves creating a SWF. If you're animating for video export you are better off using AS3 documents. You get to use more filters, and the SWF used in Test Movie and export video are identical.

2 replies

Colin Holgate
Colin HolgateCorrect answer
Inspiring
May 25, 2017

What Nick says about making it be a graphic really just applies to exporting an image sequence. For exporting a video everything that worked in a Test Movie should appear in the exported MOV. One possibility is that you're using HTML5 Canvas, and so that's testing the scene in a browser, whereas export to video involves creating a SWF. If you're animating for video export you are better off using AS3 documents. You get to use more filters, and the SWF used in Test Movie and export video are identical.

sbwAuthor
Participant
May 25, 2017

Thanks for the help.

sbwAuthor
Participant
May 24, 2017

I meant "TEST" the movie

Community Expert
May 25, 2017

try to change the movieclip symbol to a graphic symbol.