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!
Printable View
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!
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