<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>LevinChiu Personal Official Blog - flash</title><link>http://levinchiu.com/blog/</link><description>LevinChiu - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright &amp;amp;copy; 2010 LevinChiu.com All Rights Reserved.</copyright><pubDate>Sat, 04 Sep 2010 13:00:14 +0800</pubDate><item><title>flash倒影纯AS实现(as2.0</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/25.html</link><pubDate>Wed, 19 Aug 2009 15:17:18 +0800</pubDate><guid>http://levinchiu.com/blog/post/25.html</guid><description><![CDATA[<p>[code]</p><p>import flash.geom.Point;<br />import flash.geom.Matrix;<br />import flash.display.BitmapData;<br />function createRef(p_source:MovieClip) {<br />&nbsp;var bd:BitmapData = new BitmapData(p_source._width, p_source._height, true, 0);<br />...</p>]]></description><category>flash</category><comments>http://levinchiu.com/blog/post/25.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=25</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=25&amp;key=b246146b</trackback:ping></item><item><title>SharedObject 共享本地数据</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/21.html</link><pubDate>Wed, 25 Feb 2009 11:41:59 +0800</pubDate><guid>http://levinchiu.com/blog/post/21.html</guid><description><![CDATA[[code]<br/>var so:SharedObject = SharedObject.getLocal("userHighScore");<br/>var mya:Array = [1, 2, 567, 8, 9];<br/>so.data.mya = mya;<br/>function showso() {<br/>	txt.text = so.data.mya;<br/>	trace(so.data.mya);<br/>}<br/>btn.onPress = function() {<br/>	so.data.mya = [2, 67, 8, 9, 9, 0,"ce"];<br/>...]]></description><category>flash</category><comments>http://levinchiu.com/blog/post/21.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=21</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=21&amp;key=379e9724</trackback:ping></item></channel></rss>
