UIObject.destroyObject()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
componentInstance.destroyObject(instanceName)
Parameters
instanceName
Returns
Nothing.
Description
Method; destroys a component instance.
UIObject.doLater()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
componentInstance.doLater(target, "function")
Parameters
A reference to a Timeline that contains the specified function.
target
A string indicating a function name to be called after a frame has passed.
function
Returns
Nothing.
Description
Method; calls a user-defined function only after the component has finished setting all of its
properties from the Property inspector or Component inspector. All version 2 components that
inherit from UIObject have the
Component properties set in the Property inspector or Component inspector may not be
immediately available to ActionScript in the Timeline. For example, attempting to trace the
property from a CheckBox component using ActionScript on the first frame of your SWF
label
fails without notification, even though the component appears on the Stage as expected.
812
Chapter 6: Components Dictionary
A string indicating the instance name of the object to be destroyed.
doLater()
method.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?