When you use addPage you enter only the name of the MovieClip.

var pj:PrintJob = new PrintJob();
pj.addPage(mc);
pj.send();