Printing with Flash

You can add printing functionality to your Flash document that lets users print from Flash Player. You can use the ActionScript 2.0 PrintJob class, or you can use the print() or printAsBitmap() ActionScript functions. Users can also access the Flash Player context menu and select the Print command there.

Additionally, users can print from a browser, rather than from Flash Player, by selecting a command such as File > Print from the browser window.

Note: For information on printing from SWF files at runtime using ActionScript 3.0, see “Printing” in Programming ActionScript 3.0.

  This page on the Web