Question
print issue
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
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