User Guide
Manuals
Brands
Macromedia Manuals
Other
FLASH MX 2004-ACTIONSCRIPT LANGUAGE REFERENCE
701
702
703
704
705
706
707
708
709
710
702
Chapter 2: ActionScript Language Reference
}
}
}
}
}
// If addPage() was successful at least once, print the spooled pages.
if (pageCount > 0){
my_pj.send();
}
delete my_pj;
}
See also
P
rintJob
.send()
,
P
rintJ
ob.start()
1
...
...
700
701
702
703
704
...
...
1104