Is it possible to simulate the "print" context menu command in AS3?

Hi,

I’m trying to create a button within my Flash app that will send the entire screen to a printer. I want it to simulate the exact function of the “print” context menu item (when you right click in the flash player window and select print). Is there a command in AS3 that will allow me to do this?

I know I can just tell users to “right click and select print”, but if it’s at all possible this would be a much cleaner solution.

PS. I’m not using the printJob() class because I can’t print everything on screen at once without telling it to print every little thing, and some things I don’t even know how to print (like objects with system-assigned instance names).