<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[Flash拆分 字符串，并打印出来，多用于flash同后台的交互，显示在flash中。 ]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 04 Apr 2011 20:53:16 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Flash CS5,菜单：窗口-》[属性&#124;动作&#124;输出],输出是输出错误，用trace(&quot;Content&quot;);,动作是编写某一段在代码在地方。<br/>属性是对某一控件的描述。提示一下组件：也就是一个按钮，一个下拉等的控件。<br/><div class="code"><br/>var str:Array=new Array(4);<br/>str&#91;0&#93; = &quot;&quot;;<br/>str&#91;1&#93; = &quot;&quot;;<br/>str&#91;2&#93; = &quot;&quot;;<br/>str&#91;3&#93; = &quot;&quot;;<br/>var pointer = 0;<br/><br/>var str_a:String=&quot;wait for me!&quot;;<br/>trace(str_a);<br/>var str_b:String=&quot;oh, my love, my darling,oh!&quot;;<br/>var str_ab:String=str_a.concat(&quot;*&quot;,str_b);<br/>strplan(str_ab);<br/>function strplan(str_big:String) &#123;<br/> for (var i = 0; i&lt;4; i++) &#123;<br/>&nbsp;&nbsp;for (var n = pointer; n&lt;str_big.length; n++) &#123;<br/>&nbsp;&nbsp; if (str_big.charAt(n) != &quot;*&quot;) &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;str&#91;i&#93; = str&#91;i&#93;+str_big.charAt(n);<br/>&nbsp;&nbsp;&nbsp;&nbsp;trace(str&#91;i&#93;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;//trace(str_big.charAt(n))<br/>&nbsp;&nbsp;&nbsp;&nbsp;//trace(str_big.length)<br/> <br/>&nbsp;&nbsp; &#125; else &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;pointer = n+1;<br/>&nbsp;&nbsp;&nbsp;&nbsp;trace(&quot;pointer++++++&quot;+pointer)<br/>&nbsp;&nbsp;&nbsp;&nbsp;break;<br/>&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&#125;<br/> &#125;<br/>&#125;<br/><br/></div><br/><br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Flash拆分 字符串，并打印出来，多用于flash同后台的交互，显示在flash中。 ]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>