Log in

View Full Version : printing in flash



flash_print
09-06-2007, 04:43 PM
Flash printing doesn’t allow me to enumerate pages. Is there a way to get even enumeration with long documents?

Medyman
09-06-2007, 08:50 PM
What are you using to print from flash?

flash_print
09-07-2007, 11:15 AM
I'm using printJob class.
I need to print large text from TextArea. This text can be several pages long. And I need it automatically splitted by pages.

Right now I'm printing this way:
1) Create movieclip with defined width and height with TextArea on it
2) Put there text I need to print
3) Send request addPage
4) Scroll down TextArea -> go to 3 (and so on)

But this way I have some lines missing if Flash application resizeable and you change size of application. I spent about 2 weeks already to find reason... no luck... it's seems some Flash bug here...

That's why I'm looking another way to make this.

Thanks