<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fix: &#8220;1120: Access of undefined property Bindable&#8221;</title>
	<atom:link href="http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/feed/" rel="self" type="application/rss+xml" />
	<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/</link>
	<description>actionscript, flex, flash and other fun stuff</description>
	<lastBuildDate>Sat, 14 Nov 2009 16:04:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: iShrek</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-4752</link>
		<dc:creator>iShrek</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-4752</guid>
		<description>Thank you! confused me for long time</description>
		<content:encoded><![CDATA[<p>Thank you! confused me for long time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amm0</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-4232</link>
		<dc:creator>Amm0</dc:creator>
		<pubDate>Sun, 27 Apr 2008 21:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-4232</guid>
		<description>I&#039;m also getting a 1120 error with this code:

Btn1.addEventListener(MouseEvent.CLICK, click);
function click(evt:MouseEvent):void {
    var url:String = &quot;http://www.epicsen.com&quot;;
    var request:URLRequest = new URLRequest(url);
   navigateToURL(request, &#039;_self&#039;);    
}

This is using actionscript 3 with flash CS3. Can anyone help? =]</description>
		<content:encoded><![CDATA[<p>I&#8217;m also getting a 1120 error with this code:</p>
<p>Btn1.addEventListener(MouseEvent.CLICK, click);<br />
function click(evt:MouseEvent):void {<br />
    var url:String = &#8220;http://www.epicsen.com&#8221;;<br />
    var request:URLRequest = new URLRequest(url);<br />
   navigateToURL(request, &#8216;_self&#8217;);<br />
}</p>
<p>This is using actionscript 3 with flash CS3. Can anyone help? =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed J.</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3918</link>
		<dc:creator>Ed J.</dc:creator>
		<pubDate>Mon, 14 Jan 2008 21:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3918</guid>
		<description>Check out this post for a possible solution:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&amp;catid=587&amp;threadid=1327210&amp;enterthread=y</description>
		<content:encoded><![CDATA[<p>Check out this post for a possible solution:</p>
<p><a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&amp;catid=587&amp;threadid=1327210&amp;enterthread=y" rel="nofollow">http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&amp;catid=587&amp;threadid=1327210&amp;enterthread=y</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3293</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Sun, 18 Nov 2007 02:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3293</guid>
		<description>Can you post the entire code where this is defined and how you are executing it.  Also, this looking like flash rather than flex, I will need to see the details associated with the error code.

j</description>
		<content:encoded><![CDATA[<p>Can you post the entire code where this is defined and how you are executing it.  Also, this looking like flash rather than flex, I will need to see the details associated with the error code.</p>
<p>j</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iboy</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3291</link>
		<dc:creator>Iboy</dc:creator>
		<pubDate>Sun, 18 Nov 2007 00:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-3291</guid>
		<description>I return an 1120 error on this code:

this.createEmptyMovieClip(&quot;holder_mc&quot;,this.getNextHighestDepth());
{
var i:Number=1;
while(i&lt;100) {
	var t:MovieClip = holder_mc.attachMovie(&quot;Rock&quot;,&quot;Rock&quot;+i,this.getNextHighestDepth());
t._y = Math.random()*stage.height;
t._x = Math.random()*stage.width;
i++;
}
}

please point out specifically where I am wrong, or if I am not.</description>
		<content:encoded><![CDATA[<p>I return an 1120 error on this code:</p>
<p>this.createEmptyMovieClip(&#8220;holder_mc&#8221;,this.getNextHighestDepth());<br />
{<br />
var i:Number=1;<br />
while(i&lt;100) {<br />
	var t:MovieClip = holder_mc.attachMovie(&#8220;Rock&#8221;,&#8221;Rock&#8221;+i,this.getNextHighestDepth());<br />
t._y = Math.random()*stage.height;<br />
t._x = Math.random()*stage.width;<br />
i++;<br />
}<br />
}</p>
<p>please point out specifically where I am wrong, or if I am not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wishin4gucci</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-1902</link>
		<dc:creator>wishin4gucci</dc:creator>
		<pubDate>Fri, 31 Aug 2007 02:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-1902</guid>
		<description>when i&#039;m writing in AS3 normally I return an 1120 error if I put a ; at the end of the private function statement

hope this helps....</description>
		<content:encoded><![CDATA[<p>when i&#8217;m writing in AS3 normally I return an 1120 error if I put a ; at the end of the private function statement</p>
<p>hope this helps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-819</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Thu, 21 Jun 2007 14:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-819</guid>
		<description>I don&#039;t know the API for the Animation class so I can&#039;t really say what the issue is specifically.  

But an 1120 error is simply an error that something referred is undefined.  It matters not whether it be the [Bindable] metatag or the use of your Animation class.  

Start looking at your class path to ensure you are actually creating the instance var.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know the API for the Animation class so I can&#8217;t really say what the issue is specifically.  </p>
<p>But an 1120 error is simply an error that something referred is undefined.  It matters not whether it be the [Bindable] metatag or the use of your Animation class.  </p>
<p>Start looking at your class path to ensure you are actually creating the instance var.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donkey</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-816</link>
		<dc:creator>Donkey</dc:creator>
		<pubDate>Thu, 21 Jun 2007 12:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-816</guid>
		<description>I am getting &quot;1120: Access of undefined property ac&quot; for the following code:

public var ac:Animation = new Animation(&#039;APPLE&#039;);
ac.say();

&gt;:?//</description>
		<content:encoded><![CDATA[<p>I am getting &#8220;1120: Access of undefined property ac&#8221; for the following code:</p>
<p>public var ac:Animation = new Animation(&#8216;APPLE&#8217;);<br />
ac.say();</p>
<p>&gt;:?//</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Myers</title>
		<link>http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-276</link>
		<dc:creator>Will Myers</dc:creator>
		<pubDate>Wed, 02 May 2007 16:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/2007/03/19/fix-1120-access-of-undefined-property-bindable/#comment-276</guid>
		<description>Thanks - that could&#039;ve turned into a nasty red herring</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; that could&#8217;ve turned into a nasty red herring</p>
]]></content:encoded>
	</item>
</channel>
</rss>
