Results 1 to 3 of 3

Thread: printing in flash

  1. #1
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default printing in flash

    Flash printing doesn’t allow me to enumerate pages. Is there a way to get even enumeration with long documents?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    What are you using to print from flash?

  3. #3
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •