AS3 using PrintJob to print a MovieClip
- by Chris Waugh
Hello,
I am currently trying to create a function which will allow me to pass in a movieclip and print it.
Here is the simplified version of the function:
function printMovieClip(clip:MovieClip) {
var printJob:PrintJob = new PrintJob();
var numPages:int = 0;
var printY:int = 0;
var printHeight:Number;
if ( printJob.start() ) {
/* Resize movie…