<?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 #2000: No active security context.</title>
	<atom:link href="http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/</link>
	<description>Documenting the pitfalls of a Flash platform developer</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:46:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-15518</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-15518</guid>
		<description>Can anyone explain what this error even means? I&#039;m getting it trying to use setTiemout to delay the intitial start a Timer:
setTimeout(myTimer.start, 1000)</description>
		<content:encoded><![CDATA[<p>Can anyone explain what this error even means? I&#8217;m getting it trying to use setTiemout to delay the intitial start a Timer:<br />
setTimeout(myTimer.start, 1000)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-5868</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-5868</guid>
		<description>FYI, I just wasted a few hours because the FlexBuilder debugger displays this message until the getter is actually accessed in the code.  Apparently, the debugger runs in a separate security context.  As it turns out, this &quot;error&quot; wasn&#039;t even a problem.  So for a bit of advice, try doing a trace(&quot;&quot; + loader.content) before you jump to conclusions.</description>
		<content:encoded><![CDATA[<p>FYI, I just wasted a few hours because the FlexBuilder debugger displays this message until the getter is actually accessed in the code.  Apparently, the debugger runs in a separate security context.  As it turns out, this &#8220;error&#8221; wasn&#8217;t even a problem.  So for a bit of advice, try doing a trace(&#8220;&#8221; + loader.content) before you jump to conclusions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Action Script Error Repository &#187; 2000 No active security context.</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-5694</link>
		<dc:creator>Action Script Error Repository &#187; 2000 No active security context.</dc:creator>
		<pubDate>Sat, 13 Jun 2009 17:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-5694</guid>
		<description>[...] more info... [...]</description>
		<content:encoded><![CDATA[<p>[...] more info&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-4839</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Wed, 20 May 2009 09:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-4839</guid>
		<description>For filereference.data to work as expected, the load() function has to be wrapped:
setTimeout( function():void{fileReference.load();}, 1);

Maybe there are some more elegant ways to achieve this, however it works for me.</description>
		<content:encoded><![CDATA[<p>For filereference.data to work as expected, the load() function has to be wrapped:<br />
setTimeout( function():void{fileReference.load();}, 1);</p>
<p>Maybe there are some more elegant ways to achieve this, however it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-2564</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-2564</guid>
		<description>&lt;a href=&quot;#comment-315&quot; rel=&quot;nofollow&quot;&gt;@pallzoltan &lt;/a&gt; 

The filereference.data error can also be fixed with the setTimeout or timer function.</description>
		<content:encoded><![CDATA[<p><a href="#comment-315" rel="nofollow">@pallzoltan </a> </p>
<p>The filereference.data error can also be fixed with the setTimeout or timer function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-762</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-762</guid>
		<description>I&#039;m with you pallzoltan.  When trying to access the data property of a filereference.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with you pallzoltan.  When trying to access the data property of a filereference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-443</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 03 Jan 2009 07:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-443</guid>
		<description>I just joined this tragic club...  What the hell is this error about?  I get it when using LocalConnection within FlexBuilder 3 (in Eclipse).</description>
		<content:encoded><![CDATA[<p>I just joined this tragic club&#8230;  What the hell is this error about?  I get it when using LocalConnection within FlexBuilder 3 (in Eclipse).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pallzoltan</title>
		<link>http://www.markledford.com/blog/2008/07/24/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-315</link>
		<dc:creator>pallzoltan</dc:creator>
		<pubDate>Tue, 18 Nov 2008 16:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.markledford.com/blog/?p=15#comment-315</guid>
		<description>well, i get this error when trying to access the data property of a filereference... :) weird stuff</description>
		<content:encoded><![CDATA[<p>well, i get this error when trying to access the data property of a filereference&#8230; :) weird stuff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
