Hi! I have a swf with multiple movieclips on the stage. The user interaction involves adding images to one of the movieclips (the one outlined in red in the image below). I would like the user to then be able to print the movieclip that they were adding images to...NOT the whole stage.


I can kind of do this by specifying the print area, but I would rather not do this as it also prints some overlapping images (see image below).


I thought I remembered there being a way in AS2 to just print one of the movieclips on the stage, but I can't figure out how to do it in AS3.

Thanks for any help.