<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet Another Blog from Luar</title>
	<atom:link href="http://luar.com.hk/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://luar.com.hk/blog</link>
	<description>Balanced Views on Adobe Flash/Flex Technology</description>
	<lastBuildDate>Tue, 13 Sep 2011 20:54:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>First Try on Erlyvideo</title>
		<link>http://luar.com.hk/blog/?p=950</link>
		<comments>http://luar.com.hk/blog/?p=950#comments</comments>
		<pubDate>Tue, 13 Sep 2011 20:54:44 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash Media Server]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=950</guid>
		<description><![CDATA[Erlyvideo is another free/commercial Flash Media Server alternative, I notice it because it claimed it can streaming video to iPhone. I am looking for a solution directly streaming flv to iPhone for a long time, but still cannot find any. Movie file location setting Edit erlyvideo/priv/erlyvideo.conf, parameter: file_dir iPhone streaming path http://www.&#60;domain&#62;.com:8082/iphone/playlists/&#60;folder&#62;/&#60;folder&#62;/&#60;filename.ext&#62;.m3u8 Testing result: mp4, [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=950</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiple Player / Real Time Data Push Solution for iPhone</title>
		<link>http://luar.com.hk/blog/?p=941</link>
		<comments>http://luar.com.hk/blog/?p=941#comments</comments>
		<pubDate>Sat, 10 Jul 2010 18:16:07 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=941</guid>
		<description><![CDATA[Reference Article stackoverflow: Multi-player server for iPhone application, using device as socket server. stackoverflow: COMET (server push to client) on iPhone Free (with iPhone API / SDK) RedDwarf Server (Yes) Stomp (Yes) WebChat 2.0 (No) Commercial (with iPhone API / SDK) StreamHub (No, Web App) SmartFoxServer Pro (Yes) Exit Games Photon (Yes)]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=941</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abbreviate TextField Characters According to Rows Count</title>
		<link>http://luar.com.hk/blog/?p=925</link>
		<comments>http://luar.com.hk/blog/?p=925#comments</comments>
		<pubDate>Tue, 30 Mar 2010 04:56:05 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=925</guid>
		<description><![CDATA[Before AS3, we can only use substr to abbreviate string characters number for TextField, but we have to guess a extract number to fit our UI design, e.g. only show two lines, we have to guess in this font size, font face, what is maximum numbers of character can be shown. It is a problem [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=925</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Player 10.1, Client-side Microphone Recording Demo</title>
		<link>http://luar.com.hk/blog/?p=918</link>
		<comments>http://luar.com.hk/blog/?p=918#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:47:39 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Media Server]]></category>
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=918</guid>
		<description><![CDATA[Thanks Flash Player 10.1, now we can record the sound through microphone directly in browser without the use of Flash Media Server, you can download the wav file converted from ByteArray immediately, you can download mp3 which I send wav file to server and using LAME to encode as mp3. Hope AS3 mp3encoder can come [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=918</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP in Windows, under IIS and Apache, file path is handled differently</title>
		<link>http://luar.com.hk/blog/?p=911</link>
		<comments>http://luar.com.hk/blog/?p=911#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:11:39 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=911</guid>
		<description><![CDATA[PHP in Windows, under IIS and Apache, file path is handled differently, for example: Under IIS: C:\Projects\test.php Under Apache: C:/Projects/test.php So if you want based on &#8220;/&#8221; to do something like RegEx, remember convert Windows style file path to Unix style, e.g:]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=911</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trouble with Hotlink Protection and HTTP Referer in Different Browsers</title>
		<link>http://luar.com.hk/blog/?p=873</link>
		<comments>http://luar.com.hk/blog/?p=873#comments</comments>
		<pubDate>Sat, 03 Oct 2009 09:49:11 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=873</guid>
		<description><![CDATA[To save bandwidth, most of servers will practice some hotlink protection, usually using either following script to check whether the HTTP referer is come from the same server, most script are focus on image file, but it can slightly modified for FLV protection. There are two common methods to do that: Edit in .htaccess RewriteCond [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=873</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Some installation notes on Flash Media Server 3/3.5</title>
		<link>http://luar.com.hk/blog/?p=868</link>
		<comments>http://luar.com.hk/blog/?p=868#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:37:01 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash Media Server]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=868</guid>
		<description><![CDATA[Port 80 Issue FMS 3.5 comes with Apache, since server installed Apache, so do not install it. I want HTTP Tunneling, so chose Port 1935,80 during installation. When FMS started, Apache cannot run, because port 80 is listened by FMS now. Therfore if you get one server only, running web server and FMS, cannot use [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=868</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several Useful SWF, Flash Player Version Detection Service</title>
		<link>http://luar.com.hk/blog/?p=865</link>
		<comments>http://luar.com.hk/blog/?p=865#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:24:04 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=865</guid>
		<description><![CDATA[Detect Flash Player version: HTML: http://playerversion.com/ Flash: http://www.flashplayerversion.com/ Detect SWF version: Detect is it AS1/2 or AS3: http://swfversion.com/ Detect is it built with Flex: http://www.jamesward.com/is_it_flex/]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=865</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[AS1/2] Using POST method to send parameters and receive XML</title>
		<link>http://luar.com.hk/blog/?p=842</link>
		<comments>http://luar.com.hk/blog/?p=842#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:44:29 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=842</guid>
		<description><![CDATA[If you use POST method to send parameters, the received result is XML, you should use LoadVars or XML? sendAndLoad from LoadVars cannot handle received XML format, sendAndLoad from XML can use GET method to send parameters only, cannot use POST Method. I have already sticked to write AS3, suddenly switch back to AS1, I [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=842</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using BlendMode:Layer solve the problem when MovieClip is semi-transparent, the colors are mixed together</title>
		<link>http://luar.com.hk/blog/?p=836</link>
		<comments>http://luar.com.hk/blog/?p=836#comments</comments>
		<pubDate>Tue, 23 Jun 2009 07:29:10 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=836</guid>
		<description><![CDATA[Designers always face this problem, inside a MovieClip, there are different symbols, when MovieClip is semi-transparent, each symbol has its own semi-transparent, so the colors are mixed together as the following example: To solve this problem you can set MovieClip BlendMode to Layer ActionScript syntax: mc.blendMode = "layer";(For Flash 8 AS1/2, too) Download sample fla(Flash [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=836</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[JSFL] Toggle Bitmap Use Imported JPEG Quality</title>
		<link>http://luar.com.hk/blog/?p=830</link>
		<comments>http://luar.com.hk/blog/?p=830#comments</comments>
		<pubDate>Fri, 29 May 2009 22:26:42 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Component]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=830</guid>
		<description><![CDATA[Wrote a JSFL, it can make the bitmap in library, if its compression is Photo(JPEG), toggle between use document default quality or custom quality, it also set &#8220;Allow smoothing&#8221; to true. If you do not want to use &#8220;Allow smoothing&#8221;, comment JSFL line 16: library.items[i].allowSmoothing = true; Download For Flash MX2004 &#8211; Flash CS3 For [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=830</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft 2019 Mortage</title>
		<link>http://luar.com.hk/blog/?p=829</link>
		<comments>http://luar.com.hk/blog/?p=829#comments</comments>
		<pubDate>Wed, 27 May 2009 06:52:52 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=829</guid>
		<description><![CDATA[The focus of the video is not watching how Microsoft will build a great future for us, because there seems to be a serious difference somewhere between innovation and realization. But the interface design, UI, user experience in the video, give our RIA developers an inspiration and references, especially when touch screen is popular, multi-touch [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=829</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[AS2] Handle Special Characters in XML</title>
		<link>http://luar.com.hk/blog/?p=828</link>
		<comments>http://luar.com.hk/blog/?p=828#comments</comments>
		<pubDate>Tue, 19 May 2009 08:43:24 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=828</guid>
		<description><![CDATA[When loading XML File and parsing, usually use ChildNode[n].toString() for extract the data, sound like it can get the data and convert to &#8220;String&#8221; or other variable type. Normally, it has no problem, but when the XML contains special characte, it will get back wrong data, for example special characters like: &#8216;, &#38;, &#34;. Here [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=828</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Keynote Alpha Background Transparent Function Port to Flash Version</title>
		<link>http://luar.com.hk/blog/?p=827</link>
		<comments>http://luar.com.hk/blog/?p=827#comments</comments>
		<pubDate>Fri, 04 Jul 2008 19:36:33 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=827</guid>
		<description><![CDATA[Mac Keynote 08 Alpha Function is an amazing and convenience feature, it can easily remove the background of image, why Photoshop have not such feature? Apple is Apple, UI and features are always very user-friendly. If you do not know how Keynote Alpha work, please watch the following demonstration: My Flash version, of course, still [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=827</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get XML Node with Namespace in JavaScript Between Firefox 2 &amp; 3 Are Different</title>
		<link>http://luar.com.hk/blog/?p=826</link>
		<comments>http://luar.com.hk/blog/?p=826#comments</comments>
		<pubDate>Mon, 23 Jun 2008 15:11:00 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=826</guid>
		<description><![CDATA[When Firefox3 in RC state, I have already noticed my work Instant-VCASMO. The parsing of YouTube embed code has problem. At that time, I think it will be fixed when Firefox 3 is officially released. When Firefox3 is out, the error is still here. Therefore, I have to take time to study why a browser [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=826</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showcases of Roxik&#8217;s amazing Flash 3D works has launched.</title>
		<link>http://luar.com.hk/blog/?p=824</link>
		<comments>http://luar.com.hk/blog/?p=824#comments</comments>
		<pubDate>Wed, 11 Jun 2008 19:52:28 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Coolsite]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=824</guid>
		<description><![CDATA[Check here. Included some demo who shown in last year MAX2007 Japan.]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=824</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MMUG(HK) 11th Gathering (2008-6)</title>
		<link>http://luar.com.hk/blog/?p=822</link>
		<comments>http://luar.com.hk/blog/?p=822#comments</comments>
		<pubDate>Sun, 08 Jun 2008 23:11:33 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[MMUG]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=822</guid>
		<description><![CDATA[The gathering topic of course is the latest hit one: Flash Player 10 and 3D, beside, we have Flex 3 development experience share. Detail and registration, please refer: http://www.mmug.com.hk/forum/viewtopic.php?t=1709]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=822</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roxik&#8217;s latest amazing Flash 3D site</title>
		<link>http://luar.com.hk/blog/?p=821</link>
		<comments>http://luar.com.hk/blog/?p=821#comments</comments>
		<pubDate>Thu, 05 Jun 2008 06:18:45 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Coolsite]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=821</guid>
		<description><![CDATA[How he can optimize his own 3D engine so smooth? It is running so smooth even in my old slow 5 years+ PC, which is too slow to run most PV3D site. Anyway, check it!.]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=821</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Setup CentOS in Parallels as Development Server in MAC</title>
		<link>http://luar.com.hk/blog/?p=819</link>
		<comments>http://luar.com.hk/blog/?p=819#comments</comments>
		<pubDate>Tue, 06 May 2008 19:39:03 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=819</guid>
		<description><![CDATA[Install CentOS in Parallels 3.0 is quite straight forward. Firstly, download the net install ISO from CentOS site. Parallels can directly using iso file mount as CD-ROM for booting up a new empty VM. During the wizard setup process, choose Linux, for distribution, although no CentOS in the list, since CentOS is based on Fedora, [...]]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=819</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Please vote for VCASMO</title>
		<link>http://luar.com.hk/blog/?p=817</link>
		<comments>http://luar.com.hk/blog/?p=817#comments</comments>
		<pubDate>Tue, 26 Feb 2008 18:07:24 +0000</pubDate>
		<dc:creator>luar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://luar.com.hk/blog/?p=817</guid>
		<description><![CDATA[My work: VCASMO are honourable to be one of the nominates in the 2008 Webware 100. It is a surprise for me. Voting is now open, please vote for VCASMO. Thank you]]></description>
		<wfw:commentRss>http://luar.com.hk/blog/?feed=rss2&#038;p=817</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
