<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Flash: asfunction and Scope to Class instances</title>
	<link>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/</link>
	<description>Lessrain Blog</description>
	<pubDate>Wed, 08 Feb 2012 22:20:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: ted</title>
		<link>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-21127</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Mon, 21 Aug 2006 15:35:57 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-21127</guid>
		<description>&lt;p&gt;omg!!!!! lolz u r teh uber tek&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>omg!!!!! lolz u r teh uber tek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Fannon &#187; Fun with Flash: &#8216;asfunction&#8217; calls within a Class instance.</title>
		<link>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-14320</link>
		<dc:creator>Christopher Fannon &#187; Fun with Flash: &#8216;asfunction&#8217; calls within a Class instance.</dc:creator>
		<pubDate>Fri, 04 Aug 2006 19:56:46 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-14320</guid>
		<description>&lt;p&gt;[...]  array of children. Same thing. Different phrasing.   Here are two other ways to handle it: Luis of Lessrain and Nathan Derksen of nathanderksen.com   Again, basically the same thing just different phra [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;]  array of children. Same thing. Different phrasing.   Here are two other ways to handle it: Luis of Lessrain and Nathan Derksen of nathanderksen.com   Again, basically the same thing just different phra [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Derksen</title>
		<link>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-729</link>
		<dc:creator>Nathan Derksen</dc:creator>
		<pubDate>Tue, 18 Oct 2005 15:21:17 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-729</guid>
		<description>&lt;p&gt;This can also be done without the proxy class. You can instead create a proxy function that redirects to the class method. It's basically the same thing, but uses existing techniques.&lt;/p&gt;

&lt;p&gt;Thankfully, AS3 should do away with having to do this at all.&lt;/p&gt;

&lt;p&gt;http://www.nathanderksen.com/blog/?p=20&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This can also be done without the proxy class. You can instead create a proxy function that redirects to the class method. It&#8217;s basically the same thing, but uses existing techniques.</p>
<p>Thankfully, AS3 should do away with having to do this at all.</p>
<p><a href="http://www.nathanderksen.com/blog/?p=20" rel="nofollow">http://www.nathanderksen.com/blog/?p=20</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuvers</title>
		<link>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-87</link>
		<dc:creator>manuvers</dc:creator>
		<pubDate>Fri, 15 Jul 2005 23:32:13 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-asfunction-and-scope-to-class-instances/#comment-87</guid>
		<description>&lt;p&gt;hello,&lt;/p&gt;

&lt;p&gt;i experiment a problem this days.
i don't know if the solution is in your tutorial, but it's the nearest i can find in the web.&lt;/p&gt;

&lt;p&gt;i explain:&lt;/p&gt;

&lt;p&gt;i've 2 classes called Article and Content.
in Article i use a TextField with html.
i display some news in this textfield with links in the text.
with those links i use asfunction to scope a function (which is the basic use of asfunction).
the problem is that i want to scope a method which is not in  _root or _parent levels of the movieClip.&lt;/p&gt;

&lt;p&gt;i want to scope a function called addComment in the Content class.
i try differents possibilities but nothing is working  for the moment.
i try to use:
- asfunction:Content.addComment. call to other class has no effect.
- asfunction:this.addComment with a addComment function in Article and redirect to addComment in Content. this has no effect.&lt;/p&gt;

&lt;p&gt;if you have an iodea to solve this problem, maybe with your Proxy class or by using Delegate.&lt;/p&gt;

&lt;p&gt;thanks by advance.&lt;/p&gt;

&lt;p&gt;Manuvers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>i experiment a problem this days.<br />
i don&#8217;t know if the solution is in your tutorial, but it&#8217;s the nearest i can find in the web.</p>
<p>i explain:</p>
<p>i&#8217;ve 2 classes called Article and Content.<br />
in Article i use a TextField with html.<br />
i display some news in this textfield with links in the text.<br />
with those links i use asfunction to scope a function (which is the basic use of asfunction).<br />
the problem is that i want to scope a method which is not in  _root or _parent levels of the movieClip.</p>
<p>i want to scope a function called addComment in the Content class.<br />
i try differents possibilities but nothing is working  for the moment.<br />
i try to use:<br />
- asfunction:Content.addComment. call to other class has no effect.<br />
- asfunction:this.addComment with a addComment function in Article and redirect to addComment in Content. this has no effect.</p>
<p>if you have an iodea to solve this problem, maybe with your Proxy class or by using Delegate.</p>
<p>thanks by advance.</p>
<p>Manuvers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

