Skip to main content
Inspiring
July 24, 2006
Question

Code for printing swf

  • July 24, 2006
  • 1 reply
  • 122 views
I am looking for code to print the several frames of an swf with one button click. Does anyone have any code for this? If I have labels and use #p on a label layer will it mess up calling my other labels?

Many thanks in advance!
This topic has been closed for replies.

1 reply

Craig Grummitt
Inspiring
July 25, 2006
if you're using Flash 7 or higher, have a look at the PrintJob class and the examples in the help. This class avoids requiring labels on frames you want printed. it also can send several pages at once to the printer, meaning the printer's dialogue box only appears once.