I have a button on the main stage with print action, I targeted the MC to print and when it prints, it prints a black background and the mc in the middle, I'm trying to print on the mc without this black background and i don't even know where this black background is coming from as it is not in the fla, my only guess is that since the mc does not take up the whole page the non-MC area is being replaced with black and the printer is picking this up and printing it. How can I get the MC to only print and to print larger that what it does, this is the print button actions:
on (press) {
printAsBitmap("_root.Board.Canvas", "bmovie"
;
}
on (press) {
printAsBitmap("_root.Board.Canvas", "bmovie"
}