<?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: Create AIR applications out of your old AS2 code</title>
	<atom:link href="http://blog.invassive.com/2007/10/06/create-air-applications-out-of-your-old-as2-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.invassive.com/2007/10/06/create-air-applications-out-of-your-old-as2-code/</link>
	<description>actionscript, flash, flex, AIR,...</description>
	<pubDate>Wed,  7 Jan 2009 04:09:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: omar</title>
		<link>http://blog.invassive.com/2007/10/06/create-air-applications-out-of-your-old-as2-code/#comment-14</link>
		<dc:creator>omar</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.invassive.com/?p=9#comment-14</guid>
		<description>AS2AIR is a subclass of WindowedApplication that is used as the main class that creates the application. In the example above I am using &lt;code&gt;app:AS2AIR&lt;/code&gt;, instead of the common &lt;code&gt;mx:WindowedApplication&lt;/code&gt;. 

In AS3 the location of the file must correspond to its namespace. In this case the namespace is defined in AS2AIR.mxml where it says: &lt;code&gt;xmlns:app="com.domain.*"&lt;/code&gt;.

So the location of the AS file must be com/domain/AS2AIR.as. This is of course an example and you can change the location of the file and the definition of the namespace to fit your needs.</description>
		<content:encoded><![CDATA[<p>AS2AIR is a subclass of WindowedApplication that is used as the main class that creates the application. In the example above I am using <code>app:AS2AIR</code>, instead of the common <code>mx:WindowedApplication</code>. </p>
<p>In AS3 the location of the file must correspond to its namespace. In this case the namespace is defined in AS2AIR.mxml where it says: <code>xmlns:app="com.domain.*"</code>.</p>
<p>So the location of the AS file must be com/domain/AS2AIR.as. This is of course an example and you can change the location of the file and the definition of the namespace to fit your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yisus</title>
		<link>http://blog.invassive.com/2007/10/06/create-air-applications-out-of-your-old-as2-code/#comment-8</link>
		<dc:creator>Yisus</dc:creator>
		<pubDate>Wed, 09 Jan 2008 03:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.invassive.com/?p=9#comment-8</guid>
		<description>Nice tip!

but where do i place the AS2AIR.as file and how do i import it? ¬¬

thanks!</description>
		<content:encoded><![CDATA[<p>Nice tip!</p>
<p>but where do i place the AS2AIR.as file and how do i import it? ¬¬</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
