                    <?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>Way&#039;s Blog &#187; Image</title>
	<atom:link href="http://way.cubeforge.net/blog/category/image/feed/" rel="self" type="application/rss+xml" />
	<link>http://way.cubeforge.net/blog</link>
	<description>Hong Kong Adobe Flex Developer</description>
	<lastBuildDate>Fri, 06 Jan 2012 04:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Image Recovery &#8230;</title>
		<link>http://way.cubeforge.net/blog/2009/03/image-recovery/</link>
		<comments>http://way.cubeforge.net/blog/2009/03/image-recovery/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:40:52 +0000</pubDate>
		<dc:creator>Way</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Feelings]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Other Technologies]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Digital Image Recovery]]></category>
		<category><![CDATA[Image Recovery]]></category>
		<category><![CDATA[PC Inspector File Recovery]]></category>
		<category><![CDATA[SD Card]]></category>

		<guid isPermaLink="false">http://way.cubeforge.net/blog/?p=388</guid>
		<description><![CDATA[話說頭先仲好嬲冇哂D 相個陣突然諗起可以RECOVER 返張SD CARD入面既相&#8230; 咁就GOOGLE到兩個BROTHERS 推薦既SOFTWARE, 一開始我裝左 PC Inspector File Recovery ..呢個SOFTWARE好在個UI比較靚D 感覺上&#8230;不過就唔係好識用..因為佢唔USER FRIENDLY, 同埋佢RECOVER 到D相得一半&#8230; =.= 以下既係其中一張失敗既相 ..     如你所見&#8230;灰左&#8230;&#8230;&#8230;.. 跟住我試完第2個Digital Image Recovery之後開心返哂&#8230;因為TOTAL得1,2張救唔到, 其他相都救得返, 勁開心. 係呢度強烈推薦大家去用&#8230; 其實呢個SOFTWARE真係好有用, 因為好多時我地去用相機影相個陣真係會好易唔小心DELETE哂D相架..      呢個係同一幅相~]]></description>
			<content:encoded><![CDATA[<p>話說頭先仲好嬲冇哂D 相個陣突然諗起可以RECOVER 返張SD CARD入面既相&#8230; 咁就GOOGLE到兩個BROTHERS 推薦既SOFTWARE, 一開始我裝左 PC Inspector File Recovery ..呢個SOFTWARE好在個UI比較靚D 感覺上&#8230;不過就唔係好識用..因為佢唔USER FRIENDLY, 同埋佢RECOVER 到D相得一半&#8230; =.= 以下既係其中一張失敗既相 ..</p>
<p> </p>
<div id="attachment_390" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-390" title="cluster-376" src="http://way.cubeforge.net/blog/wp-content/uploads/2009/03/cluster-376-300x225.jpg" alt="PC Inspector File Recovery" width="300" height="225" /><p class="wp-caption-text">PC Inspector File Recovery</p></div>
<p> </p>
<p>如你所見&#8230;灰左&#8230;&#8230;&#8230;..</p>
<p>跟住我試完第2個Digital Image Recovery之後開心返哂&#8230;因為TOTAL得1,2張救唔到, 其他相都救得返, 勁開心. 係呢度強烈推薦大家去用&#8230; 其實呢個SOFTWARE真係好有用, 因為好多時我地去用相機影相個陣真係會好易唔小心DELETE哂D相架.. </p>
<p> </p>
<p> </p>
<div id="attachment_391" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-391" title="image3" src="http://way.cubeforge.net/blog/wp-content/uploads/2009/03/image3-300x225.jpg" alt="Digital Image Recovery" width="300" height="225" /><p class="wp-caption-text">Digital Image Recovery</p></div>
<p>呢個係同一幅相~</p>
]]></content:encoded>
			<wfw:commentRss>http://way.cubeforge.net/blog/2009/03/image-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic source of Image control</title>
		<link>http://way.cubeforge.net/blog/2008/08/dynamic-source-of-image-control/</link>
		<comments>http://way.cubeforge.net/blog/2008/08/dynamic-source-of-image-control/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 08:57:00 +0000</pubDate>
		<dc:creator>Way</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex Note]]></category>
		<category><![CDATA[Image]]></category>

		<guid isPermaLink="false">http://way.cubeforge.net/blog/?p=245</guid>
		<description><![CDATA[In order to change the image source dynamically instead of creating multiple image instances, we could make use of [Embed] tag as follows: [Embed(source="a.png")]private var _src_a:Class;[Embed(source="b.png")]private var _src_b:Class; _img = new Image ();if ( &#8230; ) { _img.source = _src_a;} else { _img.source = _src_b;} http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&#38;file=00000968.html]]></description>
			<content:encoded><![CDATA[<p>In order to change the image source  dynamically instead of creating multiple image instances, we could make use of [Embed] tag as follows:</p>
<p>[Embed(source="a.png")]<br />private var _src_a:Class;<br />[Embed(source="b.png")]<br />private var _src_b:Class;</p>
<p>_img = new Image ();<br />if ( &#8230; ) {<br />   _img.source = _src_a;<br />} else {<br />   _img.source = _src_b;<br />}</p>
<p><a href="http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000968.html">http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00000968.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://way.cubeforge.net/blog/2008/08/dynamic-source-of-image-control/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

