User Guide
412 Chapter 6: Components Dictionary
Description
Property (static); a property with the constant value 201. This property is passed as a parameter in
calls to
DepthManager.createClassChildAtDepth() and
DepthManager.createChildAtDepth() to request placement on top of other content but below
DepthManager.kTopmost content.
DepthManager.kTopmost
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
DepthManager.kTopmost
Description
Property (static); a property with the constant value 203. This property is used in calls to
DepthManager.createClassChildAtDepth() and DepthManager.createChildAtDepth() to
request placement on top of other content, including
DepthManager.kTop objects.
DepthManager.setDepthAbove()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
movieClipInstance.setDepthAbove(instance)
Parameters
instance
An instance name. This parameter is of type MovieClip.
Returns
Nothing.
Description
Method; sets the depth of a movie clip or component instance above the depth of the instance
specified by the
instance parameter and moves other objects if necessary.