<?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; 1120</title>
	<atom:link href="http://www.as3errors.com/tag/1120/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>
	</channel>
</rss>

