<?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"
	>
<channel>
	<title>Comments on: Bookmarkability in Flash</title>
	<atom:link href="http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 11:30:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Theo</title>
		<link>http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-5794</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Mon, 17 Mar 2008 09:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-5794</guid>
		<description>&lt;p&gt;As you may know, "this" refers to the current object, the object the currently executing method is defined on.&lt;/p&gt;

&lt;p&gt;If you look at the documentation for the ExternalInterface class you will see that the second parameter is the object that will respond to the callback, and the third is the function that is to be used as the callback.&lt;/p&gt;

&lt;p&gt;In this case I want the same object that is adding the callback to also respond to the callback.&lt;/p&gt;

&lt;p&gt;If that didn't clear things up, I warmly recommend reading the documentation on ExternalInterface.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As you may know, &#8220;this&#8221; refers to the current object, the object the currently executing method is defined on.</p>

<p>If you look at the documentation for the ExternalInterface class you will see that the second parameter is the object that will respond to the callback, and the third is the function that is to be used as the callback.</p>

<p>In this case I want the same object that is adding the callback to also respond to the callback.</p>

<p>If that didn&#8217;t clear things up, I warmly recommend reading the documentation on ExternalInterface.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: larein</title>
		<link>http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-5793</link>
		<dc:creator>larein</dc:creator>
		<pubDate>Mon, 17 Mar 2008 09:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-5793</guid>
		<description>&lt;p&gt;dun realli understand the "this,"&lt;/p&gt;

&lt;p&gt;in..&lt;/p&gt;

&lt;p&gt;if ( ExternalInterface.available ) {
    var callbackAdded = ExternalInterface.addCallback(
        "restoreState",
        this,
        this.restoreState
    );&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dun realli understand the &#8220;this,&#8221;</p>

<p>in..</p>

<p>if ( ExternalInterface.available ) {
    var callbackAdded = ExternalInterface.addCallback(
        &#8220;restoreState&#8221;,
        this,
        this.restoreState
    );</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pixel Acres &#187; Blog Archive &#187; DeepLink: Flash Deep Linking</title>
		<link>http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-21</link>
		<dc:creator>Pixel Acres &#187; Blog Archive &#187; DeepLink: Flash Deep Linking</dc:creator>
		<pubDate>Sat, 18 Nov 2006 11:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2006/06/21/bookmarkability-in-flash/#comment-21</guid>
		<description>&lt;p&gt;[...] Inspired by the work of Theo Hultberg and Asual, I have developed a simple Flash class that demonstrates the implementation of deep linking in a Flash movie. While I don&#8217;t propose that my DeepLink class should be used as a substitute for Ausual&#8217;s excellent SWFAddress, it might provide a useful building block for exploring what the ExternalInterface class is capable of. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Inspired by the work of Theo Hultberg and Asual, I have developed a simple Flash class that demonstrates the implementation of deep linking in a Flash movie. While I don&#8217;t propose that my DeepLink class should be used as a substitute for Ausual&#8217;s excellent SWFAddress, it might provide a useful building block for exploring what the ExternalInterface class is capable of. [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
