<?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>「從WEB2.0看互動的改變與動機 (官員被恐嚇，大家的態度是高興?)」的迴響</title>
	<atom:link href="http://blog.riaproject.com/concept/262.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.riaproject.com/concept/262.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/concept/262.html/comment-page-1#comment-282</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Tue, 18 Dec 2007 06:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=262#comment-282</guid>
		<description>Dear Edward:
很高興你在這個blog上找到你要的資料。</description>
		<content:encoded><![CDATA[<p>Dear Edward:<br />
很高興你在這個blog上找到你要的資料。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：anistar</title>
		<link>http://blog.riaproject.com/concept/262.html/comment-page-1#comment-281</link>
		<dc:creator>anistar</dc:creator>
		<pubDate>Tue, 18 Dec 2007 06:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=262#comment-281</guid>
		<description>Dear uni:
Flex跟Flash有什麼不一樣，哪一個軟體比較好，這都有點難回答，因為光是說哪裡不一樣或是哪個好都有些偏頗，雖然有些同學表示學了Flex後再也不想摸Flash了，我都必須說這樣有點偏激，與其說好不好，不如說適不適合，Flash比較適合做一些視覺，遊戲，行銷互動上的製作，若是一些商業應用或是應用程式開發，Flex會較為適合，通常要完成一個完整的應用，其實Flash和Flex都不能少，更重要的是ActionScript絕對是要花苦工下去study的，若是學了Flex而不太熟悉ActionScript，你會發現很多事情做起來會很綁手綁腳，也很難發揮Flex的長處。</description>
		<content:encoded><![CDATA[<p>Dear uni:<br />
Flex跟Flash有什麼不一樣，哪一個軟體比較好，這都有點難回答，因為光是說哪裡不一樣或是哪個好都有些偏頗，雖然有些同學表示學了Flex後再也不想摸Flash了，我都必須說這樣有點偏激，與其說好不好，不如說適不適合，Flash比較適合做一些視覺，遊戲，行銷互動上的製作，若是一些商業應用或是應用程式開發，Flex會較為適合，通常要完成一個完整的應用，其實Flash和Flex都不能少，更重要的是ActionScript絕對是要花苦工下去study的，若是學了Flex而不太熟悉ActionScript，你會發現很多事情做起來會很綁手綁腳，也很難發揮Flex的長處。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Edward Lo</title>
		<link>http://blog.riaproject.com/concept/262.html/comment-page-1#comment-280</link>
		<dc:creator>Edward Lo</dc:creator>
		<pubDate>Mon, 17 Dec 2007 06:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=262#comment-280</guid>
		<description>突然想起來老師BLOG有寫一篇類似的
原來是用 mouseChildren = false
我試了一下真的沒問題了
感謝</description>
		<content:encoded><![CDATA[<p>突然想起來老師BLOG有寫一篇類似的<br />
原來是用 mouseChildren = false<br />
我試了一下真的沒問題了<br />
感謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Edward Lo</title>
		<link>http://blog.riaproject.com/concept/262.html/comment-page-1#comment-279</link>
		<dc:creator>Edward Lo</dc:creator>
		<pubDate>Mon, 17 Dec 2007 03:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=262#comment-279</guid>
		<description>Anistar 老師
請問一下
AS3.0 使用 EventListener 及 Handler 統一事件處理是很不錯
但是當物件中還有物件時
卻容易出現非原本預期的狀況
例如按鈕裡面有文字..當滑鼠移到按鈕上時按鈕會變大..移出則縮小
我設定按鈕的tween動畫後
文字跟按鈕底圖有時卻分開作動
我嘗試使用 event.currentTarget 代替 event.target
但問題並未完全解決
聽說有辦法阻止下層物件的事件 bubbling 上來
請問該怎麼做呢?
或是有其他方法可以解決這問題?
謝謝</description>
		<content:encoded><![CDATA[<p>Anistar 老師<br />
請問一下<br />
AS3.0 使用 EventListener 及 Handler 統一事件處理是很不錯<br />
但是當物件中還有物件時<br />
卻容易出現非原本預期的狀況<br />
例如按鈕裡面有文字..當滑鼠移到按鈕上時按鈕會變大..移出則縮小<br />
我設定按鈕的tween動畫後<br />
文字跟按鈕底圖有時卻分開作動<br />
我嘗試使用 event.currentTarget 代替 event.target<br />
但問題並未完全解決<br />
聽說有辦法阻止下層物件的事件 bubbling 上來<br />
請問該怎麼做呢?<br />
或是有其他方法可以解決這問題?<br />
謝謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：uni</title>
		<link>http://blog.riaproject.com/concept/262.html/comment-page-1#comment-278</link>
		<dc:creator>uni</dc:creator>
		<pubDate>Sun, 16 Dec 2007 15:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.riaproject.com/?p=262#comment-278</guid>
		<description>想請問一個白痴問題Orz...
&quot;Flex&quot;跟&quot;Flash&quot;這兩個軟體的&quot;差別&quot;到底是在哪裡？
不都是用ActionScript語言嗎？
如果我寫同一個程式...用&quot;Flex&quot;跟&quot;Flash&quot;的寫法會不一樣嗎？
如果都一樣的話，那為甚麼還要分成兩個軟體？
那到底什麼情況下，用那一套會比較好呢？
感謝啦！</description>
		<content:encoded><![CDATA[<p>想請問一個白痴問題Orz&#8230;<br />
"Flex"跟"Flash"這兩個軟體的"差別"到底是在哪裡？<br />
不都是用ActionScript語言嗎？<br />
如果我寫同一個程式&#8230;用"Flex"跟"Flash"的寫法會不一樣嗎？<br />
如果都一樣的話，那為甚麼還要分成兩個軟體？<br />
那到底什麼情況下，用那一套會比較好呢？<br />
感謝啦！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

