<?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/001380.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001371.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001361.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/001352.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001331.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001330.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001329.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/001158.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000933.php" />

<rdf:li rdf:resource="http://www.luar.com.hk/flashbook/archives/000897.php" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://www.luar.com.hk/flashbook/archives/001380.php">
<title>在TabNavigator動態添加刪除Tab</title>
<link>http://www.luar.com.hk/flashbook/archives/001380.php</link>
<description><![CDATA[Flex2.0.1：在&lt;mx:TabNavigator&gt;放置Canvas, VBox, HBox等Container就可以自動出現對應Tab，如果希望有些Tab是動態出現...]]></description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2007-10-11T21:53:13+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001371.php">
<title>我做的一個Flex2應用例子</title>
<link>http://www.luar.com.hk/flashbook/archives/001371.php</link>
<description><![CDATA[潛水多月，除了做了<a href="http://www.vcasmo.com/">VCASMO</a>外，我還做了一些Flex2專案，這是一個胎死腹中的<a href="http://demo.kcly.com/netasian/controlpanel/index_en.html" target="_blank">專案</a>，所以不介意分享出來給大家看看，整個系統還沒有完成，所以可以操作就去試，不可以操作就是沒有完成，不用大驚小怪。除了icon外，前後台界面編程通通都是我一人完成...
]]></description>
<dc:subject>Experiment</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2007-08-09T23:51:53+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001361.php">
<title>Flex Builder 2累積Patch</title>
<link>http://www.luar.com.hk/flashbook/archives/001361.php</link>
<description>Flex Builder 2累積Patch...</description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2007-04-17T09:39:00+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/001352.php">
<title>AS1/2 escape()和AS3 escape() 是不同</title>
<link>http://www.luar.com.hk/flashbook/archives/001352.php</link>
<description>在英文開發環境，未必容易察覺，因為AS1/2 escape()和AS3 escape() return相同結果，但是在double-byte文字，AS3 escape()終於跟JavaScript的做法相同，如果你要以前AS1/2的格式...</description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2007-01-19T16:13:03+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001331.php">
<title>用Batch File 批量編譯所有MXML</title>
<link>http://www.luar.com.hk/flashbook/archives/001331.php</link>
<description><![CDATA[Flex2幫助裡的Programming AS3教學（<a href="http://www.adobe.com/go/programmingAS3" target="_blank">網上看</a>，<a href="http://www.adobe.com/go/programmingAS3_pdf" target="_blank">PDF</a>）的範例源檔，在Adobe網站有提供<a href="http://www.adobe.com/go/as3examples">下載</a>，可惜所有範例都沒有提供編譯好的SWF，需要自行打開Flex Builder去編譯，我覺得太麻煩了，所以寫了一個Batch File...]]></description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2006-06-29T21:45:35+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001330.php">
<title>伸縮Menu (Flex2版)</title>
<link>http://www.luar.com.hk/flashbook/archives/001330.php</link>
<description><![CDATA[我以前用<a href="http://www.luar.com.hk/flashbook/archives/000952.php" target="_blank">v2 Tree組件改成伸縮Menu</a>，現在嘗試將Flex2的Tree Control skinning成同樣的東西，編程概念非常不同，除了圖像可以重用外，程式碼都是重寫的...]]></description>
<dc:subject>Experiment</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2006-06-27T18:06:11+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001329.php">
<title>先儲存，後測試</title>
<link>http://www.luar.com.hk/flashbook/archives/001329.php</link>
<description>由Flash轉向Flex2，有一些習慣要改掉，在Flash裡，修改了少許，Ctrl+Enter測試影片，已經反映了新的；但在Flex Bulider不是，要先Save了，後才Run，背後Building workspace才能夠反映新的。</description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2006-06-27T01:58:46+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/001158.php">
<title>在Linux安裝Flex過程</title>
<link>http://www.luar.com.hk/flashbook/archives/001158.php</link>
<description>首先，因為我的Flex純粹作學習和示範之用，所以安裝設定從簡，決定在Tomcat上跑，Tomcat自己在8080跑，不跟Apache整合。正常步驟是為了安裝Flex，要先安裝Tomcat；為了安裝Tomcat，要先安裝JDK...</description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2005-05-07T02:50:30+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000933.php">
<title>611台灣FLEX培訓課程的講義範例等下載</title>
<link>http://www.luar.com.hk/flashbook/archives/000933.php</link>
<description><![CDATA[611台灣FLEX培訓課程的講義範例等<a href="http://www.luar.com.hk/flashbook/upload/LuarFlex.zip" target="_blank">下載</a>。]]></description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-06-15T10:38:11+08:00</dc:date>
</item>

<item rdf:about="http://www.luar.com.hk/flashbook/archives/000897.php">
<title>將Laszlo和Flex一同安裝在Tomcat下</title>
<link>http://www.luar.com.hk/flashbook/archives/000897.php</link>
<description>我的Tomcat既可以行Laszlo，又可以行Flex，兩個死對頭竟然給我放在一起，哈...</description>
<dc:subject>Flex</dc:subject>
<dc:creator>luar</dc:creator>
<dc:date>2004-04-03T03:27:46+08:00</dc:date>
</item>


</rdf:RDF>