<?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/tag/actionscript/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>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>Flex 自定义Event 低级错误一例: 未重写Clone方法, 导致类型转换失败</title>
		<link>http://liguoliang.com/2010/custom-event-must-override-clone-method/</link>
		<comments>http://liguoliang.com/2010/custom-event-must-override-clone-method/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 05:59:25 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Custom Event]]></category>
		<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2010/custom-event-must-override-clone-method/</guid>
		<description><![CDATA[自定义Event必须及时重写Clone与toString方法....<p class='read-more'><a href='http://liguoliang.com/2010/custom-event-must-override-clone-method/'></a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2010/custom-event-must-override-clone-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex4 Spark TextArea 设置自适应大小及派发鼠标滚动事件</title>
		<link>http://liguoliang.com/2010/auto-resizable-text-area-component/</link>
		<comments>http://liguoliang.com/2010/auto-resizable-text-area-component/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 08:43:16 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[TextArea]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2010/auto-resizable-text-area-component/</guid>
		<description><![CDATA[记得在使用Flex4之前, 看过一篇<a href="http://www.flexer.info/2009/02/06/auto-resizable-text-area-component/">介绍TextArea自适应高度的文章</a>, 监听Event, 动态改变高度.&#160; 很少用TextArea, 也没用过. 在Flex4， 使用Spark界面时, TextArea可设为自动适应. 
设置heightInLines = NaN -&#160; 如果<p class='read-more'><a href='http://liguoliang.com/2010/auto-resizable-text-area-component/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2010/auto-resizable-text-area-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

