<?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/"
		>
<channel>
	<title>Comments for Erik&#039;s Brain</title>
	<atom:link href="http://blog.erikphansen.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.erikphansen.com</link>
	<description>ActionScript. Photography. Design. And track and field?</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:51:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Visual effects weirdness in Mac OS X by Nancy</title>
		<link>http://blog.erikphansen.com/visual-effects-weirdness-in-mac-os-x/comment-page-1#comment-843</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Wed, 28 Jul 2010 11:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=169#comment-843</guid>
		<description>&lt;p&gt;Erik, do you have the &lt;a href=&quot;http://mackeeper.zeobit.com/how-to-make-your-mac-faster&quot; rel=&quot;nofollow&quot;&gt;osx safe mode&lt;/a&gt; ?
I think it can solve your problems without the need to reboot&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Erik, do you have the <a href="http://mackeeper.zeobit.com/how-to-make-your-mac-faster" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/mackeeper.zeobit.com/how-to-make-your-mac-faster?referer=');">osx safe mode</a> ?
I think it can solve your problems without the need to reboot</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS4 Error 150:30 (and how to fix it) a.k.a. I Hate Adobe &#8211; Reason 34 by Ryan</title>
		<link>http://blog.erikphansen.com/adobe-cs4-error-15030-aka-i-hate-adobe-reason-34/comment-page-3#comment-775</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 24 Jul 2010 00:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=127#comment-775</guid>
		<description>&lt;p&gt;Tnx i have been looking for an alternative rather uninstalling all again&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tnx i have been looking for an alternative rather uninstalling all again</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS4 Error 150:30 (and how to fix it) a.k.a. I Hate Adobe &#8211; Reason 34 by subtleyjm</title>
		<link>http://blog.erikphansen.com/adobe-cs4-error-15030-aka-i-hate-adobe-reason-34/comment-page-3#comment-767</link>
		<dc:creator>subtleyjm</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=127#comment-767</guid>
		<description>&lt;p&gt;Thanks, deleting these two files worked for me. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, deleting these two files worked for me. :)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading in local external assets into an Air app by shammi</title>
		<link>http://blog.erikphansen.com/loading-in-local-external-assets-into-an-air-app/comment-page-1#comment-709</link>
		<dc:creator>shammi</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/loading-in-local-external-images-into-an-air-app#comment-709</guid>
		<description>&lt;p&gt;Hi. nice for u to share. can i use this for swf files.&lt;/p&gt;

&lt;p&gt;var file:File = File.documentsDirectory.resolvePath(&quot;air_app_assets/newfile.swf&quot;);
var fileStream:FileStream = new FileStream();
fileStream.open(file, FileMode.READ);
 var swfloader: Loader= new Loader 
swfloader. LoadBytes(fileStream.readUTFBytes(fileStream.bytesAvailable)); 
fileStream.close();
u think it will load. and if this parent swf futher loads child files or iamges files from that same directory(assets directory) will it work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. nice for u to share. can i use this for swf files.</p>

