MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 694

Actionscript language reference
Table of Contents

Advertisement

The Flash Player printing feature supports PostScript and non-PostScript printers. Non-
PostScript printers convert vectors to bitmaps.
Example
The following example prints all the printable frames in
the bounding box of the frame:
this.createEmptyMovieClip("holder_mc", 999);
holder_mc.loadMovie("http://www.macromedia.com/devnet/mx/blueprint/articles/
back_button/sp_mchambers.jpg");
this.myBtn_btn.onRelease = function() {
printAsBitmap(this._parent.holder_mc, "bframe");
};
See also
print(), printAsBitmapNum(),
694
Chapter 2: ActionScript Language Reference
holder_mc
PrintJob
class,
printNum()
with a print area defined by

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents