Tag Archive for 'getdefinitionbyname()'

28
Aug

Creating a component instance by class name in ActionScript 3.0

The following example shows how you can create a new Flex component instance by using its class name by calling the getDefintionByName() method.

Full code after the jump.

Continue reading ‘Creating a component instance by class name in ActionScript 3.0′