<p>var file:File = File.documentsDirectory.resolvePath(&#8220;air_app_assets/newfile.swf&#8221;);
var fileStream:FileStream = new FileStream();
fileStream.open(file, FileMode.READ);
 var swfloader: Loader= new Loader 
swfloader. LoadBytes(fileStream.readUTFBytes(fileStream.bytesAvailable)); 
fileStream.close();
u think it will load. and if this parent swf futher loads child files or iamges files from that same directory(assets directory) will it work</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS4 Error 150:30 (and how to fix it) a.k.a. I Hate Adobe &#8211; Reason 34 by A girl</title>
		<link>http://blog.erikphansen.com/adobe-cs4-error-15030-aka-i-hate-adobe-reason-34/comment-page-3#comment-680</link>
		<dc:creator>A girl</dc:creator>
		<pubDate>Sun, 18 Jul 2010 15:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=127#comment-680</guid>
		<description>&lt;p&gt;For a lot of windows users this error might be caused by &#039;FLEXnet Licensing Service&#039; being disabled in the &#039;services.msc&#039; in windows.&lt;/p&gt;

&lt;p&gt;Start search box&gt;services.msc&gt;FLEXnet Licensing Service&gt;right click&gt;startup type: automatic [or auto (D.S)]&lt;/p&gt;

&lt;p&gt;If you dont have this service you need to re-download your product.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For a lot of windows users this error might be caused by &#8216;FLEXnet Licensing Service&#8217; being disabled in the &#8216;services.msc&#8217; in windows.</p>

<p>Start search box&gt;services.msc&gt;FLEXnet Licensing Service&gt;right click&gt;startup type: automatic [or auto (D.S)]</p>

<p>If you dont have this service you need to re-download your product.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting videos onto the iPad is hit and miss by Geoffrey Grosenbach</title>
		<link>http://blog.erikphansen.com/getting-videos-onto-the-ipad-is-hit-and-miss/comment-page-1#comment-557</link>
		<dc:creator>Geoffrey Grosenbach</dc:creator>
		<pubDate>Mon, 05 Jul 2010 23:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/getting-videos-onto-the-ipad-is-hit-and-miss#comment-557</guid>
		<description>&lt;p&gt;Thanks for the experimentation and observations. I&#039;ll try to debug the issue and see if I can improve the export here at PeepCode.&lt;/p&gt;

&lt;p&gt;It&#039;s odd that some work and others don&#039;t (I use the exact same export workflow for all). And it&#039;s frustrating that the iPad ignores chapters for some videos. That&#039;s one of the best features of Quicktime (when it&#039;s available).&lt;/p&gt;

&lt;p&gt;A little tip: I&#039;ve uploaded all the iPod versions of current PeepCode videos to Dropbox. If you upload to your personal dropbox, it will see that they already have the file and will take no time at all to upload. Then you can stream them from Dropbox or download from within the Dropbox applications on iPhone or iPad. (But no chapter selection, unfortunately.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the experimentation and observations. I&#8217;ll try to debug the issue and see if I can improve the export here at PeepCode.</p>

<p>It&#8217;s odd that some work and others don&#8217;t (I use the exact same export workflow for all). And it&#8217;s frustrating that the iPad ignores chapters for some videos. That&#8217;s one of the best features of Quicktime (when it&#8217;s available).</p>

<p>A little tip: I&#8217;ve uploaded all the iPod versions of current PeepCode videos to Dropbox. If you upload to your personal dropbox, it will see that they already have the file and will take no time at all to upload. Then you can stream them from Dropbox or download from within the Dropbox applications on iPhone or iPad. (But no chapter selection, unfortunately.)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe CS4 Error 150:30 (and how to fix it) a.k.a. I Hate Adobe &#8211; Reason 34 by Jeff</title>
		<link>http://blog.erikphansen.com/adobe-cs4-error-15030-aka-i-hate-adobe-reason-34/comment-page-3#comment-555</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=127#comment-555</guid>
		<description>&lt;p&gt;Deleting /Library/Preferences/FLEXnet Publisher worked for me! Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Deleting /Library/Preferences/FLEXnet Publisher worked for me! Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screencast: How to hide the Dropbox menu bar icon by Alvi</title>
		<link>http://blog.erikphansen.com/screencast-how-to-hide-the-dropbox-menu-bar-icon/comment-page-1#comment-551</link>
		<dc:creator>Alvi</dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=324#comment-551</guid>
		<description>&lt;p&gt;thanks a lot, i also replaced it since it can get a little crowdy and it&#039;s really annoying to not be able to move nor remove that icon, i just replaced the logo and the idle png&#039;s so i can find out if something is wrong or if it actually works&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a lot, i also replaced it since it can get a little crowdy and it&#8217;s really annoying to not be able to move nor remove that icon, i just replaced the logo and the idle png&#8217;s so i can find out if something is wrong or if it actually works</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip #1 &#8211; Randomize an ActionScript 3 Array by Erik</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-548</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 06 Jun 2010 19:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-548</guid>
		<description>&lt;p&gt;Sometimes random isn&#039;t as random as you want it to be. Those results look pretty typical to me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sometimes random isn&#8217;t as random as you want it to be. Those results look pretty typical to me.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip #1 &#8211; Randomize an ActionScript 3 Array by Jose</title>
		<link>http://blog.erikphansen.com/quick-tip-1-randomize-an-actionscript-3-array/comment-page-1#comment-547</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Fri, 04 Jun 2010 04:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.erikphansen.com/?p=46#comment-547</guid>
		<description>&lt;p&gt;the shuffling is not happening properly&lt;/p&gt;

&lt;p&gt;3 9 1 4 5 6 7 8 2 0&lt;/p&gt;

&lt;p&gt;3 2 5 4 6 1 7 8 9 0&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>the shuffling is not happening properly</p>

<p>3 9 1 4 5 6 7 8 2 0</p>

<p>3 2 5 4 6 1 7 8 9 0</p>]]></content:encoded>
	</item>
</channel>
</rss>
