Skip to main content
March 5, 2009
Question

Printing multiple mc's

  • March 5, 2009
  • 1 reply
  • 368 views
I'm trying to print out all of the content pages of a flash site I'm developing.
I did this in as2 a while back by making one mc on stage that contained all of the mc's that needed printing and used the #p label to target certain frames.

I have searched long and hard how to print using as3 and the closest I got was by following this tutorial http://www.flepstudio.org/forum/tutorials/3503-using-printjob-class-actionscript-3-0-a.html
But I need to print multiple mc's - and quite a lot (possibly 84 pages).

Can anyone point me in the direction of a tutorial or reference for this? I'm coming from a design background and my actionscript knowledge is very basic, even more so when it comes to actionscript 3!!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 5, 2009
you use the addPage() method of the printjob class to print multiple sprites/movieclips.