Skip to main content
Inspiring
November 23, 2007
Question

print issue

  • November 23, 2007
  • 1 reply
  • 170 views
This is my code for printing the flash screen.

on(release){
printAsBitmap("box","bmax");
}

When I print it works, but sometimes it prints about 5/8 wide and sometimes 7/8 wide on 8.5 x 11" paper. It always prints the same height. How do I make it print the same size all the time?
thanks
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 24, 2007
the only reliable way to precisely control the printed page is to

1. create a printjob
2. use its pageWidth and pageHeight properties to
3. create a movieclip that contains exactly what you want positioned exactly where you want it.
4. start your print job.