我在“mx:Application name=”tst“”中创建了一些元素( UIComponents,主要是面板)。我需要使用Actionscript清理所有那些MouseClick事件上的UIComponent。有没有办法访问mx:Application的子元素(我使用
`var totalChildren:Number = this[‘tst’].numChildren ;` 但是看起来它无法访问子列表)。
谢谢Palash
发布于 2010-06-03 06:00:55
Application.application.removeAllChildren();
https://stackoverflow.com/questions/2961598
复制相似问题