<?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: &#8220;SecurityError: Error #2000: No active security context.&#8221;</title>
	<atom:link href="http://blog.vandenoostende.com/2009/securityerror-error-2000-no-active-security-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vandenoostende.com/2009/securityerror-error-2000-no-active-security-context/</link>
	<description>Musings on the nature of Form and Function</description>
	<lastBuildDate>Thu, 08 Apr 2010 07:28:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ingo</title>
		<link>http://blog.vandenoostende.com/2009/securityerror-error-2000-no-active-security-context/comment-page-1/#comment-33</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Wed, 20 May 2009 09:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vandenoostende.com/?p=11#comment-33</guid>
		<description>The same error sometimes happens for loading data using the filereference.load method. the data property of the filereference contains the error message and not a byte array as expected.

In this case, I used your solution and wrapped the load function in a similar way, which is a little bit :

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>The same error sometimes happens for loading data using the filereference.load method. the data property of the filereference contains the error message and not a byte array as expected.</p>
<p>In this case, I used your solution and wrapped the load function in a similar way, which is a little bit :</p>
<p>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>
</channel>
</rss>
