<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>lifeztream</title>
	<link>http://www.lifeztream.com/blog</link>
	<description>Creative &#038; Flash innovation blog</description>
	<pubDate>Sun, 26 Jul 2009 10:23:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Making of C-for-yourself 3D mini game</title>
		<link>http://www.lifeztream.com/blog/?p=119&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=119&amp;language=en#comments</comments>
		<pubDate>Fri, 02 Nov 2007 12:16:41 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Adobe Flash]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=119&amp;language=en</guid>
		<description><![CDATA[

Flash 3D mini game, a small game which is so stunning.
Not to over rated, but this game can ensure developers that flash 3d game is works.
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/11/gameimg1.jpg" alt="C Class Game 1" /></p>
<p style="text-align: center"><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/11/gameimg2.jpg" alt="C Class Game 2" /></p>
<p>Flash 3D mini game, a small game which is so stunning.<br />
Not to over rated, but this game can ensure developers that flash 3d game is works.<br />
 <a href="http://www.lifeztream.com/blog/?p=119&amp;language=en">(more&#8230;)</a></p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=119&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=119&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=119&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Modify Papervision for Double Sized data from maya</title>
		<link>http://www.lifeztream.com/blog/?p=102&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=102&amp;language=en#comments</comments>
		<pubDate>Tue, 23 Oct 2007 18:40:05 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Adobe Flash]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=102</guid>
		<description><![CDATA[Generally, collada model&#8217;s material in papaervision3d displays only one-sized whether you set it double-sized in maya or not.
Let&#8217;s modify Collada.as to display double-sized data from maya.
Open the file
org/papervision3d/object/Collada.as

//private function parseGeometry @ latest line
buildObject( semantics, instance, matrix ,(geometry.extra.technique.double_sided==1));


//private function buildObject @ first line
private funcction buildObject( semantics:Object, instance:DisplayObject3D, matrix:Matrix3D=null ,doubleSized:Boolean=false):void


/* private function buildObject, find the following line
var [...]]]></description>
			<content:encoded><![CDATA[<p>Generally, collada model&#8217;s material in papaervision3d displays only one-sized whether you set it double-sized in maya or not.<br />
Let&#8217;s modify Collada.as to display double-sized data from maya.</p>
<p>Open the file<br />
org/papervision3d/object/Collada.as</p>
<div class="code">
<font color="#9e9e9e">//private function parseGeometry @ latest line</font><br />
buildObject( semantics, instance, matrix<font color="#9e9e9e"><strong> ,(geometry.extra.technique.double_sided==1)</strong></font>);
</div>
<div class="code">
<font color="#9e9e9e">//private function buildObject @ first line</font><br />
private funcction buildObject( semantics:Object, instance:DisplayObject3D, matrix:Matrix3D=null<font color="#9e9e9e"><strong> ,doubleSized:Boolean=false</strong></font>):void
</div>
<div class="code">
<font color="#9e9e9e">/* private function buildObject, find the following line<br />
var face:Face3D = new Face3D( faceList, _materials.getMaterialByName(materialName), uvList );<br />
before this line add the script */</font><br />
_materials.getMaterialByName(materialName).oneSide = !doubleSized;
</div>
<p>In maya, the default of objects are displayed as double-sized. When you export them while double-sized is set, it&#8217;d be display an un-want effect in complicated object.<br />
So, you should remove the double-sized setting when export them and I recommended you to use double-sized setting for the plane object only.</p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=102&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=102&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=102&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Flash FPS Monitor AS2,AS3</title>
		<link>http://www.lifeztream.com/blog/?p=97&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=97&amp;language=en#comments</comments>
		<pubDate>Thu, 18 Oct 2007 17:24:37 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Labs]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[AS2]]></category>

		<category><![CDATA[Adobe Flash]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=97</guid>
		<description><![CDATA[
Script to display currently framerate of flash movie for flash-developer.
AS2 version featured:
Display graph of framerate in the period of time. This graph is usually be the green but when the framerate is drop it will change the color to yellow and red.
TE (Time Elapsed) Use for examination the speed in millisecond of each single frame.
Enlarge [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/fps.jpg" alt="fps.jpg" /></p>
<p>Script to display currently framerate of flash movie for flash-developer.</p>
<h3>AS2 version featured:</h3>
<li>Display graph of framerate in the period of time. This graph is usually be the green but when the framerate is drop it will change the color to yellow and red.</li>
<li>TE (Time Elapsed) Use for examination the speed in millisecond of each single frame.</li>
<li>Enlarge mode and Compact mode</li>
<li>Changing its position, top-left and top-right</li>
<li>FPS isn&#8217;t reset, this helps you to test the looping movie.</li>
<h3>  </h3>
<h3>AS3 version include a featured:</h3>
<p>Display memory usage and its graph.</p>
<p> <a href="http://www.lifeztream.com/blog/?p=97&amp;language=en">(more&#8230;)</a></p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=97&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=97&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=97&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>DAE Viewer 0.9 Beta</title>
		<link>http://www.lifeztream.com/blog/?p=94&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=94&amp;language=en#comments</comments>
		<pubDate>Thu, 18 Oct 2007 16:38:52 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Labs]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Adobe Flash]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=94</guid>
		<description><![CDATA[
Because of possibility to create 3d games in flash with Papervision3d is not so far. This would be the time that a web/game-developper like me must start to do this. Back to the last month, I started to developed games and application in AS3 and leaved the old friend AS2 behind. I found some problems [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/10/viewer.jpg" alt="viewer.jpg" /></p>
<p>Because of possibility to create 3d games in flash with Papervision3d is not so far. This would be the time that a web/game-developper like me must start to do this. Back to the last month, I started to developed games and application in AS3 and leaved the old friend AS2 behind. I found some problems with depth manager of papervision which is needed to modify a little as well as its performance is quite limited. May be, I need to learn more about it, by the way, I was completely started with AS3.</p>
<p>Due to my current work, figure 3D models from Maya to use in flash game has some problems; size, face, rotation, texture etc..<br />
I created a program from flash to test/view these models as well as include a little tuning with their size, rotation at the same environment of the game before placing them.</p>
<p>This program only* supports the file type *.dae collada with triangular faces.<br />
<s>And the program is BETA, I am waiting to the complete of AS3 AIR-Application to fix the browse and save method in this program. Now, you can type the absolute path to test your dae model and only browse them in the same directory.</s> version 1.0 is completed.</p>
<p>Test the application here:<br />
<a target="_blank" target="_blank" href="http://www.lifeztream.com/work/daeviewer/">http://www.lifeztream.com/work/daeviewer/</a></p>
<p><a target="_blank" target="_blank" href="http://www.lifeztream.com/work/daeviewer/" title="DAE Viewer 0.9 Beta"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/10/viewer2.jpg" alt="viewer2.jpg" /></a></p>
<h3>DAE Viewer 1.0 is finished</h3>
<h4>Usage:</h4>
<p>Double click a file which has the *.dae extension, the program will be opend.<br />
This program support drag-drop to open a file or you can browse it directly from the program.</p>
<h4>Installation:</h4>
<p>First, downlaod AIR application runtime from Adobe at the link below:<br />
<a target="_blank" target="_blank" href="http://labs.adobe.com/downloads/air.html">http://labs.adobe.com/downloads/air.html</a></p>
<h4>and here is DAEVIEWER 1.0</h4>
<p><a href="http://www.lifeztream.com/blog/wp-content/plugins/wp-downloadMonitor/download.php?id=5" 
				title="Version 1.0 downloaded 2015 times" >DaeViewer1.0 (2015)</a></p>
<p>Source code for flash developers, including AS3 with AIR Application scripting:<br />
<a href="http://www.lifeztream.com/blog/wp-content/plugins/wp-downloadMonitor/download.php?id=6" 
				title="Version 1.0 downloaded 1043 times" >DaeViewer1.0 source as3 with air application (1043)</a></p>
<p>please come back to leave a comment for this program to enhance it in the next version <img src='http://www.lifeztream.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=94&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=94&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=94&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Right brain vs. Left brain</title>
		<link>http://www.lifeztream.com/blog/?p=95&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=95&amp;language=en#comments</comments>
		<pubDate>Tue, 16 Oct 2007 16:38:57 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=95</guid>
		<description><![CDATA[

  
Do you see her turn clockwise or counter clockwise?
If you see her turn clockwise, you use you right brain more than the left one.
The left brain using for the logical, sequential, rational and analytical. But the right brain using for the intuitive, subjective and random.
At the first sight, I saw her turn clockwise, [...]]]></description>
			<content:encoded><![CDATA[<p><span align="center">
<p style="text-align: center"><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/10/dancer.gif" alt="dancer.gif" /></p>
<p> </span> </p>
<p>Do you see her turn clockwise or counter clockwise?<br />
If you see her turn clockwise, you use you right brain more than the left one.<br />
The left brain using for the logical, sequential, rational and analytical. But the right brain using for the intuitive, subjective and random.</p>
<p>At the first sight, I saw her turn clockwise, then she turns opposite after 1 min of seeing.</p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=95&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=95&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=95&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Sony Bravia: Pyramid</title>
		<link>http://www.lifeztream.com/blog/?p=96&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=96&amp;language=en#comments</comments>
		<pubDate>Mon, 15 Oct 2007 16:54:18 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[TVC]]></category>

		<category><![CDATA[Creative]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=96</guid>
		<description><![CDATA[Sony bravia launch the new TVC again. For this campaign, It was start from colorful-balls bouncing around the town then the fireworks of water-color.
This is the third, let&#8217;s see.
flash
     
var bravia = new SWFObject("http://www.youtube.com/v/zW--lAtwyEo","bravia", "425", "350", "8", "#666666",true,"BEST",_ul); 
bravia.addParam("menu","false"); 
bravia.write("bravia");
Agency : Y&#38;R
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Sony bravia launch the new TVC again. For this campaign, It was start from colorful-balls bouncing around the town then the fireworks of water-color.<br />
This is the third, let&#8217;s see.</p>
<div align="center" id="bravia">flash</div>
<p><script language="javascript">     
var bravia = new SWFObject("http://www.youtube.com/v/zW--lAtwyEo","bravia", "425", "350", "8", "#666666",true,"BEST",_ul); 
bravia.addParam("menu","false"); 
bravia.write("bravia");</script></p>
<p>Agency : Y&amp;R</p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=96&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=96&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=96&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Banner DOG and the Food</title>
		<link>http://www.lifeztream.com/blog/?p=98&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=98&amp;language=en#comments</comments>
		<pubDate>Sat, 13 Oct 2007 17:29:18 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Online Banner]]></category>

		<category><![CDATA[Creative]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=98</guid>
		<description><![CDATA[

Not to say much with a cuty banner like this, click at the image above.
From : http://www.wonderactive.jp
How it works
This banner isn&#8217;t hard to do, but how to get the idea is not so easy. So, I will explain how to do it.
Create a transparent flash (doesn&#8217;t have any background on layers), compile it, then place [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" target="_blank" href="http://www.lifeztream.com/res/dogbanner/index.html"><br />
<img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/bannerimg.jpg" alt="bannerimg.jpg" /></a></p>
<p>Not to say much with a cuty banner like this, click at the image above.<br />
From : <a target="_blank" href="http://www.wonderactive.jp/">http://www.wonderactive.jp</a></p>
<h3>How it works</h3>
<p>This banner isn&#8217;t hard to do, but how to get the idea is not so easy. So, I will explain how to do it.<br />
Create a transparent flash (doesn&#8217;t have any background on layers), compile it, then place the flash HTML code within Tag &lt;div&gt;&lt;/div&gt; in your HTML file, doing this to layered the flash on top of any HTML obejct. Next, set width property of the DIV tag to 100% and add parameters for your flash object like this</p>
<div class="code">&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&gt;<br />
&lt;!&#8211;makes it transparent&#8211;&gt;<br />
&lt;param name=&#8221;scale&#8221; value=&#8221;noscale&#8221;&gt;<br />
&lt;!&#8211;Flash movie can&#8217;t be scaled&#8211;&gt;
</div>
<p>Then place these parameters to the &lt;embed&gt; Tag as its attribures again.<br />
Have fun with creating banners.</p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=98&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=98&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=98&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>My Old works</title>
		<link>http://www.lifeztream.com/blog/?p=66&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=66&amp;language=en#comments</comments>
		<pubDate>Wed, 26 Sep 2007 14:16:42 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=66</guid>
		<description><![CDATA[These are my old works since year 2004 to 2006.

Mock up website Bangkok Metrooilitain Administration 2004

Mock up website Siam2you.com

CHIVASONE Bigapple
Production : DRAFT

Mockup : Majestic (15 pics story board)

IMAP 2005
Design&#38;AS2 PC+Pocket PC
Production : Siam2you.com
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>These are my old works since year 2004 to 2006.</p>
<p><a target="_blank" href="http://www.lifeztream.com/work/oldworks/BMA.jpg"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/011.jpg" alt="011.jpg" /></a><br />
Mock up website Bangkok Metrooilitain Administration 2004</p>
<p><a target="_blank" target="_blank" href="http://www.lifeztream.com/work/oldworks/siam2you.jpg"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/021.jpg" alt="021.jpg" /></a><br />
Mock up website Siam2you.com</p>
<p><a target="_blank" target="_blank" href="http://www.chivas1.com/bigapple"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/05.jpg" alt="05.jpg" /></a><br />
CHIVASONE Bigapple<br />
Production : DRAFT</p>
<p><a target="_blank" target="_blank" href="http://www.lifeztream.com/work/oldworks/majestic.html"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/04.jpg" alt="04.jpg" /></a><br />
Mockup : Majestic (15 pics story board)</p>
<p><a target="_blank" target="_blank" href="http://www.eta.co.th/IMap2005/imap.php"><img border="0" src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/06.jpg" alt="06.jpg" /></a><br />
IMAP 2005<br />
Design&amp;AS2 PC+Pocket PC<br />
Production : Siam2you.com</p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=66&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=66&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=66&amp;language=en</wfw:commentRss>
		</item>
		<item>
		<title>Realtime image post-processing with flash</title>
		<link>http://www.lifeztream.com/blog/?p=99&amp;language=en</link>
		<comments>http://www.lifeztream.com/blog/?p=99&amp;language=en#comments</comments>
		<pubDate>Sat, 15 Sep 2007 19:35:10 +0000</pubDate>
		<dc:creator>wissar</dc:creator>
		
		<category><![CDATA[Labs]]></category>

		<category><![CDATA[AS2]]></category>

		<category><![CDATA[Adobe Flash]]></category>

		<guid isPermaLink="false">http://www.lifeztream.com/blog/?p=99</guid>
		<description><![CDATA[
Yesterday, while I was retouching a ton of photos in my harddisk to get special effects; vivid color, micro-contrast and blendmode. I got an idea that I could do this in flash with actionscript. Then, I closed photoshop and opened AdobeFlash and started writing script to approve that my concept could be working.
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lifeztream.com/blog/wp-content/uploads/2007/09/img4.jpg" alt="REaltime image processing" /></p>
<p>Yesterday, while I was retouching a ton of photos in my harddisk to get special effects; vivid color, micro-contrast and blendmode. I got an idea that I could do this in flash with actionscript. Then, I closed photoshop and opened AdobeFlash and started writing script to approve that my concept could be working.</p>
<p> <a href="http://www.lifeztream.com/blog/?p=99&amp;language=en">(more&#8230;)</a></p>
<p class="facebook"><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=99&amp;language=en" target="_blank"><img src="http://www.lifeztream.com/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a target="_blank" href="http://www.facebook.com/share.php?u=http://www.lifeztream.com/blog/?p=99&amp;language=en" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lifeztream.com/blog/?feed=rss2&amp;p=99&amp;language=en</wfw:commentRss>
		</item>
	</channel>
</rss>
