Tag Archives: ApacheFlex

Check FlashPlayer SharedObject setting using ActionScript / 使用AS检查FP本地存储

FlashPlayer provide a cool local storage mechanism called ‘SharedObject’,  we can store some user info in user local machine. for example, douban

More…

Posted in Flex | Tagged , , , , | Leave a comment

Apache Flex: MXML or ActionScript ?

Deciding to create components in MXML or ActionScript
 
One of the first decisions that you must make when creating custom components is deciding

More…

Posted in ActionScript, Flex | 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> <

More…

Posted in ActionScript | 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.SA

More…

Posted in ActionScript | 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 summarie

More…

Posted in Flex | Tagged , | Leave a comment