A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: printing problem

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    19

    printing problem

    Hello

    My case is somewhat difficult to explain.

    I have a swf file - 800/600 px.

    I need to have a table with dinamicaly changed variables in it at about the size of A4 format which has to be displaiyed and also the user can print.
    I tried to do this with a Scrollpane which loads external swf with the table in it, but in that case the print button that prints the contents of the ScrollPane prints only the visible part of it and not the whole A4 format...

    Do you have any idea how to do this ?!

    If I'm not clear enough, I could try to explain further.

    Please give me any idea.

  2. #2
    Junior Member
    Join Date
    Feb 2006
    Posts
    19
    Any suggestion, please!

  3. #3
    FK's Official Mac Hater jasonsplace's Avatar
    Join Date
    Mar 2002
    Location
    Provo, Utah
    Posts
    2,245
    I had this same problem a long time ago so I created another instance of the movieclip that is in the scrollpane off of the stage. Then I used print(mcInstanceName); to print it.
    Jason L. Wright
    I'm not that hard to imitate. Just make some random negative claim at Apple or anything else for that matter and then have nothing to back it up.

  4. #4
    Junior Member
    Join Date
    Feb 2006
    Posts
    19
    thank you very much I guess I thought It should be very difficult and that's way I haven't seen this easy way )))

    Thanks again !!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center