A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: Printing

Hybrid View

  1. #1
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386
    I would use print and not printNum.

    1. Put each of you PDFs into a seperate movieclip.
    2. Place the movies off the viewable area of the stage.
    3. Give each of them a different instance name.

    Code for buttons goes on a frame not on the buttons:

    code:
    myBtn1.onRelease = function(){
    print(PDFHolder1, "bframe");
    }

    myBtn2.onRelease = function(){
    print(PDFHolder2, "bframe");
    }

    myBtn3.onRelease = function(){
    print(PDFHolder3, "bframe");
    }



    No need to feel stupid. Printing is tricky. I'm sure there are many more ways to accomplish this,including using a PrintJob, but this should work.
    I don't feel tardy.

  2. #2
    Member
    Join Date
    Aug 2005
    Posts
    34
    Thank you for the reply I will try this and let you know...

    Jenn

  3. #3
    Member
    Join Date
    Aug 2005
    Posts
    34
    Thank you soooo much this worked.

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