<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Interactive Section</title>
	<atom:link href="http://interactivesection.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://interactivesection.wordpress.com</link>
	<description>interaction design, RIA and web 2.0 - in Chinese and English</description>
	<lastBuildDate>Tue, 01 Mar 2011 14:12:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='interactivesection.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Interactive Section</title>
		<link>http://interactivesection.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://interactivesection.wordpress.com/osd.xml" title="Interactive Section" />
	<atom:link rel='hub' href='http://interactivesection.wordpress.com/?pushpress=hub'/>
		<item>
		<title>loading assets using SWCs (in Actionscript projects)</title>
		<link>http://interactivesection.wordpress.com/2009/06/17/loading-assets-using-swcs-in-actionscript-projects/</link>
		<comments>http://interactivesection.wordpress.com/2009/06/17/loading-assets-using-swcs-in-actionscript-projects/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:51:24 +0000</pubDate>
		<dc:creator>Hu</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://interactivesection.wordpress.com/?p=213</guid>
		<description><![CDATA[Found a good article and discussions on using asset SWCs using Flash IDE: http://www.airtightinteractive.com/news/?p=327<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interactivesection.wordpress.com&amp;blog=1283495&amp;post=213&amp;subd=interactivesection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://interactivesection.wordpress.com/2009/06/17/loading-assets-using-swcs-in-actionscript-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8dc5a72b17d359ea73494836e9f8f4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to include Flash code packages (SWC) in Flex Builder (3)</title>
		<link>http://interactivesection.wordpress.com/2009/06/10/how-to-include-flash-code-packages-swc-in-flex-builder-3/</link>
		<comments>http://interactivesection.wordpress.com/2009/06/10/how-to-include-flash-code-packages-swc-in-flex-builder-3/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:58:44 +0000</pubDate>
		<dc:creator>Hu</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://interactivesection.wordpress.com/?p=206</guid>
		<description><![CDATA[I like combining gs.TweenLite and fl.transitions.easing.* to do most of my animations. Here is how you can include the Flash AS3 library SWC in the Actionscript project library path. Step-by-step instructions are as following and also illustrated in the screenshot. [+] In Flex Builder (3), select the Actionscript project you need to use the Flash [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interactivesection.wordpress.com&amp;blog=1283495&amp;post=206&amp;subd=interactivesection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://interactivesection.wordpress.com/2009/06/10/how-to-include-flash-code-packages-swc-in-flex-builder-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8dc5a72b17d359ea73494836e9f8f4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hu</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;mailto&#8221; script bug with multiple email addresses (on PC)</title>
		<link>http://interactivesection.wordpress.com/2009/05/14/mailto-script-bug-with-multiple-email-addresses-on-pc/</link>
		<comments>http://interactivesection.wordpress.com/2009/05/14/mailto-script-bug-with-multiple-email-addresses-on-pc/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:01:08 +0000</pubDate>
		<dc:creator>Hu</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[mailto]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://interactivesection.wordpress.com/?p=193</guid>
		<description><![CDATA[Note: If you are here only to see the bug and solution, please skip the following paragraphs in italic and go straighahead to the content below line &#8220;+++++++++++++++++++++++++++++++++++++++++++&#8221;. It is pretty common to include an &#8220;email us&#8221; button on a page. The behavior of most of  &#8220;email us&#8221; buttons is that when user clicks on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interactivesection.wordpress.com&amp;blog=1283495&amp;post=193&amp;subd=interactivesection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://interactivesection.wordpress.com/2009/05/14/mailto-script-bug-with-multiple-email-addresses-on-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8dc5a72b17d359ea73494836e9f8f4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
