<?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: Open Review : Getting Started with AIR Chapter</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/</link>
	<description>code = joy</description>
	<pubDate>Tue, 06 Jan 2009 08:38:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marion</title>
		<link>http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/comment-page-1/#comment-13423</link>
		<dc:creator>Marion</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1252#comment-13423</guid>
		<description>What do I do if my AIR application runs fine when I run / debug it in Flex, but has problems when exported as release build and installed as AIR app?</description>
		<content:encoded><![CDATA[<p>What do I do if my AIR application runs fine when I run / debug it in Flex, but has problems when exported as release build and installed as AIR app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/comment-page-1/#comment-12749</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 19 Jul 2008 12:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1252#comment-12749</guid>
		<description>Thanks for the quick response Mike... I'm still not getting anywhere unfortunately :(

I'm running some PHP on a localhost, eventually to be hosted online, and accessing it via Air's HTML class within a desktop air app.  I have a function, myASFunction(), within my MXML that I want to call from the JS within the PHP pages at runtime.  I've tried many ways of doing this including window.runtime.flash.desktop.NativeApplication.nativeApplication.myASFunction(); but these don't seem to work :(

I've read blogs that suggesting what you did above but I've also read blogs suggesting...

(inside MXML) html.useApplicationDomain = ApplicationDomain.currentDomain;
(inside JS) runtime.mx.core.Application.application.myASFunction();

Can you provide any insight into this?</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response Mike&#8230; I&#8217;m still not getting anywhere unfortunately :(</p>
<p>I&#8217;m running some PHP on a localhost, eventually to be hosted online, and accessing it via Air&#8217;s HTML class within a desktop air app.  I have a function, myASFunction(), within my MXML that I want to call from the JS within the PHP pages at runtime.  I&#8217;ve tried many ways of doing this including window.runtime.flash.desktop.NativeApplication.nativeApplication.myASFunction(); but these don&#8217;t seem to work :(</p>
<p>I&#8217;ve read blogs that suggesting what you did above but I&#8217;ve also read blogs suggesting&#8230;</p>
<p>(inside MXML) html.useApplicationDomain = ApplicationDomain.currentDomain;<br />
(inside JS) runtime.mx.core.Application.application.myASFunction();</p>
<p>Can you provide any insight into this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/comment-page-1/#comment-12746</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1252#comment-12746</guid>
		<description>Check out:

http://www.tostring.org/books/adobe-air-for-javascript-developers-pocketguide/1.0/en/working-with-javascript-and-html-within-adobe-air/

You can get a reference to your application via:

window.runtime.flash.desktop.NativeApplication.nativeApplication

from both ActionScript and JavaScript.

You can use this to call into ActionScript functions from JavaScript.

Hope that helps...

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>Check out:</p>
<p><a href="http://www.tostring.org/books/adobe-air-for-javascript-developers-pocketguide/1.0/en/working-with-javascript-and-html-within-adobe-air/" rel="nofollow">http://www.tostring.org/books/adobe-air-for-javascript-developers-pocketguide/1.0/en/working-with-javascript-and-html-within-adobe-air/</a></p>
<p>You can get a reference to your application via:</p>
<p>window.runtime.flash.desktop.NativeApplication.nativeApplication</p>
<p>from both ActionScript and JavaScript.</p>
<p>You can use this to call into ActionScript functions from JavaScript.</p>
<p>Hope that helps&#8230;</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.mikechambers.com/blog/2008/06/30/open-review-getting-started-with-air-chapter/comment-page-1/#comment-12745</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1252#comment-12745</guid>
		<description>Thanks for the post, found this really helpful when getting started with AIR.  Got a question which I've google'd time and time again and none of the solutions work so I've came to the source... how do I use JavaScript to call an AS3 function defined in my AIR app???  This seems an obvious question I know but I just can't get it to work!!!  Any help would be much appreciated...</description>
		<content:encoded><![CDATA[<p>Thanks for the post, found this really helpful when getting started with AIR.  Got a question which I&#8217;ve google&#8217;d time and time again and none of the solutions work so I&#8217;ve came to the source&#8230; how do I use JavaScript to call an AS3 function defined in my AIR app???  This seems an obvious question I know but I just can&#8217;t get it to work!!!  Any help would be much appreciated&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
