« FLVPlayback Component update 1.0.1 changes | Main | MS SQL Server Service Pack affects the embedded database engine port »

June 26, 2006

Flex 2: Using the createComponentFromDescriptor and createComponentsFromDescriptors functions

(TechNote) Flex 2 Container class allows users to defer creation of its child components and programmatically instantiate components to improve start-up time and performance. It provides two public methods -- createComponentFromDescriptor and createComponentFromDescriptors, to control the creation process. This TechNote describes how to use the methods and the differences between them.

Posted by dmorris at June 26, 2006 6:45 AM

Related Entries