<?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: AS3: Communication between Flash 9 SWFs</title>
	<atom:link href="http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 11:02:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: george</title>
		<link>http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/comment-page-1/#comment-253</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 23 May 2007 16:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/#comment-253</guid>
		<description>&lt;p&gt;I have an example &#039;Load External Multiple Assets&#039; in my &#039;Download&#039; page. In the class &#039;AssetLoader&#039;, you could find a function:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    private function completeHandler(event:Event):void{
        var asset:* = this.content.getAsset();
        if(Boolean(this.caller))
            this.caller[this.callback](asset, this.id);
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Where &#039;this.content.getAsset()&#039; is to load a function such as &#039;aaa()&#039; from _main SWF, you could make a reference directly to &#039;this.content&#039; out and store it in memory such as an Array,  then you can call that &#039;aaa()&#039; whenever you want.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have an example &#8216;Load External Multiple Assets&#8217; in my &#8216;Download&#8217; page. In the class &#8216;AssetLoader&#8217;, you could find a function:</p>

<pre><code>    private function completeHandler(event:Event):void{
        var asset:* = this.content.getAsset();
        if(Boolean(this.caller))
            this.caller[this.callback](asset, this.id);
    }
</code></pre>

<p>Where &#8216;this.content.getAsset()&#8217; is to load a function such as &#8216;aaa()&#8217; from _main SWF, you could make a reference directly to &#8216;this.content&#8217; out and store it in memory such as an Array,  then you can call that &#8216;aaa()&#8217; whenever you want.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Show.Key.Jar</title>
		<link>http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/comment-page-1/#comment-251</link>
		<dc:creator>Show.Key.Jar</dc:creator>
		<pubDate>Wed, 23 May 2007 09:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neatfilm.com/2006/12/26/as3-communication-between-flash-9-swfs/#comment-251</guid>
		<description>&lt;p&gt;I use AS3 to load a SWF file,this file include some actionscript,for example:&lt;/p&gt;

&lt;p&gt;function aaa():void{
......
}&lt;/p&gt;

&lt;p&gt;I want use this method in _main SWF, and how can I get it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use AS3 to load a SWF file,this file include some actionscript,for example:</p>

<p>function aaa():void{
&#8230;&#8230;
}</p>

<p>I want use this method in _main SWF, and how can I get it?</p>]]></content:encoded>
	</item>
</channel>
</rss>
