User Guide

DepthManager.setDepthAbove() 495
DepthManager.kTopmost
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 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.