We have released a new version of CASA Lib for ActionScript 3. This release addresses changes in Flash Player 11, and also includes three small fixes.
One of the major changes in Flash Player 11 is the addition of removeChildren to DisplayObjectContainer. CASA veterans know that CASA has contained removeChildren since 2009!
Adobe’s implementation of removeChildren differs from CASA’s as it doesn’t call destroy on the children, nor does it provide an option to recursively remove children’s children. We suggest that you continue to use CASA’s implementation instead of Adobe’s.
As CASA’s version is still applicable, we’ve renamed our methods to removeAllChildren to be compatible with FP 11. This change will require some changes in your previous applications if you want to use this release. We strive to make all CASA releases backwards compatible, but Adobe’s changes prevent us from doing so with this release.