Skip to main content
Known Participant
September 15, 2010
Question

Printing Movieclips with Movieclips inside

  • September 15, 2010
  • 1 reply
  • 456 views

Printing an MC is easy enough.

But I am having trouble printing an MC which has multiple MCs inside of it.

They just don't get printed.

I am trying to avoid printAsBitmap.

Anybody have this problem and better yet..  have a solution?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 15, 2010

why don't they get printed?  are they outside the print area?

DachFlachAuthor
Known Participant
September 15, 2010

They are inside the print area.

They are loaded dynamically.

It is almost like a dynamically loaded MC is cancelling out other portions of the Main MC I am trying to print.

I cannot verify this yet.

Currently it prints out only the 'graphics' in the main MC.

I will attempt looping through the children and forcing visibility and alpha etc.. to see if that leads anywhere.

I can make it work in a simpler project so I will fight with this and post my findings should they be successful.

kglad
Community Expert
Community Expert
September 15, 2010

are you using a complete listener to ensure loading is complete BEFORE using your movieclip as the addPage() paramenter.