Flash printing doesn’t allow me to enumerate pages. Is there a way to get even enumeration with long documents?
Flash printing doesn’t allow me to enumerate pages. Is there a way to get even enumeration with long documents?
What are you using to print from flash?
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
Bookmarks