Flex区常见问题(FAQ)大汇总

传送门

AS3 FAQ
http://bbs.actionscript3.cn/thread-663-1-1.html

Adobe Flex Builder 3 官网下载
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email


1.IDE


1.安装

关于FLEX中TRACE不出的原因
http://bbs.actionscript3.cn/thread-349-1-3.html

编译时ie报错"Alternate HTML content should be placed here"
http://bbs.actionscript3.cn/thread-373-1-3.html

请问我的beta3安装之后提示找不到SDK是咋回事?
http://bbs.actionscript3.cn/thread-1736-1-1.html

求救!我的flex用不了了!!--__--
http://bbs.actionscript3.cn/thread-629-1-1.html


2.功能

FLEX编译参数设置(解决警告信息,强制导入,服务器设置等问题)
http://bbs.actionscript3.cn/thread-18266-1-1.html

减小flex文件(swf)的方法(Module,RSL,Release)
http://bbs.actionscript3.cn/thread-18887-1-1.html


2.库


1.可视组件

滚动条怎么去掉?
http://bbs.actionscript3.cn/thread-1637-1-1.html

如何在Flex里检验textinput里的内容是否符合e-mail的格式?
http://bbs.actionscript3.cn/thread-1548-1-1.html

ComboBox与数据显示
http://bbs.actionscript3.cn/thread-708-1-1.html

怎么才能让ButtonBar和ToggleButtonBar竖起来
http://bbs.actionscript3.cn/thread-637-1-1.html

如何让ToolTip可交互
http://bbs.actionscript3.cn/thread-20543-1-3.html

Flex 使用中文设备字体 解决办法
http://bbs.actionscript3.cn/thread-7837-1-1.html


2.ItemRenderer

如何动态指定DataGrid的itemRenderer
http://bbs.actionscript3.cn/viewthread.php?tid=7432

怎么在一个itemRenderer内去调用外部的方法
http://bbs.actionscript3.cn/viewthread.php?tid=21484

如何解决datagrid的checkbox选中状态丢失
http://bbs.actionscript3.cn/viewthread.php?tid=18925

自定义ItemRenderer常遇到的警告unable to bind to property的解决办法
http://bbs.actionscript3.cn/thread-22017-1-1.html


3.样式,皮肤以及Effect

Flex 的主题怎么用?
http://bbs.actionscript3.cn/thread-440-1-1.html

FLEX用CSS来嵌入个别字的方法
http://bbs.actionscript3.cn/thread-11048-1-1.html

FLEX里的CSS样式的使用方法
http://bbs.actionscript3.cn/thread-17743-1-5.html

几个Effect
http://www.efflex.org/


4.数据相关

flex中的ArrayCollection和Array
http://bbs.actionscript3.cn/viewthread.php?tid=20467

深入分析 flex [Bindable]的使用
http://bbs.actionscript3.cn/viewthread.php?tid=11961


3.前台接口


1.HTML&JS

在Flex中嵌入完整HTML页面
http://bbs.actionscript3.cn/thread-364-1-3.html

flex和javascript问题..
http://bbs.actionscript3.cn/viewthread.php?tid=2145

历史记录及deeplink
删除ria fan间的空格- -
http://www.ria fan.com/article.asp?id=141
http://www.ria fan.com/article.asp?id=142
http://www.ria fan.com/article.asp?id=143


2.FLASH

Flex embed的mc怎么绑定类
http://bbs.actionscript3.cn/thread-595-1-1.html

flex和flash共同开发的方法
http://bbs.actionscript3.cn/view ... p;extra=&page=1


4.后台接口

关于flex和数据库
http://bbs.actionscript3.cn/thread-131-1-4.html

WebORB+Flex3.0基于RemoteObject技术开发实例(Remote.java)
http://bbs.actionscript3.cn/viewthread.php?tid=17028

学会了RemoteObject+amfphp1.9,分享一下心得(Remote,php)
http://bbs.actionscript3.cn/viewthread.php?tid=8989

