<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「[好康]Flex+AIR程式開發第4章試讀分享」的迴響</title>
	<atom:link href="http://blog.riaproject.com/flex/905.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.riaproject.com/flex/905.html</link>
	<description>Rich Internet Application 知識誌</description>
	<lastBuildDate>Thu, 05 Jan 2012 05:57:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6699</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6699</guid>
		<description>ActionScript 1.0或2.0 請用 _root.HTML參數 來取得資料.
我blog上有寫過, 請用flashvars當關鍵字在我的blog中搜尋.</description>
		<content:encoded><![CDATA[<p>ActionScript 1.0或2.0 請用 _root.HTML參數 來取得資料.<br />
我blog上有寫過, 請用flashvars當關鍵字在我的blog中搜尋.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6698</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6698</guid>
		<description>HTML參數不是用這種方式載入的喔, 你搞混了 XD
Content.application[&quot;參數&quot;]這個描述是不對的, 你應該要寫成Content.application[&quot;屬性&quot;]這樣瞭解嗎?</description>
		<content:encoded><![CDATA[<p>HTML參數不是用這種方式載入的喔, 你搞混了 XD<br />
Content.application["參數"]這個描述是不對的, 你應該要寫成Content.application["屬性"]這樣瞭解嗎?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Andreas</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6697</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 09 Oct 2009 03:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6697</guid>
		<description>補充：學生所謂用 HTML 傳參數的方法如下：
〈OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; WIDTH=&quot;750&quot; HEIGHT=&quot;500&quot; id=&quot;myMovieName&quot;〉
〈PARAM NAME=FlashVars VALUE=&quot;&amp;swfLabel=Test Pass&quot;〉
〈PARAM NAME=movie VALUE=&quot;Sample_4_3_3_SWF.swf&quot;〉
〈PARAM NAME=quality VALUE=high〉
〈PARAM NAME=bgcolor VALUE=#FFFFFF〉
〈/OBJECT〉</description>
		<content:encoded><![CDATA[<p>補充：學生所謂用 HTML 傳參數的方法如下：<br />
〈OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&#8243; WIDTH="750&#8243; HEIGHT="500&#8243; id="myMovieName"〉<br />
〈PARAM NAME=FlashVars VALUE="&amp;swfLabel=Test Pass"〉<br />
〈PARAM NAME=movie VALUE="Sample_4_3_3_SWF.swf"〉<br />
〈PARAM NAME=quality VALUE=high〉<br />
〈PARAM NAME=bgcolor VALUE=#FFFFFF〉<br />
〈/OBJECT〉</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Andreas</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6696</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 09 Oct 2009 03:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6696</guid>
		<description>宋老師，請問一下：

Q1. 我用 Crystal Xcelsius Designer 4.5 這套工具做出來的 SWF 檔，似乎是 AVM1Movie 的格式。
    用 HTML 可以傳參數進去(FlashVars)，但是在 Flex Builder 裡，卻無法用 SWFLoader 載入，並設定 Content.application[&quot;參數&quot;] 的方式傳資料，這是正常的嗎？
    
Q2. 發現一個神奇的現象，課本裡的 Sample_4_3_3_SWF.swf，可以在 Flex Builde 裡用 SWFLoader 載入，並設定 Content.application[&quot;參數&quot;] 的方式傳資料。
    但是卻無法用一般 HTML 傳參數的方法，將資料傳進去？</description>
		<content:encoded><![CDATA[<p>宋老師，請問一下：</p>
<p>Q1. 我用 Crystal Xcelsius Designer 4.5 這套工具做出來的 SWF 檔，似乎是 AVM1Movie 的格式。<br />
    用 HTML 可以傳參數進去(FlashVars)，但是在 Flex Builder 裡，卻無法用 SWFLoader 載入，並設定 Content.application["參數"] 的方式傳資料，這是正常的嗎？</p>
<p>Q2. 發現一個神奇的現象，課本裡的 Sample_4_3_3_SWF.swf，可以在 Flex Builde 裡用 SWFLoader 載入，並設定 Content.application["參數"] 的方式傳資料。<br />
    但是卻無法用一般 HTML 傳參數的方法，將資料傳進去？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6256</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Tue, 18 Aug 2009 00:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6256</guid>
		<description>補充一下,而且color樣式指的是字體顏色喔,不是元件的背景顏色.</description>
		<content:encoded><![CDATA[<p>補充一下,而且color樣式指的是字體顏色喔,不是元件的背景顏色.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6255</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Tue, 18 Aug 2009 00:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6255</guid>
		<description>那要看你被指定的元件是什麼,不是每個都可以用color這個樣式的 XD</description>
		<content:encoded><![CDATA[<p>那要看你被指定的元件是什麼,不是每個都可以用color這個樣式的 XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：star</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6254</link>
		<dc:creator>star</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6254</guid>
		<description>恩~&quot;~ 還是不行 這行他還是說我錯誤</description>
		<content:encoded><![CDATA[<p>恩~"~ 還是不行 這行他還是說我錯誤</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：star</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6253</link>
		<dc:creator>star</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6253</guid>
		<description>真的是非常感謝您~我會繼續努力試試看的 謝謝</description>
		<content:encoded><![CDATA[<p>真的是非常感謝您~我會繼續努力試試看的 謝謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6234</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Fri, 14 Aug 2009 01:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6234</guid>
		<description>我猜你應該是沒把圖檔也複製到bin-debug目錄中，你可以試試看。
另外從錯誤訊息可以看的出來你有用PV3D，你也要check一下裡面是否有問題。</description>
		<content:encoded><![CDATA[<p>我猜你應該是沒把圖檔也複製到bin-debug目錄中，你可以試試看。<br />
另外從錯誤訊息可以看的出來你有用PV3D，你也要check一下裡面是否有問題。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/flex/905.html/comment-page-1#comment-6233</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Fri, 14 Aug 2009 01:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=905#comment-6233</guid>
		<description>你應該寫這樣才對:
this.swfContent[&quot;greenobj&quot;].setStyle(”color”, 0xff9900);</description>
		<content:encoded><![CDATA[<p>你應該寫這樣才對:<br />
this.swfContent["greenobj"].setStyle(”color”, 0xff9900);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

