<?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 on: Why I love the ActionScript development community</title>
	<atom:link href="http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/feed/" rel="self" type="application/rss+xml" />
	<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/</link>
	<description></description>
	<lastBuildDate>Wed, 03 Mar 2010 02:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: localToGlobal &#187; Blog Archive &#187; news review -&#62; 48th week of 2008</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-661</link>
		<dc:creator>localToGlobal &#187; Blog Archive &#187; news review -&#62; 48th week of 2008</dc:creator>
		<pubDate>Fri, 05 Dec 2008 15:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-661</guid>
		<description>[...] &gt; Zeh Fernando » Blog Archive » Why I love the ActionScript development community [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; Zeh Fernando » Blog Archive » Why I love the ActionScript development community [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeh</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-652</link>
		<dc:creator>Zeh</dc:creator>
		<pubDate>Mon, 01 Dec 2008 13:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-652</guid>
		<description>Ethan: thanks for the tip. I was guessing it was more or less the case, I have to properly investigate the AIR features for file reading and make the application use them instead. In the above scenario, it was more for one specific presentation though, so the potential MP3 threat wasn&#039;t something I was too concerned about.</description>
		<content:encoded><![CDATA[<p>Ethan: thanks for the tip. I was guessing it was more or less the case, I have to properly investigate the AIR features for file reading and make the application use them instead. In the above scenario, it was more for one specific presentation though, so the potential MP3 threat wasn&#8217;t something I was too concerned about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-651</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Mon, 01 Dec 2008 08:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-651</guid>
		<description>For the AIR app, beware of enabling allowLoadBytesCodeExecution.  It&#039;s there for your protection.  Otherwise, it&#039;s possible a well-crafted MP3 could trick your library into injecting SWF bytecodes into the application security domain.

Note that with AIR you have an even easier solution -- just create a Sound object with an URL that points to the local file.   In order to get the full path, use the more flexible File.browseForOpen(), instead of FileReference.browse().

The rest of your post is spot-on:  this is an amazing community!  

I hope the amazing community will remind each other that AIR provides some APIs that need to be considered carefully before using, and are best avoided if at all possible.  You&#039;ll recognize them by their scary long names. :)</description>
		<content:encoded><![CDATA[<p>For the AIR app, beware of enabling allowLoadBytesCodeExecution.  It&#8217;s there for your protection.  Otherwise, it&#8217;s possible a well-crafted MP3 could trick your library into injecting SWF bytecodes into the application security domain.</p>
<p>Note that with AIR you have an even easier solution &#8212; just create a Sound object with an URL that points to the local file.   In order to get the full path, use the more flexible File.browseForOpen(), instead of FileReference.browse().</p>
<p>The rest of your post is spot-on:  this is an amazing community!  </p>
<p>I hope the amazing community will remind each other that AIR provides some APIs that need to be considered carefully before using, and are best avoided if at all possible.  You&#8217;ll recognize them by their scary long names. <img src='http://zehfernando.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Chatellier</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-632</link>
		<dc:creator>Nate Chatellier</dc:creator>
		<pubDate>Wed, 26 Nov 2008 22:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-632</guid>
		<description>I agree 100%. I absolutely love the AS community.</description>
		<content:encoded><![CDATA[<p>I agree 100%. I absolutely love the AS community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spender</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-625</link>
		<dc:creator>spender</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-625</guid>
		<description>thanks for the compliments. :)</description>
		<content:encoded><![CDATA[<p>thanks for the compliments. <img src='http://zehfernando.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarate</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-624</link>
		<dc:creator>Zarate</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-624</guid>
		<description>Look who&#039;s talking!!! Thanks to YOU too for sharing your work : )

And I agree, it&#039;s pretty amazing to find so many people willing to share knowledge. I really hope Adobe keeps pushing the Open Source side of the Flash platform. Flex SDK, SWF specs, etc. Releasing the Flash Player itself would be absolutely amazing AND the final push for Flash into the Open Source world. I think it makes sense from Adobe&#039;s point of view as I see it as one of the best ways to fight Silverlight. But I digress.

Just let&#039;s all keep sharing.

Cheers!

J</description>
		<content:encoded><![CDATA[<p>Look who&#8217;s talking!!! Thanks to YOU too for sharing your work : )</p>
<p>And I agree, it&#8217;s pretty amazing to find so many people willing to share knowledge. I really hope Adobe keeps pushing the Open Source side of the Flash platform. Flex SDK, SWF specs, etc. Releasing the Flash Player itself would be absolutely amazing AND the final push for Flash into the Open Source world. I think it makes sense from Adobe&#8217;s point of view as I see it as one of the best ways to fight Silverlight. But I digress.</p>
<p>Just let&#8217;s all keep sharing.</p>
<p>Cheers!</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://zehfernando.com/2008/why-i-love-the-actionscript-development-community/comment-page-1/#comment-623</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://zehfernando.com/?p=297#comment-623</guid>
		<description>I felt that this is true as well as finding ActionScript help has ALWAYS been easier than searching CSHARP or any other .NET forums and communities (or lack there of).</description>
		<content:encoded><![CDATA[<p>I felt that this is true as well as finding ActionScript help has ALWAYS been easier than searching CSHARP or any other .NET forums and communities (or lack there of).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
