dance_mc._yscale = 50;
if (my_pj.addPage("dance_mc",
{xMin:0,xMax:400,yMin:0,yMax:600},null, 3)){
pageCount++;
}
dance_mc._xscale = x;
dance_mc._yscale = y;
}
}
}
}
}
}
// If addPage() was successful at least once, print the spooled pages.
if (pageCount > 0){
my_pj.send();
}
delete my_pj;
}
See also
send (PrintJob.send method)
orientation (PrintJob.orientation property)
public orientation : String [read-only]
The image orientation for printing. This property can be either
Note that this property is only available after a call to the
Availability: ActionScript 1.0; Flash Player 7
pageHeight (PrintJob.pageHeight property)
public pageHeight : Number [read-only]
The height of the actual printable area on the page, in points. Any user-set margins are
ignored. Note that this property is only available after a call to the
method.
Availability: ActionScript 1.0; Flash Player 7
1024
ActionScript classes
,
start (PrintJob.start method)
or
"landscape"
method.
PrintJob.start()
PrintJob.start()
.
"portrait"
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?