<?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: Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful</title>
	<atom:link href="http://www.mikechambers.com/blog/2009/02/28/error-error-2037-functions-called-in-incorrect-sequence-or-earlier-call-was-unsuccessful/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2009/02/28/error-error-2037-functions-called-in-incorrect-sequence-or-earlier-call-was-unsuccessful/</link>
	<description>code = joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The IT Kraut</title>
		<link>http://www.mikechambers.com/blog/2009/02/28/error-error-2037-functions-called-in-incorrect-sequence-or-earlier-call-was-unsuccessful/comment-page-1/#comment-16879</link>
		<dc:creator>The IT Kraut</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1671#comment-16879</guid>
		<description>&lt;strong&gt;AIR Error #2037: &quot;Functions called in incorrect sequence, or earlier&quot;...&lt;/strong&gt;

After a short quiet period I&#039;m back today to tell you something about the AIR file object. While deploying a new version of my application I ran into some problems on other systems. AIR threw the error #2037: &quot;Functions called in incorrect sequence, ...</description>
		<content:encoded><![CDATA[<p><strong>AIR Error #2037: &#8220;Functions called in incorrect sequence, or earlier&#8221;&#8230;</strong></p>
<p>After a short quiet period I&#8217;m back today to tell you something about the AIR file object. While deploying a new version of my application I ran into some problems on other systems. AIR threw the error #2037: &#8220;Functions called in incorrect sequence, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2009/02/28/error-error-2037-functions-called-in-incorrect-sequence-or-earlier-call-was-unsuccessful/comment-page-1/#comment-15902</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Mon, 02 Mar 2009 07:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1671#comment-15902</guid>
		<description>@Isaac

Good catch. That will teach me to copy and past without testing first.

I fixed the error.

mike</description>
		<content:encoded><![CDATA[<p>@Isaac</p>
<p>Good catch. That will teach me to copy and past without testing first.</p>
<p>I fixed the error.</p>
<p>mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Rivera</title>
		<link>http://www.mikechambers.com/blog/2009/02/28/error-error-2037-functions-called-in-incorrect-sequence-or-earlier-call-was-unsuccessful/comment-page-1/#comment-15891</link>
		<dc:creator>Isaac Rivera</dc:creator>
		<pubDate>Sat, 28 Feb 2009 14:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1671#comment-15891</guid>
		<description>That would be:

var f:File = File.desktopDirectory;
trace(f.exists());

File.desktopDirectory is not a constructor but a static reference.</description>
		<content:encoded><![CDATA[<p>That would be:</p>
<p>var f:File = File.desktopDirectory;<br />
trace(f.exists());</p>
<p>File.desktopDirectory is not a constructor but a static reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
