MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 602

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Description
Function; prints the level in Flash Player according to the boundaries specified in the
parameter (
box
"bmovie"
movie, attach a
#p
quality prints than using
with alpha transparencies or special color effects.
If you use
bmovie
print area is determined by the Stage size of the loaded movie. (The loaded movie does not inherit
the main movie's Stage size.)
All of the printable elements in a movie must be fully loaded before printing can begin.
The Flash Player printing feature supports PostScript and non-PostScript printers. Non-
PostScript printers convert vectors to bitmaps.
See also
,
print()
printAsBitmap()
private
Availability
Flash Player 6.
Usage
class someClassName{
private var name;
private function name() {
// your statements here
}
}
Note: To use this keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash
tab of your FLA file's Publish Settings dialog box. This keyword is supported only when used in
external script files, not in scripts written in the Actions panel.
Parameters
The name of the variable or function that you want to specify as private.
name
Description
Keyword; specifies that a variable or function is available only to the class that declares or defines
it, or to subclasses of that class. By default, a variable or function is available to any class that calls
it. Use this keyword if you want to restrict access to a variable or function. For more information,
see
"Controlling member access" on page
You can use this keyword only in class definitions, not in interface definitions.
See also
public,
static
602
Chapter 12: ActionScript Dictionary
,
,
"bmax"
"bframe"
frame label to those frames. Although using
printAsBitmapNum()
for the
Bounding box
,
printAsBitmapNum()
). If you want to print specific frames in the target
printNum()
, you cannot use
parameter but do not assign a
,
PrintJob class
164.
Bounding
results in higher
to print movies
printNum()
label to a frame, the
#b

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Table of Contents