I really just want to print the stage an all contents for the current frame. To do this with PrintJob, I apparently need to group all display sprites into a single sprite to pass to addPage(sprite). How do I do this OR is there a simpler way to print the stage in AS3 (which I am determined to learn if it kills me). Thanks.