Question
CopyBitmap Data and PrintJobOptions issue
Just spent a few hours and found what appears to be a very
unusual issue.
If I use a printJob.addPage( currently displaying document );
I can add a PrintJobOptions with printAsBitmap set to true. This is needed to correctly print the PNG transparencies I am using.
However, I need to scale the data, so I copy the current MovieClip into a new Sprite using BitmapData. The problem is that if I try to print this new sprite using the printAsBitmap, the page is blank. I can however print this sprite without the printAsbitmap and everything prints perfectly.
Is there a good explanation for why this is occuring??
Thanks,
If I use a printJob.addPage( currently displaying document );
I can add a PrintJobOptions with printAsBitmap set to true. This is needed to correctly print the PNG transparencies I am using.
However, I need to scale the data, so I copy the current MovieClip into a new Sprite using BitmapData. The problem is that if I try to print this new sprite using the printAsBitmap, the page is blank. I can however print this sprite without the printAsbitmap and everything prints perfectly.
Is there a good explanation for why this is occuring??
Thanks,