james bluetouch
06-22-2004, 10:45 AM
Hi...
I have several dynamically generated movies embedded in a scroll pane formated so each MC fills one page of A4 (as soon as one is full it the data goes into the next). When i set up a printJob to loop through the movies they get cut off at the point where the scrollPanel stops (as if it is printing the scrollPane, not the MC's in it!).
Any ideas peeps... ???
on (press) {
printjob = new PrintJob();
confirmPJ = printjob.start();
for (i=0; i<=printJobMC; i++) {
trace("print job page added "+i);
printjob.addPage(this.scrollWindow.content["printJob"+i]);
}
printjob.send();
delete printjob;
}
I have several dynamically generated movies embedded in a scroll pane formated so each MC fills one page of A4 (as soon as one is full it the data goes into the next). When i set up a printJob to loop through the movies they get cut off at the point where the scrollPanel stops (as if it is printing the scrollPane, not the MC's in it!).
Any ideas peeps... ???
on (press) {
printjob = new PrintJob();
confirmPJ = printjob.start();
for (i=0; i<=printJobMC; i++) {
trace("print job page added "+i);
printjob.addPage(this.scrollWindow.content["printJob"+i]);
}
printjob.send();
delete printjob;
}