MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 692

Actionscript language reference
Table of Contents

Advertisement

Example
The following example prints all the printable frames in
the bounding box of each frame:
this.createEmptyMovieClip("holder_mc", 999);
holder_mc.loadMovie("http://www.macromedia.com/devnet/mx/blueprint/articles/
nielsen/spotlight_jnielsen.jpg");
this.myBtn_btn.onRelease = function() {
print(this._parent.holder_mc, "bframe");
};
In the previous ActionScript, you could replace
defined by the bounding box of a frame with the
See also
printAsBitmap(), printAsBitmapNum(),
692
Chapter 2: ActionScript Language Reference
holder_mc
with
bframe
bmovie
frame label attached.
#b
PrintJob
class,
printNum()
with a print area defined by
so that the print area is

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents