<?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: Vote for AS3 AIR Projects in Flex Builder</title>
	<atom:link href="http://www.bit-101.com/blog/?feed=rss2&#038;p=1209" rel="self" type="application/rss+xml" />
	<link>http://www.bit-101.com/blog/?p=1209</link>
	<description>Bill Gates Touched My Mac Book Pro</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:48:34 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nlmoreaux</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8319</link>
		<dc:creator>nlmoreaux</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8319</guid>
		<description>it&#039;s simple, just remember this.stage.nativeWindow.activate(); ;-)</description>
		<content:encoded><![CDATA[<p>it&#8217;s simple, just remember this.stage.nativeWindow.activate(); <img src='http://www.bit-101.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurt</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8318</link>
		<dc:creator>kurt</dc:creator>
		<pubDate>Fri, 01 Jan 2010 06:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8318</guid>
		<description>hey, i want to vote that we should have an option for creating air projects in as3 as part of the workflow... super lame that you can&#039;t... no idea what they were thinking at adobe, excluding as3 from default projects. i would vote but not into signing up just to vote for a feature.</description>
		<content:encoded><![CDATA[<p>hey, i want to vote that we should have an option for creating air projects in as3 as part of the workflow&#8230; super lame that you can&#8217;t&#8230; no idea what they were thinking at adobe, excluding as3 from default projects. i would vote but not into signing up just to vote for a feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Parr</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8317</link>
		<dc:creator>Adrian Parr</dc:creator>
		<pubDate>Fri, 02 Oct 2009 09:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8317</guid>
		<description>Are you now allowed to create an AS3 only AIR project in Flash Builder? I&#039;ve had a quick look and it doesn&#039;t appear you can easily.</description>
		<content:encoded><![CDATA[<p>Are you now allowed to create an AS3 only AIR project in Flash Builder? I&#8217;ve had a quick look and it doesn&#8217;t appear you can easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Bermudez</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8316</link>
		<dc:creator>Juan Bermudez</dc:creator>
		<pubDate>Thu, 05 Feb 2009 07:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8316</guid>
		<description>A bit late  but I  did the following:

- Created  Flex/AIR Project putting you src wherever your main class for the AIR APP
- Change main .mxml to .as (Main.as for example)
- wrote in  Main.as:

package {
	import flash.display.Sprite;

	public class Main extends Sprite
	{

		public function ToolBox()
		{
			trace(&quot;Hello AIR&quot;);
		}
	}
}

- Create Flash Air File
- Set Doc Class to mains.as

Now use Flex Builder to write some  AS3 with Air Support and use Flash tu publish your appication at the end

LEt me know if you already got a better way.

Cheers</description>
		<content:encoded><![CDATA[<p>A bit late  but I  did the following:</p>
<p>- Created  Flex/AIR Project putting you src wherever your main class for the AIR APP<br />
- Change main .mxml to .as (Main.as for example)<br />
- wrote in  Main.as:</p>
<p>package {<br />
	import flash.display.Sprite;</p>
<p>	public class Main extends Sprite<br />
	{</p>
<p>		public function ToolBox()<br />
		{<br />
			trace(&#8220;Hello AIR&#8221;);<br />
		}<br />
	}<br />
}</p>
<p>- Create Flash Air File<br />
- Set Doc Class to mains.as</p>
<p>Now use Flex Builder to write some  AS3 with Air Support and use Flash tu publish your appication at the end</p>
<p>LEt me know if you already got a better way.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8315</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Fri, 16 May 2008 22:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8315</guid>
		<description>JBOY,

would you be able to elaborate a little more? I have added the airglobal.swc to source path, but it still appears to be just exported a SWF. How do you then create an AIR app? Are you just opening up a FLA and using the AS from your FB3 project and exporting as AIR?

thanks!</description>
		<content:encoded><![CDATA[<p>JBOY,</p>
<p>would you be able to elaborate a little more? I have added the airglobal.swc to source path, but it still appears to be just exported a SWF. How do you then create an AIR app? Are you just opening up a FLA and using the AS from your FB3 project and exporting as AIR?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SK</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8314</link>
		<dc:creator>SK</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8314</guid>
		<description>George, I am having the same issue.

Tried changing the main file to .as, tried deleting the MXML file and creating a new Sprite subclass set as default application and when run / debug get nothing.

I sometimes get the error:

Process terminated without establishing connection to debugger.
invocation forwarded to primary instance

(When debugging)

I have noticed that the Library Path does not include the playerglobal SWC library, and have tried adding that, also with no success. Please someone who has got this working explain exactly how you did it as I need to see how effective this Flex AS3 AIR workaround is for an urgent project.</description>
		<content:encoded><![CDATA[<p>George, I am having the same issue.</p>
<p>Tried changing the main file to .as, tried deleting the MXML file and creating a new Sprite subclass set as default application and when run / debug get nothing.</p>
<p>I sometimes get the error:</p>
<p>Process terminated without establishing connection to debugger.<br />
invocation forwarded to primary instance</p>
<p>(When debugging)</p>
<p>I have noticed that the Library Path does not include the playerglobal SWC library, and have tried adding that, also with no success. Please someone who has got this working explain exactly how you did it as I need to see how effective this Flex AS3 AIR workaround is for an urgent project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8313</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8313</guid>
		<description>No, it&#039;s a proper actionscript project (it&#039;s a simple hello world). Just to make sure I copy and pasted the actionscript directly into another project which was exported as a plain SWF and it worked fine.

If there isn&#039;t anything I need to do beyond simply creating a proper .as file then I&#039;ll chalk it up to a flex builder linux specific issue.

Basically, the as is being exported as a working swf to the default bin-debug folder (I can run the swf and it works fine) but it seems as if the next step (turning the swf into an AIR app) isn&#039;t taking place.</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s a proper actionscript project (it&#8217;s a simple hello world). Just to make sure I copy and pasted the actionscript directly into another project which was exported as a plain SWF and it worked fine.</p>
<p>If there isn&#8217;t anything I need to do beyond simply creating a proper .as file then I&#8217;ll chalk it up to a flex builder linux specific issue.</p>
<p>Basically, the as is being exported as a working swf to the default bin-debug folder (I can run the swf and it works fine) but it seems as if the next step (turning the swf into an AIR app) isn&#8217;t taking place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kp</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8312</link>
		<dc:creator>kp</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8312</guid>
		<description>what is in test.as? if it&#039;s still an mxml document, it won&#039;t work. you need to create an actual class that extends Sprite or MovieClip.</description>
		<content:encoded><![CDATA[<p>what is in test.as? if it&#8217;s still an mxml document, it won&#8217;t work. you need to create an actual class that extends Sprite or MovieClip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8311</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8311</guid>
		<description>Can someone provide an expanded version of the workaround? I&#039;m trying to get it running but I&#039;m having issues. I tried to create a new Flex AIR project and I switched the main application file from test.mxml to test.as, but it doesn&#039;t compile anything. Is there some obvious extra step I&#039;m missing? Is there something that needs to be in my .as file?</description>
		<content:encoded><![CDATA[<p>Can someone provide an expanded version of the workaround? I&#8217;m trying to get it running but I&#8217;m having issues. I tried to create a new Flex AIR project and I switched the main application file from test.mxml to test.as, but it doesn&#8217;t compile anything. Is there some obvious extra step I&#8217;m missing? Is there something that needs to be in my .as file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kp</title>
		<link>http://www.bit-101.com/blog/?p=1209#comment-8310</link>
		<dc:creator>kp</dc:creator>
		<pubDate>Sun, 30 Mar 2008 15:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bit-101.com/blog/?p=1209#comment-8310</guid>
		<description>Yes, there are other workarounds. The point is that I think this is, or could be, a common workflow, and should be supported as such, without requiring workarounds.

Also, as I said, if a beginner comes to Flex Builder with the idea of making an AS3-based AIR application, they aren&#039;t going to know about workarounds. They&#039;re going to see no option for this, only an option for Flex-based AIR apps. The obvious conclusion is that AIR requires Flex, which is completely false.</description>
		<content:encoded><![CDATA[<p>Yes, there are other workarounds. The point is that I think this is, or could be, a common workflow, and should be supported as such, without requiring workarounds.</p>
<p>Also, as I said, if a beginner comes to Flex Builder with the idea of making an AS3-based AIR application, they aren&#8217;t going to know about workarounds. They&#8217;re going to see no option for this, only an option for Flex-based AIR apps. The obvious conclusion is that AIR requires Flex, which is completely false.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
