<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Li Guoliang &#187; ActionScript</title>
	<atom:link href="http://liguoliang.com/category/flex/actionscript-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://liguoliang.com</link>
	<description>ActionScript Flex Java JEE PHP...</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ActionScript: Check if a xml attribute/element exists 检查XML属性/元素是否存在</title>
		<link>http://liguoliang.com/2012/actionscript-check-if-a-xml-attributeelement-exists/</link>
		<comments>http://liguoliang.com/2012/actionscript-check-if-a-xml-attributeelement-exists/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:21:03 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ApacheFlex]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://liguoliang.com/?p=2228</guid>
		<description><![CDATA[Here is the XML:
<code>&#60;XeSex sexIDElement='MID'&#62; &#60;SexID&#62; M &#60;/SexID&#62; &#60;Name&#62; Male &#60;/Name&#62; &#60;Active&#62; y &#60;/Active&#62; &#60;</code><p class='read-more'><a href='http://liguoliang.com/2012/actionscript-check-if-a-xml-attributeelement-exists/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2012/actionscript-check-if-a-xml-attributeelement-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Build: org.xml.sax.SAXParseException :The entity name must immediately follow the &#8216;&amp;&#8217; in the entity reference</title>
		<link>http://liguoliang.com/2012/org-xml-sax-saxparseexception-the-entity-name-must-immediately-follow/</link>
		<comments>http://liguoliang.com/2012/org-xml-sax-saxparseexception-the-entity-name-must-immediately-follow/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 15:25:16 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ApacheFlex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SAXParseException]]></category>

		<guid isPermaLink="false">http://liguoliang.com/?p=2226</guid>
		<description><![CDATA[在过去接近4年的时间里, 很少使用MXML, 几乎都是纯AS, 最近操作了一点点MXML, 譬如:
<code>&#60;s:Button enabled=”isDirty() &#38;&#38; canSaveNow()” /&#62;</code>
&#160;
在build的时候遇到错误: 
org.xml.sax.SA<p class='read-more'><a href='http://liguoliang.com/2012/org-xml-sax-saxparseexception-the-entity-name-must-immediately-follow/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2012/org-xml-sax-saxparseexception-the-entity-name-must-immediately-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace all by Split/RegEx in ActionScript</title>
		<link>http://liguoliang.com/2011/replace-all-in-actionscript/</link>
		<comments>http://liguoliang.com/2011/replace-all-in-actionscript/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:53:55 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ReplaceAll]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/replace-all-in-actionscript/</guid>
		<description><![CDATA[Problem
We need replace all method.
Solution
use RegEx or split&#38;jion;
Detailed explanation
We can use the following two methods:
	private function<p class='read-more'><a href='http://liguoliang.com/2011/replace-all-in-actionscript/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/replace-all-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex: verticalScrollPolicy auto/on/off</title>
		<link>http://liguoliang.com/2011/flex-scroll-policy/</link>
		<comments>http://liguoliang.com/2011/flex-scroll-policy/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:54:52 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ScrollPolicy]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/flex-scroll-policy/</guid>
		<description><![CDATA[最近碰到一个问题: 当Flex右侧垂直滚动条出现时, 下方水平滚动条必定随之出现, 详细的描述就是:
该UIComponent高度一定, 宽度设置为percent(也就是说宽度可以变化), 当Add一个内部组件到该UI上后, UI需要更多高度, 但高度一定, 只好出现右侧滚动条(默认的ScrollP<p class='read-more'><a href='http://liguoliang.com/2011/flex-scroll-policy/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/flex-scroll-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex: 检查/撤销Datagrid编辑数据 Validate/revert editable Datagrid input value</title>
		<link>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/</link>
		<comments>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:42:11 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[itemEditor]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/flex-%e6%a3%80%e6%9f%a5%e6%92%a4%e9%94%80datagrid%e7%bc%96%e8%be%91%e6%95%b0%e6%8d%ae-validaterevert-editable-datagrid-input-value/</guid>
		<description><![CDATA[Requirement: We want to validate user input in editable datagrid, and revert the original value(undo) if necessary.
Solution: Handle the ‘itemEditEnd’<p class='read-more'><a href='http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/validaterevert-editable-datagrid-input-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐:Chrome下ActionScript API 搜索插件</title>
		<link>http://liguoliang.com/2011/%e6%8e%a8%e8%8d%90chrome%e4%b8%8bactionscript-api-%e6%90%9c%e7%b4%a2%e6%8f%92%e4%bb%b6/</link>
		<comments>http://liguoliang.com/2011/%e6%8e%a8%e8%8d%90chrome%e4%b8%8bactionscript-api-%e6%90%9c%e7%b4%a2%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:34:16 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript API辅助工具]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/%e6%8e%a8%e8%8d%90chrome%e4%b8%8bactionscript-api-%e6%90%9c%e7%b4%a2%e6%8f%92%e4%bb%b6/</guid>
		<description><![CDATA[A Chrome plugin for: ActionScript 3.0 Reference.Input &#8220;as3 + &#8216;space&#8217;&#8221; and keywords:
<a href="http://liguoliang.com/wp-content/uploads/2011/10/image3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://liguoliang.com/wp-content/uploads/2011/10/image_thumb3.png" width="633" height="220"/></a>
<a href="http://blogs.adobe.com/flexdoc">Flex Doc Team</a> Blog 推荐: Chrome浏览器下AS文档的搜索插<p class='read-more'><a href='http://liguoliang.com/2011/%e6%8e%a8%e8%8d%90chrome%e4%b8%8bactionscript-api-%e6%90%9c%e7%b4%a2%e6%8f%92%e4%bb%b6/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/%e6%8e%a8%e8%8d%90chrome%e4%b8%8bactionscript-api-%e6%90%9c%e7%b4%a2%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the overloading in Flex</title>
		<link>http://liguoliang.com/2011/about-the-overloading-in-flex/</link>
		<comments>http://liguoliang.com/2011/about-the-overloading-in-flex/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 05:05:17 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/about-the-overloading-in-flex/</guid>
		<description><![CDATA[Those days I’m looking a new job related to Java and Flex… Seems that this is a popular interview question, I event didn’t encounter it in the ACE. Bu<p class='read-more'><a href='http://liguoliang.com/2011/about-the-overloading-in-flex/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/about-the-overloading-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let the Flex thread sleep for a while</title>
		<link>http://liguoliang.com/2011/let-the-flex-thread-sleep-for-a-while/</link>
		<comments>http://liguoliang.com/2011/let-the-flex-thread-sleep-for-a-while/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 14:26:44 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/let-the-flex-thread-sleep-for-a-while/</guid>
		<description><![CDATA[Sometimes we use thread.sleep to let the thread stop running for a while in Java, but in Flex, we can’t&#160; control the thread, but sometimes we wan<p class='read-more'><a href='http://liguoliang.com/2011/let-the-flex-thread-sleep-for-a-while/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/let-the-flex-thread-sleep-for-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Event stopimmediatepropagation VS stoppropagation</title>
		<link>http://liguoliang.com/2011/flex-event-stopimmediatepropagation-vs-stoppropagation/</link>
		<comments>http://liguoliang.com/2011/flex-event-stopimmediatepropagation-vs-stoppropagation/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 09:35:00 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/flex-event-stopimmediatepropagation-vs-stoppropagation/</guid>
		<description><![CDATA[What’s the difference ? Here is the test codes:
We will create a button in a Group, and listen the button click event(MouseEvent.Click):
		protected f<p class='read-more'><a href='http://liguoliang.com/2011/flex-event-stopimmediatepropagation-vs-stoppropagation/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/flex-event-stopimmediatepropagation-vs-stoppropagation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于Athena框架的Flex入门教程(1) 环境配置</title>
		<link>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/</link>
		<comments>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:44:58 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Athena Framework]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Flex企业级框架]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/get-start-with-ahtena-flex-framework/</guid>
		<description><![CDATA[环境搭建
在服务器端, 我们采用MySql数据库;
除了开发必须的IDE, MySql之外, 需要先下载或安装以下文件: <a href="http://athenasource.org/downloads/index.php" target="_blank">下载页面</a>
<ul>
<li>Athena Framework SDK (Java and Flex) 2.0.0 &#8211; 包含Java端及Flex端的SDK及文档
</li><li>Athena Cons</li></ul><p class='read-more'><a href='http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

