Global Functions
89
See also
nextFrame function
,
prevFrame (MovieClip.prevFrame method)
prevScene function
prevScene() : Void
Sends the playhead to Frame 1 of the previous scene.
Availability:
ActionScript 1.0; Flash Player 2
See also
nextScene function
print function
print(target:Object, boundingBox:String) : Void
Prints the
target
movie clip according to the boundaries specified in the parameter (
bmovie
,
bmax
, or
bframe
). If you want to print specific frames in the target movie clip, attach a
#p
frame label to those frames. Although
print()
results in higher quality prints than
printAsBitmap()
it cannot be used to print movie clips that use alpha transparencies or
special color effects.
If you use
bmovie
for the
boundingBox
parameter but do not assign a
#b
label to a frame, the
print area is determined by the Stage size of the loaded movie clip. (The loaded movie clip
does not inherit the main movie clip's Stage size.)
All the printable elements in a movie clip 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.
Availability:
ActionScript 1.0; Flash Player 4 - (4.0.20.0) If you are authoring for Flash Player
7 or later, you can create a PrintJob object, which gives you (and the user) more control over
the printing process. For more information, see the PrintJob class entry.
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...