<?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的接口]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 14 May 2010 07:07:56 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	使用方法：<br/><div class="code">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt;<br/>swf_load(&#039;index&#039;,&#039;index.swf&#039;,&#039;1024&#039;,&#039;650&#039;,&#039;&#039;,&#039;opaque&#039;);<br/>&lt;/script&gt;</div><br/><br/>embededflash.html:<br/><div class="code">function swf_load(fileid, filename, widths, heights, fvs, wmd)<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.FlashVars = (fvs != undefined)? fvs :&#039;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.Wmod = (wmd != undefined)? wmd :&#039;&#039;; <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;var strSwf = &quot;&quot;;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&quot;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;width=&quot;&#039;+widths+&#039;&quot; height=&quot;&#039;+heights+&#039;&quot; id=&quot;&#039;+fileid+&#039;&quot; &gt;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;param name=&quot;movie&quot; value=&quot;&#039;+filename+&#039;&quot; /&gt;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;param name=&quot;menu&quot; value=&quot;false&quot; /&gt;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += (FlashVars != null) ? &#039;&lt;param name=&quot;FlashVars&quot; value=&quot;&#039;+FlashVars+&#039;&quot;&gt;&#039; : &#039;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += (Wmod != null) ? &#039;&lt;param name=&quot;wmode&quot; value=&quot;&#039;+Wmod+&#039;&quot;&gt;&#039; : &#039;&#039;; <br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;embed&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += (FlashVars != null) ? &#039; FlashVars=&quot;&#039;+FlashVars+&#039;&quot;&#039; : &#039;&#039;; <br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += (Wmod != null) ? &#039; wmode=&quot;&#039;+Wmod+&#039;&quot;&#039; : &#039;&#039;; <br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039; src=&quot;&#039;+filename+&#039;&quot; quality=&quot;high&quot; menu=&quot;false&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;type=&quot;application/x-shockwave-flash&quot; width=&quot;&#039;+widths+&#039;&quot; height=&quot;&#039;+heights+&#039;&quot;&nbsp;&nbsp;name=&quot;&#039;+fileid+&#039;&quot; &gt;&lt;/embed&gt;&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;strSwf += &#039;&lt;/object&gt;&#039;;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;document.write(strSwf);<br/>&#125;</div>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 写好的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>