xin's blog

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

2011年3月3日

摘要: 在Flash安装目录: Adobe Flash CS5\Common\Configuration\Components下有User Interface.fla, 将它发布出一个User Interface.swf.将这个文件加载到当前应用程序域里:this._loader=newLoader();this._loader.contentLoaderInfo.addEventListener(Event.COMPLETE,complete_loader);this._loaderContext=newLoaderContext(false,ApplicationDomain.currentDom 阅读全文

posted @ 2011-03-03 16:16 greatxin 阅读(507) 评论(0) 推荐(0)

摘要: 使用发光滤镜:var g:flash.filters.GlowFilter = new flash.filters.GlowFilter(color, 1, 2, 2, 10, 1);alpha 1;blurX blurY : 2;strength : 1000% == 10;quality : low == 1;如果效果有偏差, 尝试使用"设备字体"; 阅读全文

posted @ 2011-03-03 16:09 greatxin 阅读(347) 评论(0) 推荐(0)