<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.luar.com.hk/flashbook/">
<title>Luar&apos;s Flash Playground</title>
<link>http://www.luar.com.hk/flashbook/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-07-05T03:23:38+08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.15" />


<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001401.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001359.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001310.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001208.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001191.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001181.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001138.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001104.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001100.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001073.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000977.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000974.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000943.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000881.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000858.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000829.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000827.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000821.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000820.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000814.php" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://www.luar.com.hk/flashbook/archives/001401.php">
<title>AMFPHP 1.9 Missing argument問題</title>
<link>http://www.luar.com.hk/flashbook/archives/001401.php</link>
<description>這兩天被兩個奇怪的問題困擾著。奇怪的原因是一些以前做好沒有問題，操作正常的東西，因為PHP版本昇級，突然無法操作。另一個問題，明明是本地測試沒有問題，但一上載到客戶的Server，卻又不能操作。面對這樣問題就是最痛苦，因為不是程式上的問題，只需往程式上打鑽，面對Server, Apache, PHP上等設定不同問題，真是花很多時間去慢慢找出來。

先說第一個問題。通過AMFPHP進行Flash Remoting時，Method有不同參數要傳，有些參數不需要，所以省略去，AMFPHP那邊收到時會變成Undefined...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2008-02-09T17:37:40+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001359.php">
<title>利用amfphp傳送Data到Flex2 Tree組件</title>
<link>http://www.luar.com.hk/flashbook/archives/001359.php</link>
<description><![CDATA[這篇教程，主要講解怎樣使用<a href="http://www.5etdemi.com/uploads/amfphp-1.9.beta.20070126.zip" target="_blank">amfphp 1.9</a>開始支援的AMF3跟Flex2進行Remoting通訊，將Database的多層樹狀結構Data傳到SWF，利用Tree組件表演出來。學習重點：設計多層樹狀結構的Database Table、編程Flex2可以直接套用amfphp返回數據格式、利用Flex Builder開發amfphp專案...]]></description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2007-04-07T14:54:00+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001310.php">
<title>Flex 2與AMFPHP，真的可以用連上？</title>
<link>http://www.luar.com.hk/flashbook/archives/001310.php</link>
<description><![CDATA[我之前已經說過<a href="http://www.luar.com.hk/flashbook/archives/001271.php">無法在Flex 2連上Remoting(AMFPHP)</a>，就算用NetConnection也有問題，雖然<a href="http://blog.xuite.net/ticore/blog2/4379425" target="_blank">Ticore說他的方法</a>是可以（以Remoting for .NET與OpenAMF測試），留言中<a href="http://ria.richtechmedia.com/" target="_blank">Jeremy</a>更證實他在Flex 2連上AMFPHP，但是這問題原來不只困擾我...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-12-27T13:52:59+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001208.php">
<title>OpenAMF的Pageable Recordset預設是20</title>
<link>http://www.luar.com.hk/flashbook/archives/001208.php</link>
<description>我之前不知道OpenAMF早已內置Pageable Recordset功能，一直自行做分頁。今天打算讀取較多Record時，發現例如Record總數有24個，實際傳來的只有20個...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-07-12T19:31:16+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001191.php">
<title>OpenAMF傳Object到Flash</title>
<link>http://www.luar.com.hk/flashbook/archives/001191.php</link>
<description>最近工作用到OpenAMF，發現OpenAMF傳Object到Flash，Flash只是收到一個String，value=&quot;[object Object]&quot;，不禁奇怪...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-06-15T17:19:55+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001181.php">
<title>AMFPHP在Persistent Layer探索</title>
<link>http://www.luar.com.hk/flashbook/archives/001181.php</link>
<description>首先先強調一點：Flash Remoting使用HTTP，HTTP是一個Stateless Protocol，所以它不會記住之前的東西...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-05-28T00:35:59+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001138.php">
<title>初試AMFPHP 1.0 Beta，新版本注意事項</title>
<link>http://www.luar.com.hk/flashbook/archives/001138.php</link>
<description><![CDATA[AMFPHP 1.0接近完成，今天抽時間試試<a href="http://www.5etdemi.com/uploads/amfphpbeta.zip">Beta版</a>...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-04-09T18:36:31+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001104.php">
<title>AMFPHP不兼容PHP 5.0.3</title>
<link>http://www.luar.com.hk/flashbook/archives/001104.php</link>
<description>今天我發現的問題，PHP 5.0.3裡，所有從Flash送到AMFPHP的參數，如果Data Type不是Number，例如是String，都會產生NetConnection.Call.BadVersion問題。經過求證後，是PHP5更改了pass-by-reference/pass-by-value做法，AMFPHP開發社群已經有解決提案，所以目前我建議如需要使用AMFPHP，還是在PHP4裡進行比較好...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-02-16T02:40:59+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001100.php">
<title>Flash MX 2004的Remoting Component安裝注意</title>
<link>http://www.luar.com.hk/flashbook/archives/001100.php</link>
<description>補充《AS2與RIA》一書8.1.2一節(台灣版第8-8頁)，AS2版Remoting Component並不包括AS1版的NetServices.as和NetDebug.as等，因此最好兩個版本都要安裝，方便平日工作...</description>
<dc:subject>FlashBook</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-02-12T17:48:13+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001073.php">
<title><![CDATA[AMFPHP 1.0<del>與Infrno</del>]]></title>
<link>http://www.luar.com.hk/flashbook/archives/001073.php</link>
<description><![CDATA[很久沒有新動作的AMFPHP 0.9，隨著有新成員Patrick Mineault加入，開始了AMFPHP 1.0 Beta，1.0版有很多令人期待的<a href="http://www.amfphp.org/wiki/doku.php?id=what_s_new" target="_blank">新功能</a>...]]></description>
<dc:subject>PHP</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-12-16T20:27:55+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000977.php">
<title>CF與Flash更好整合例子之2：RecordSet分頁</title>
<link>http://www.luar.com.hk/flashbook/archives/000977.php</link>
<description>Flash Remoting配合ColdFusion有一個Pageable Record Sets的功能，ColdFusion能夠將查詢結果暫存在Server裡Session，每次只經Flash Remoting傳送一部分數據到Flash，減少Flash等候接收數據時間...</description>
<dc:subject>FlashView</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-08-31T04:28:35+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000974.php">
<title>CF與Flash更好整合例子之1：Flash Remoting權限存取安全限制</title>
<link>http://www.luar.com.hk/flashbook/archives/000974.php</link>
<description><![CDATA[雖然我在《<a href="http://www.luar.com.hk/flashbook/archives/000331.php">ColdFusion跟Flash有更好整合是真的嗎?</a>》提出質疑，可惜沒有人可以提出具體例子，所謂ColdFusion跟Flash有更好整合不是指CF可以產生Flash Paper或Flash Form這些無關功能，所謂整合，就是前台的Flash跟後台ColdFusion連接上，有一些功能是其他後台技術沒有的，意思即是只有Flash加上ColdFusion才可以獨家做到...]]></description>
<dc:subject>FlashView</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-08-26T17:45:20+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000943.php">
<title>3Mb實質內容卻要下載16Mb東西</title>
<link>http://www.luar.com.hk/flashbook/archives/000943.php</link>
<description><![CDATA[<a href="http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_2.0/flashremoting_comp_as20-win-en.exe" target="_blank">Flash Remoting for Flash MX 2004 ActionScript 2.0</a>於2004年6月7日推出了，下載16Mb東西，安裝後，只有3Mb實質內容，其他的東西原來被JVM和Installer佔去，真荒謬 :p]]></description>
<dc:subject>FlashView</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-06-26T15:42:14+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000881.php">
<title>Flash MX 2004 Remoting Component Beta1推出了</title>
<link>http://www.luar.com.hk/flashbook/archives/000881.php</link>
<description>Flash MX 2004 Remoting Component Beta1推出了，供內部測試中，證明Macromedia不會放棄Flash Remoting這技術，這Remoting Component以AS2寫，還有新NetConnection Debugger和Remoting Connector組件，使人非常期待。</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-03-05T14:15:54+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000858.php">
<title>Flash MX 2004 Remoting組件已經支持中文Windows</title>
<link>http://www.luar.com.hk/flashbook/archives/000858.php</link>
<description><![CDATA[早前一直困擾中文Windows用戶的Flash MX 2004不能Remoting的問題已經解決了，Macromedia網站已經可以<a href="http://www.macromedia.com/software/flashremoting/downloads/components/" target="_blank">下載</a>更新...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-01-21T12:55:25+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000829.php">
<title>Flash MX 2004 Web Services兼容問題</title>
<link>http://www.luar.com.hk/flashbook/archives/000829.php</link>
<description>Flash MX 2004本身提供了連接Web Services的能力，可惜它在不同Browser，與及連接不同Web Services後台，有時會失敗的...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-12-07T12:33:11+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000827.php">
<title>BabelFish服務已經停止了</title>
<link>http://www.luar.com.hk/flashbook/archives/000827.php</link>
<description><![CDATA[Macromedia關於Flash MX 2004連接Web Services的<a href="http://livedocs.macromedia.com/flash/mx2004/main/web_serb.htm" target="_blank">教程</a>，或其他類似Web Services教程，都喜歡用<a href="http://www.xmethods.net/sd/2001/BabelFishService.wsdl" target="_blank">BabelFish</a>翻譯作例子...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-12-06T23:59:06+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000821.php">
<title>徹底解決AMFPHP支援中文的方法</title>
<link>http://www.luar.com.hk/flashbook/archives/000821.php</link>
<description><![CDATA[國內PHP高手hui已經解決AMFPHP不支持中文問題，詳情<a href="http://la.vava.cn/viewtopic.php?t=637" target="_blank">按此</a>...]]></description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-11-07T01:20:18+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000820.php">
<title>中文Windows下Flash MX 2004不能Flash Remoting問題</title>
<link>http://www.luar.com.hk/flashbook/archives/000820.php</link>
<description>過去一兩個月，不少大陸、台灣的中文Windows用戶，使用Flash MX 2004，儘管安裝了Flash MX 2004 Remoting Components，都不能使用Flash Remoting，這是由於Remoting Components是安裝在Flash MX 2004\en\First Run下...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-11-02T01:43:51+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000814.php">
<title>已知的AMFPHP Bugs</title>
<link>http://www.luar.com.hk/flashbook/archives/000814.php</link>
<description>AMFPHP仍在發展階段，技術上沒有Cold Fusion下Flash Remoting這麼好，已知問題包括...</description>
<dc:subject>FlashRemoting</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2003-10-23T17:50:15+08:00</dc:date>
</item>


</rdf:RDF>