To send the print job to the printer after
using the ActionScript 2.0 addPage() calls, use
the PrintJob.send() method, which causes Flash
Player to stop spooling the print job so that the printer starts
printing.
To delete the print job after you send the print job
to a printer, use the delete PrintJob() ActionScript
function to delete the PrintJob object, which frees memory.
Note: For information on printing from SWF files at runtime
using ActionScript 3.0, see “Printing” in Programming ActionScript
3.0.