next up previous contents
Next: putObject Up: Methods Previous: putArray   Contents


getObject

Description

Gets an object from Action Script.


Syntax

FlashPlayer.getObject(name, prop0[, prop1, ..., propn])


Parameters

name
Specifies the name of the object to retrieve.
prop0...propn
Specifies the name of the properties of the object.


Returns

An object


Example

FlashPlayer.getObject("_root.obj0", "prop0", "prop1");




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.