<?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; wuSH</title>
	<atom:link href="http://www.uideas.cn/post/author/wush/feed" rel="self" type="application/rss+xml" />
	<link>http://www.uideas.cn</link>
	<description>生活来源于创意,所以我懂生活</description>
	<lastBuildDate>Sun, 22 Aug 2010 07:17:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>关于FLASH中影片剪辑</title>
		<link>http://www.uideas.cn/post/132.html</link>
		<comments>http://www.uideas.cn/post/132.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:12:05 +0000</pubDate>
		<dc:creator>wuSH</dc:creator>
				<category><![CDATA[FLASH编程]]></category>
		<category><![CDATA[动态]]></category>
		<category><![CDATA[影片剪辑]]></category>

		<guid isPermaLink="false">http://www.uideas.cn/?p=132</guid>
		<description><![CDATA[createEmptyMovieClip("img_mc", 5);
for(var i=0;i img_mc.createEmptyMovieClip("loadImg"+ i, i);
img_mc["loadImg"+i].loadMovie(img.childNodes[0].childNodes[i].attributes.path);
trace(img.childNodes[0].childNodes[i].attributes.path);
if(i&#62;0){
img_mc["loadImg"+i]._y =xx+img_mc["loadImg"+(i-1)]._y;
}
}动态影片剪辑需要命名需要依次写入
]]></description>
			<content:encoded><![CDATA[<p><code>createEmptyMovieClip("img_mc", 5);<br />
for(var i=0;i img_mc.createEmptyMovieClip("loadImg"+ i, i);<br />
img_mc["loadImg"+i].loadMovie(img.childNodes[0].childNodes[i].attributes.path);<br />
trace(img.childNodes[0].childNodes[i].attributes.path);<br />
if(i&gt;0){<br />
img_mc["loadImg"+i]._y =xx+img_mc["loadImg"+(i-1)]._y;<br />
}<br />
}</code>动态影片剪辑需要命名需要依次写入</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uideas.cn/post/132.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
