<?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>“我”的开发笔记 &#187; Flash/Flex</title>
	<atom:link href="http://c.gzl.name/archives/category/flashflex/feed" rel="self" type="application/rss+xml" />
	<link>http://c.gzl.name</link>
	<description>IPhone, Cocoa, PHP, Javascript, JQuery, Actionscript, etc...</description>
	<lastBuildDate>Thu, 29 Dec 2011 07:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>基于Air的日期计算器</title>
		<link>http://c.gzl.name/archives/586</link>
		<comments>http://c.gzl.name/archives/586#comments</comments>
		<pubDate>Sat, 03 Jul 2010 23:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash/Flex]]></category>
		<category><![CDATA[FlashBuilder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex4]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=586</guid>
		<description><![CDATA[很简单的一个程序,计算从某天到某天一共经历了多少年,多少月,多少日,多少周. 或从某天在某年,某月,某周,某日之后是哪天 &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;s:WindowedApplication xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/mx&#34; width=&#34;882&#34; height=&#34;372&#34; title=&#34;DateCounter by Zac@GoldG.net(Zhengliang Guo)&#34;&#62; &#60;fx:Declarations&#62; &#60;!-- Place non-visual elements &#40;e.g., services, value objects&#41; here --&#62; &#60;/fx:Declarations&#62; &#160; &#60;fx:Script&#62; &#60;!&#91;CDATA&#91; private function ftChanged&#40;&#41;:void &#123; if&#40;fromDate.selectedDate &#38;&#38; toDate.selectedDate&#41;&#123; var gapTime:Number; gapTime = &#40;toDate.selectedDate.getTime&#40;&#41; - fromDate.selectedDate.getTime&#40;&#41;&#41; / 1000 / 3600 / 24; dd.text = &#40;gapTime&#41;.toString&#40;&#41;; ww.text = [...]]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/586/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

