in a rush

experience is everything

in a rush header image 4

Entries Tagged as 'Components'

Dynamically Add Components to a Container

April 28th, 2007 · No Comments

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 [...]

[Read more →]

Tags: Components · Flash Platform