A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Printing?

  1. #1
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870

    Printing?

    Can anyone here tell me how to print what is inside a fla file window on a piece of A4 paper at the click of the button??
    Thank You...

    P.S. I don't want to get any instance names here!!! They are UNKNOWN to me!
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

  2. #2
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,145
    put your print job inside a clip - name it printPage

    in that clip, on the first frame, put a #b in the frame label, then put a filled box (8.5x11 or 11x8.5 in dimensions, any size) on same frame number - that is your print window

    then put a #p as the frame label for every following frame you want to print (each #p prints a page). flash stretches whatever you printing until it hits the horizontal or vertical border.

    then use: print("printPage", "bmovie");

    look up the command to see your options

    flash RULES at printing. get good at it and your clients will love you.

    hope that gets you goin

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