FlashBuilder: 如何根据序列号确定其对应版本?

如何根据序列号确定其对应版本?

image

由于之前采购过不同版本的FB, 具体序列号对应版本早已记不清楚, 于是微博上@了几个专家, 尚未收到任何答复的情况下直接拨打Adobe的客服:

中国10800 744 0438(通过联通),或 10800 440 0421(通过电信)[http://shop.adobe.com/store/adbehcn/Content/pbPage.faq]

报出序列号之后客服耐心回答了版本跟授权的问题.

从4.0升级到4.5大致需要415RMB, 从4.5到4.6是不需要费用的, 明年回来就有4.6可用了….

by 老李 | Tagged , , | Leave a comment

ActionScript: Check if a xml attribute/element exists 检查XML属性/元素是否存在

Here is the XML:
<XeSex sexIDElement='MID'> <SexID> M </SexID> <Name> Male </Name> <Active> y </Active> <Code> M </Code> </XeSex>
Attitude:  sexIDElement = ‘MID’;Element: Name = Male
trace(xmlTest.hasOwnProperty('@sexIDElement')); //

More…

by 老李 | Tagged , , | Leave a comment

Flex Build: org.xml.sax.SAXParseException :The entity name must immediately follow the ‘&’ in the entity reference

在过去接近4年的时间里, 很少使用MXML, 几乎都是纯AS, 最近操作了一点点MXML, 譬如:
<s:Button enabled=”isDirty() && canSaveNow()” />
 
在build的时候遇到错误:
org.xml.sax.SAXParseException :The entity name must immediately follow the ‘&’ in the entity reference

Google了一下, XML解析的问题, 解决方法:
&& 替换为:  [&a

More…

by 老李 | Tagged , , | Leave a comment

Jing: Free Screen Capture Tool from TechSmith 免费,轻量级的抓图软件(Windows&Mac)

闲言碎语不多说, Jing出自TechSmith, 没听说过这家公司? Snagit总该用过?
没错, Jing跟Snagit都是TechSmith家的.
如果你需要一个免费的, 简单的抓图工具, 抓完后还能稍作处理, 那就用Jing吧! 有Windows跟Mac版本!
Snagit已经做的非常成熟, 但是要$50 USD, 有点小贵, 相比之下, Jing属于轻快版本. Jing有Free跟Pro两个版本, Free版采用Apache 2.0协议, >>下载页面<<
基本的功能:
1. 抓图;
2. 抓完图后的简单处理: 箭头, 方框, 文字, SNS2.0分享(很给

More…

by 老李 | Tagged , , , , , | Leave a comment

Apache Flex: 新动向, 邮件列表也出来了!

这哥们总结的很好:

Apache Flex :: Flex-Dev summaries 4

Apache Flex :: Flex-Dev summaries 3

Apache Flex :: Flex-Dev summaries 2

Apache Flex :: Flex-Dev summaries

关于Flex Summit的一些: http://www.spoon.as/2011/flex-summit-live-updates-day-2/

邮件列表: http://incubator.apache.org/flex/mailing-lists.html

by 老李 | Tagged , | Leave a comment