User Guide

MovieClip 823
duplicateMovieClip(n
ame:String,
depth:Number,
[initObject:Object])
: MovieClip
Creates an instance of the specified movie clip while
the SWF file is playing.
endFill() : Void Applies a fill to the lines and curves that were since the
last call to beginFill() or beginGradientFill().
getBounds(bounds:Obj
ect) : Object
Returns properties that are the minimum and
maximum x and y coordinate values of the movie clip,
based on the bounds parameter.
getBytesLoaded() :
Number
Returns the number of bytes that have already loaded
(streamed) for the movie clip.
getBytesTotal() :
Number
Returns the size, in bytes, of the movie clip.
getDepth() : Number Returns the depth of the movie clip instance.
getInstanceAtDepth(d
epth:Number) :
MovieClip
Determines if a particular depth is already occupied by
a movie clip.
getNextHighestDepth(
) : Number
Determines a depth value that you can pass to
MovieClip.attachMovie(),
MovieClip.duplicateMovieClip(), or
MovieClip.createEmptyMovieClip() to ensure that
Flash renders the movie clip in front of all other objects
on the same level and layer in the current movie clip.
getRect(bounds:Objec
t) : Object
Returns properties that are the minimum and
maximum x and y coordinate values of the movie clip,
based on the bounds parameter, excluding any
strokes on shapes.
getSWFVersion() :
Number
Returns an integer that indicates the Flash Player
version for the movie clip was published.
getTextSnapshot() :
TextSnapshot
Returns a TextSnapshot object that contains the text
in all the static text fields in the specified movie clip;
text in child movie clips is not included.
getURL(url:String,
[window:String],
[method:String]) :
Void
Loads a document from the specified URL into the
specified window.
Modifiers Signature Description