<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AS3 Errors &#187; AS3</title>
	<atom:link href="http://www.as3errors.com/tag/as3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.as3errors.com</link>
	<description>The Definitive Resource for ActionScript Errors</description>
	<lastBuildDate>Thu, 17 Sep 2009 18:36:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>1120: Access of undefined property…</title>
		<link>http://www.as3errors.com/1120-access-of-undefined-property</link>
		<comments>http://www.as3errors.com/1120-access-of-undefined-property#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:46:10 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[compile-time]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[1120]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=21</guid>
		<description><![CDATA[An 1120 error is thrown when you attempt to use a variable that has either not been declared or which is having scoping problems (ie, you declare the variable in MethodA and attempt to access it in MethodB). Solutions: check for typo, confirm declaration, make sure you understand the relevant scoping.]]></description>
		<wfw:commentRss>http://www.as3errors.com/1120-access-of-undefined-property/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to AS3Errors.com</title>
		<link>http://www.as3errors.com/hello-world</link>
		<comments>http://www.as3errors.com/hello-world#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:29:39 +0000</pubDate>
		<dc:creator>myk</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.as3errors.com/?p=1</guid>
		<description><![CDATA[This blog hopes to be a resource to catalog various errors that come up when working in AS3. The idea is to help developers understand what&#8217;s wrong with their code if it&#8217;s 3am the night before a deadline and you don&#8217;t know what the hell &#8220;1120: Access of undefined property&#8230;&#8221; means or how to fix [...]]]></description>
		<wfw:commentRss>http://www.as3errors.com/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

