dis_oo

flash\flex\AS\Unity3d\JS\HTML5\CSS3\AJAX
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月31日

摘要: 用的FLEX4.5一段时间发现他和之前的版本还是有许多不一样的地方,而对Loader的加载也是不一样的,在加载之前,你必须声明一个UIComponent然后才能加载成功(是不是在FLEX对像都是继承于UIComponent?我感觉是哈)看到例子:var lunchScreenUicomment:=new UIComponent();var newLoader:Loader=new Loader();luchScreenUicomment.addChild(newLoader);this.addElement(lunchScreenUicomment); 阅读全文

posted @ 2011-08-31 09:18 FLASH春哥 阅读(173) 评论(0) 推荐(0)