質問
Syntax of printjob.orientation()
Actionscript 2.0
Still trying to get a handle on 2.0's syntax structure. Here's what I've done:
on (release) {
if ($version != "") {
_root.PrintOut.orientation("landscape");
print ("_root.PrintOut", "bframe");
}
}
mike
Still trying to get a handle on 2.0's syntax structure. Here's what I've done:
on (release) {
if ($version != "") {
_root.PrintOut.orientation("landscape");
print ("_root.PrintOut", "bframe");
}
}
mike
