<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Flashmech</title>
	<atom:link href="http://flashmech.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashmech.wordpress.com</link>
	<description>Flash Platform Enthusiast</description>
	<lastBuildDate>Thu, 11 Dec 2008 08:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by Billigflüge</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-309</link>
		<dc:creator>Billigflüge</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-309</guid>
		<description>Hey folk
Did anybody knows if i could program somethink witch cleans up automaticly my local settings after a certain days? Or are this files fundamental, and i can only delete them if i delete a program?
My local settings ( 87 gb ) are definitly an overkill... 
Greets, Billigflüge</description>
		<content:encoded><![CDATA[<p>Hey folk<br />
Did anybody knows if i could program somethink witch cleans up automaticly my local settings after a certain days? Or are this files fundamental, and i can only delete them if i delete a program?<br />
My local settings ( 87 gb ) are definitly an overkill&#8230;<br />
Greets, Billigflüge</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silly: Loading Text From XML by flashmech</title>
		<link>http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-9</link>
		<dc:creator>flashmech</dc:creator>
		<pubDate>Wed, 13 Jun 2007 17:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-9</guid>
		<description>w00t!

It&#039;s the &lt;enter&gt; and &lt;carriage return&gt; difference that you&#039;re referring! :D

Actually I knew about this in which different OS treating &lt;enter&gt; keys differently, but the thing I wasn&#039;t clear about was &quot;\n&quot; and &quot;\r&quot;.

Before you explained in the above, to me, &quot;\n&quot; was like a newline kind of &quot;command&quot; to me, which I did not relate at all to &lt;enter&gt;. :P

Can I assume the below is correct then?
\r ==&lt;carriage return&gt;
\n ==&lt;enter&gt;
</description>
		<content:encoded><![CDATA[<p>w00t!</p>
<p>It&#8217;s the &lt;enter&gt; and &lt;carriage return&gt; difference that you&#8217;re referring! :D</p>
<p>Actually I knew about this in which different OS treating &lt;enter&gt; keys differently, but the thing I wasn&#8217;t clear about was &#8220;\n&#8221; and &#8220;\r&#8221;.</p>
<p>Before you explained in the above, to me, &#8220;\n&#8221; was like a newline kind of &#8220;command&#8221; to me, which I did not relate at all to &lt;enter&gt;. :P</p>
<p>Can I assume the below is correct then?<br />
\r ==&lt;carriage return&gt;<br />
\n ==&lt;enter&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silly: Loading Text From XML by Arul Prasad</title>
		<link>http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-8</link>
		<dc:creator>Arul Prasad</dc:creator>
		<pubDate>Wed, 13 Jun 2007 16:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-8</guid>
		<description>haha
&gt;&gt; Most of us usually wrote “\n” when we wrote AS code

No idea why I typed &quot;wrote&quot; when I was thinking &quot;write&quot;. Time to sleep, may be?</description>
		<content:encoded><![CDATA[<p>haha<br />
&gt;&gt; Most of us usually wrote “\n” when we wrote AS code</p>
<p>No idea why I typed &#8220;wrote&#8221; when I was thinking &#8220;write&#8221;. Time to sleep, may be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silly: Loading Text From XML by Arul Prasad</title>
		<link>http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-7</link>
		<dc:creator>Arul Prasad</dc:creator>
		<pubDate>Wed, 13 Jun 2007 16:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/13/silly-loading-text-from-xml/#comment-7</guid>
		<description>Yea, that was a classic example of &#039;trying to solve the wrong problem&#039; case. 

&gt;&gt;&#039;Flash interprets  in external text sources as &quot;\r\n&quot; &#039;

You got me wrong there. Its not Flash which interprets it differently. May be I should&#039;ve clarified in detail.

Internally, Flash always represents newlines as &quot;\r&quot;. Most of us usually wrote &quot;\n&quot; when we wrote AS code, but since &quot;\r&quot; and &quot;\n&quot; are handle like synonyms in the flash player, we scarcely ever find a problem.
But each OS has a different way of handling newLine characters; Unix flavors ( and Mac OSX) represent newline as &quot;\n&quot;. Where as MacOS classic (9 and below) handled newLine as &quot;\r&quot;. When it comes to Windows, its represented as &quot;\r\n&quot;.

Now, since the XML you are trying to load is on a Windows machine, those enters that you hit were saved as &quot;\r\n&quot;.

And then when it comes inside a Flash player ( which takes \r and \n as two different entities, it shows them as two lines. 

So finding &quot;\r&quot; and removing them off - or - finding &quot;\r\n&quot; and replacing with &quot;\n&quot; (or 
\r&quot;) will mean that we help the flash player to treat the textfile the same way, in windows and mac and unix. 

You get it now? :)</description>
		<content:encoded><![CDATA[<p>Yea, that was a classic example of &#8216;trying to solve the wrong problem&#8217; case. </p>
<p>&gt;&gt;&#8217;Flash interprets  in external text sources as &#8220;\r\n&#8221; &#8216;</p>
<p>You got me wrong there. Its not Flash which interprets it differently. May be I should&#8217;ve clarified in detail.</p>
<p>Internally, Flash always represents newlines as &#8220;\r&#8221;. Most of us usually wrote &#8220;\n&#8221; when we wrote AS code, but since &#8220;\r&#8221; and &#8220;\n&#8221; are handle like synonyms in the flash player, we scarcely ever find a problem.<br />
But each OS has a different way of handling newLine characters; Unix flavors ( and Mac OSX) represent newline as &#8220;\n&#8221;. Where as MacOS classic (9 and below) handled newLine as &#8220;\r&#8221;. When it comes to Windows, its represented as &#8220;\r\n&#8221;.</p>
<p>Now, since the XML you are trying to load is on a Windows machine, those enters that you hit were saved as &#8220;\r\n&#8221;.</p>
<p>And then when it comes inside a Flash player ( which takes \r and \n as two different entities, it shows them as two lines. </p>
<p>So finding &#8220;\r&#8221; and removing them off &#8211; or &#8211; finding &#8220;\r\n&#8221; and replacing with &#8220;\n&#8221; (or<br />
\r&#8221;) will mean that we help the flash player to treat the textfile the same way, in windows and mac and unix. </p>
<p>You get it now? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by Arul Prasad</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-6</link>
		<dc:creator>Arul Prasad</dc:creator>
		<pubDate>Sun, 10 Jun 2007 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-6</guid>
		<description>if its not those files in ur home directory, it must be the unpacked installer payload sitting somewhere on ur harddrive. When you install CS3 applications, it will first prompt you to select a location to save the extracted payload. Those files must be still left out after installation.
Search for a folder called &quot;Adobe CS3&quot; in ur machine, and that should be it.
</description>
		<content:encoded><![CDATA[<p>if its not those files in ur home directory, it must be the unpacked installer payload sitting somewhere on ur harddrive. When you install CS3 applications, it will first prompt you to select a location to save the extracted payload. Those files must be still left out after installation.<br />
Search for a folder called &#8220;Adobe CS3&#8243; in ur machine, and that should be it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by alvin</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-5</link>
		<dc:creator>alvin</dc:creator>
		<pubDate>Fri, 08 Jun 2007 07:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-5</guid>
		<description>Yep when you uninstall CS3 it still leaves many files behind. Adding on to Arul&#039;s comments, sometimes the files even stays on in the program files folder.
What I did was that I did a search of the whole harddisk for anything called Adobe and wiped them out.
</description>
		<content:encoded><![CDATA[<p>Yep when you uninstall CS3 it still leaves many files behind. Adding on to Arul&#8217;s comments, sometimes the files even stays on in the program files folder.<br />
What I did was that I did a search of the whole harddisk for anything called Adobe and wiped them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by flashmech</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-4</link>
		<dc:creator>flashmech</dc:creator>
		<pubDate>Wed, 06 Jun 2007 13:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-4</guid>
		<description>Thanks for the advice Arul!
Unfortunately though, those 2 folders dint have much data that I can clear. Guess I&#039;ll look along the line of the Documents and Settings and see what else I can find. :P
</description>
		<content:encoded><![CDATA[<p>Thanks for the advice Arul!<br />
Unfortunately though, those 2 folders dint have much data that I can clear. Guess I&#8217;ll look along the line of the Documents and Settings and see what else I can find. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by shunjie</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-3</link>
		<dc:creator>shunjie</dc:creator>
		<pubDate>Wed, 06 Jun 2007 03:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-3</guid>
		<description>That helps ;)
</description>
		<content:encoded><![CDATA[<p>That helps ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lesser Space After Uninstalling CS3 Than Before? by Arul Prasad</title>
		<link>http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-2</link>
		<dc:creator>Arul Prasad</dc:creator>
		<pubDate>Wed, 06 Jun 2007 03:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://flashmech.wordpress.com/2007/06/06/lesser-space-after-uninstalling-cs3-than-before/#comment-2</guid>
		<description>Clean up the help files in Documents and Settings\All Users\Application Data\Adobe\ ...
Also clean up the
Documents and Settings/**Username**/ Local Settings/Application Data/Adobe /**applications uninstalled** folders.
</description>
		<content:encoded><![CDATA[<p>Clean up the help files in Documents and Settings\All Users\Application Data\Adobe\ &#8230;<br />
Also clean up the<br />
Documents and Settings/**Username**/ Local Settings/Application Data/Adobe /**applications uninstalled** folders.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
