There are many reasons why you might want to add components to containers dynamically. The most common reasons are for performance or flexibility. Either way, having a good understanding of how it works is essential.
First a little background information about what these methods are from
The addChild and addChildAt methods come from the DisplayObjectContainer class. The [...]
Entries Tagged as 'Components'
Dynamically Add Components to a Container
April 28th, 2007 · No Comments
Tags: Components · Flash Platform

