<?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: â€œSecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.&#8221;</title>
	<atom:link href="http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Fri, 21 Oct 2011 17:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay</title>
		<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/comment-page-1/#comment-891</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comment-891</guid>
		<description>Hi,

Google helped me find this site. Turns out it helped solve another problem, although it makes it even more important now to download and use only certified AIR files.

http://www.veryinteractivepeople.com/?p=67&amp;cpage=1#comment-38

:)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Google helped me find this site. Turns out it helped solve another problem, although it makes it even more important now to download and use only certified AIR files.</p>
<p><a href="http://www.veryinteractivepeople.com/?p=67&amp;cpage=1#comment-38" rel="nofollow">http://www.veryinteractivepeople.com/?p=67&amp;cpage=1#comment-38</a></p>
<p> <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/comment-page-1/#comment-760</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Mon, 01 Dec 2008 08:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comment-760</guid>
		<description>allowLoadBytesCodeExecution was added to prevent developers from accidentally making an extremely dangerous mistake.  Code loaded via loadBytes() runs in the loader&#039;s security domain, with all associated privileges.

This means that any attacker that can get their content into your ByteArray (by putting something on their server, or hacking *your* server, etc),  can get their code to run on your users&#039; machines.  

Please DO NOT blindly enable allowLoadBytesCodeExecution.  Instead, you must be 100% confident that the bytes you&#039;re loading belong to you.  They will be running with all the privilege that the user gave you when they installed your application.

See my blog or the best practices section in the AIR security docs: http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e59.html</description>
		<content:encoded><![CDATA[<p>allowLoadBytesCodeExecution was added to prevent developers from accidentally making an extremely dangerous mistake.  Code loaded via loadBytes() runs in the loader&#8217;s security domain, with all associated privileges.</p>
<p>This means that any attacker that can get their content into your ByteArray (by putting something on their server, or hacking *your* server, etc),  can get their code to run on your users&#8217; machines.  </p>
<p>Please DO NOT blindly enable allowLoadBytesCodeExecution.  Instead, you must be 100% confident that the bytes you&#8217;re loading belong to you.  They will be running with all the privilege that the user gave you when they installed your application.</p>
<p>See my blog or the best practices section in the AIR security docs: <a href="http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e59.html" rel="nofollow">http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e59.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeh Fernando &#187; Blog Archive &#187; Why I love the ActionScript development community</title>
		<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/comment-page-1/#comment-752</link>
		<dc:creator>Zeh Fernando &#187; Blog Archive &#187; Why I love the ActionScript development community</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comment-752</guid>
		<description>[...] turns out a quick search on Google gives me this page where someone else tell what&#8217;s it all about and how to solve it. Bam, I patch my version of [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #fbfbfb; border: 1px solid #457AA5;">
<p>[...] turns out a quick search on Google gives me this page where someone else tell what&#8217;s it all about and how to solve it. Bam, I patch my version of [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: boo</title>
		<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/comment-page-1/#comment-404</link>
		<dc:creator>boo</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comment-404</guid>
		<description>this?

http://blog.washingtonpost.com/securityfix/2008/05/exploit_inthewild_patch_your_f.html</description>
		<content:encoded><![CDATA[<p>this?</p>
<p><a href="http://blog.washingtonpost.com/securityfix/2008/05/exploit_inthewild_patch_your_f.html" rel="nofollow">http://blog.washingtonpost.com/securityfix/2008/05/exploit_inthewild_patch_your_f.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derRaab</title>
		<link>http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/comment-page-1/#comment-386</link>
		<dc:creator>derRaab</dc:creator>
		<pubDate>Tue, 17 Jun 2008 15:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/05/14/%e2%80%9csecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comment-386</guid>
		<description>Thank&#039;s for this information! I used and mentioned it here: http://blog.derraab.com/2008/06/17/select-and-access-local-swf-files-within-an-air-application/

Kind regards</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for this information! I used and mentioned it here: <a href="http://blog.derraab.com/2008/06/17/select-and-access-local-swf-files-within-an-air-application/" rel="nofollow">http://blog.derraab.com/2008/06/17/select-and-access-local-swf-files-within-an-air-application/</a></p>
<p>Kind regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

