xin's blog

Just have a little faith.
  首页  :: 管理

FLEX’S ADDED_TO_STAGE事件

Posted on 2010-12-07 15:37  greatxin  阅读(579)  评论(0)    收藏  举报
mxml类在initiative或者createdComplete事件中添加Event.Added_To_Stage事件是侦听不到的, 该事件在这两个事件之前就已经派发了, 可以直接使用构造器mxml中的addToStage事件.