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.