Flex3 Beta2+XFire开发实例(WebService,java)
http://bbs.actionscript3.cn/thread-337-1-3.html

为什么要用Remote?因为它的数据格式是AMF3。为啥要用AMF3,看看这个吧
http://www.jamesward.com/census


如何做一个聊天软件
http://bbs.actionscript3.cn/thread-432-1-2.html

Flex传给jsp字符时候用的难道不是utf-8?
http://bbs.actionscript3.cn/thread-1510-1-2.html


5.安全沙箱

安全沙箱的困惑
http://bbs.actionscript3.cn/view ... mp;page=1#pid161361

socket的安全沙箱问题
http://bbs.actionscript3.cn/viewthread.php?tid=16214


6.第三方类库

http://bbs.actionscript3.cn/viewthread.php?tid=20900&extra=
内容繁多,可优先关注FlexLib(FLEX组件库),TweenMax(轻量级的缓动库),Papervision3D(最为流行的3D框架),ASWing(与Wing极其相似的GUI框架)
其他可根据需要查询使用。


7.框架

FLEX目前有个两个MVC框架,PureMVC,Cairngorm。前者为通用型框架,任何语言都可以使用,后者为专门型框架,只有FLEX可以使用(不支持普通的FLASH)。各有优缺点,但FLEX项目还是推荐使用Cairngorm。
整理起来有些困难,请善用google。或者抬头用PureMVC,Cairngorm分别进行站内搜索。

Cairngorm快捷创建结构工具
http://www.tylerbeck.com/CairngormCreator/


8.底层


1.内存泄露

flex目前存在严重的内存泄露问题,这属于bug,至于解决方法尚无定论,可能会在之后的版本内慢慢修复。主要的问题在于Module和CSS,Popup测试过,并没有内存泄露。Effect在没有播放完前就关闭窗口,会产生泄露,而完成播放再关闭则不会。MXML定义的事件不会产生内存泄露。

flex开发中关于内存释放几个注意的地方
http://bbs.actionscript3.cn/viewthread.php?tid=20622

flex Module内存泄露
http://bbs.actionscript3.cn/viewthread.php?tid=18352


2.FLEX FrameWork

有关mx_internal
http://bbs.actionscript3.cn/viewthread.php?tid=21392


3.SEO

FLASH目前不支持SWF搜索。这个技术尚处于研发阶段,或者可能可以在FP11的时候和大家见面吧- -要报以希望,理论上是可行的。
目前用于FLASH网站的SEO,虽然实现方法五花八门,道理都是一样的:就是建立一个专门针对搜索引擎的平行HTML站点(页面),然后在对应的HTML页面上给个FLASH页面的传送门(如果是挤在一个页面就不用了),而这个传送门要转到SWF的相应页面,则是靠deeplink(参照上面的 前台接口-HTML&JS-历史记录及deeplink)。
而HTML如何SEO,就和以前一样了。相关内容可求助于google。当然,这种办法只是没有办法的办法。

震撼消息:google、yahoo开始支持搜索flash内容
(“目前为止,在网上搜索Flash内容还是一个非常大的挑战”……明白吧,就是还是不行)
http://bbs.actionscript3.cn/viewthread.php?tid=8294

如何让让搜索引擎找到你的FLASH站点?
http://bbs.actionscript3.cn/viewthread.php?tid=18387


9.其他

在线的Word文档编辑软件
http://bbs.actionscript3.cn/thread-56-1-4.html

在线的图片编辑器picnik
http://bbs.actionscript3.cn/thread-58-1-4.html

Flex如何生成PDF和Excel?
http://bbs.actionscript3.cn/thread-442-1-3.html

基于web的在线绘图工具
http://bbs.actionscript3.cn/thread-358-1-3.html

flexmdi-代码开放
http://bbs.actionscript3.cn/thread-368-1-2.html

Flex3 Component Explorer下载(非flex2)
http://bbs.actionscript3.cn/thread-1334-1-3.html
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值