<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sven Dens &#187; Adobe AIR</title>
	<atom:link href="http://www.svendens.com/category/adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svendens.com</link>
	<description>deserialize me</description>
	<lastBuildDate>Tue, 22 Sep 2009 09:32:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aced my ACE: Adobe Certified Expert Flex 3 with AIR</title>
		<link>http://www.svendens.com/adobe-air/aced-my-ace-adobe-certified-expert-flex-3-with-air/</link>
		<comments>http://www.svendens.com/adobe-air/aced-my-ace-adobe-certified-expert-flex-3-with-air/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 09:32:48 +0000</pubDate>
		<dc:creator>Sven Dens</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.svendens.com/?p=74</guid>
		<description><![CDATA[Just a quick brag post 
This morning I passed the ACE Exam &#8220;Flex 3 with AIR&#8221;.  Feels good to have that one in the bank  
To be well prepared for the exam, I read the Flex 3 documentation and the Adobe AIR 1.5 documentation, especially the documents &#8220;Developing Adobe AIR 1.5 Applications with ADOBE [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick brag post <img src='http://www.svendens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
This morning I passed the ACE Exam &#8220;Flex 3 with AIR&#8221;.  Feels good to have that one in the bank <img src='http://www.svendens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>To be well prepared for the exam, I read the Flex 3 documentation and the Adobe AIR 1.5 documentation, especially the documents &#8220;Developing Adobe AIR 1.5 Applications with ADOBE FLEX 3&#8243; and the &#8220;Adobe Flex 3 Developer Guide&#8221;, both available free of charge from Adobe.  I also downloaded <a href="http://software.pxldesigns.com/attest/" target="_blank">Attest</a>, an Adobe AIR application that was developed by the lovely people over at <a href="http://www.pxldesigns.com/" target="_blank">PXL Designs</a> which you can download for free, and ran all the practice exams multiple times.  Unfortunately I must say, this effort was virtually worthless for what the exam was concerned.  Not a single question from the practice exams appeared on the real exam, nor did the &#8220;toughness&#8221; of the real questions reflect those in the practice exams.</p>
<p>To be honest, I must say that I found the exam quite hard.  After all, it&#8217;s been more than 3 years since I&#8217;ve been developing in Flex, and I would have expected the exam to be rather easy for a trained developer.  However, out of the 50 questions/problems I got, I would have to digg deep and long to find 20 of those that I&#8217;ve actually ever used in real-world application development.<br />
So, reading through those PDF&#8217;s sure wasn&#8217;t a luxury to be able to pass this exam, not for me at least.</p>
<p>I know there are many possible questions out of which you&#8217;re presented 50 at the exam, so maybe I just got unlucky in the selection that I was presented with.<br />
Anyway, if you&#8217;re looking to become certified too, make sure you&#8217;re well-prepared and good luck to you!</p>
<p>Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svendens.com/adobe-air/aced-my-ace-adobe-certified-expert-flex-3-with-air/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Build and compile AS3, Flex2 and Apollo applications in Eclipse on Mac OS X</title>
		<link>http://www.svendens.com/adobe-air/build-compile-as3-flex2-apollo-eclipse/</link>
		<comments>http://www.svendens.com/adobe-air/build-compile-as3-flex2-apollo-eclipse/#comments</comments>
		<pubDate>Tue, 22 May 2007 10:42:50 +0000</pubDate>
		<dc:creator>Sven Dens</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.svendens.be/blog/archives/7</guid>
		<description><![CDATA[So today I wanted to compile a simple &#8220;Hello World&#8221; app and package it as an .air-file for installation in Adobe Apollo on my Mac&#8230;
This can already be done in FlashDevelop &#8211; a great editor, but it only runs on Windows &#8211; but I couldn&#8217;t yet find a source telling me how to do it [...]]]></description>
			<content:encoded><![CDATA[<p align="left">So today I wanted to compile a simple &#8220;Hello World&#8221; app and package it as an .air-file for installation in Adobe Apollo on my Mac&#8230;</p>
<p>This can already be done in <a href="http://www.flashdevelop.org">FlashDevelop</a> &#8211; a great editor, but it only runs on Windows &#8211; but I couldn&#8217;t yet find a source telling me how to do it from Eclipse or any other editor that runs on OS X. So it was time to roll-up my sleeves and figure out a way to do it.<br />
Didn&#8217;t turn out to be hard at all, using <a href="http://ant.apache.org/">ANT</a> and starting off from the <a href="http://www.boostworthy.com/blog/?p=140">nice Apollo ANT-template for FlashDevelop built by Ryan Taylor</a>.</p>
<p><span id="more-4"></span>First, a few things you&#8217;ll need before we kick off:</p>
<ol>
<li>Flex 2 SDK: download it from Adobe at <a href="http://www.adobe.com/products/flex/sdk/">http://www.adobe.com/products/flex/sdk/</a></li>
<li>Apollo runtime and SDK: download it from Adobe at <a href="http://labs.adobe.com/technologies/apollo/">http://labs.adobe.com/technologies/apollo/</a></li>
<li>Apache ANT: if you don&#8217;t have it yet (if you&#8217;re on OS X, you have it!), download it from <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a></li>
<li>Flash 9 debug player: download it from Adobe at <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">http://www.adobe.com/support/flashplayer/downloads.html#fp9</a></li>
</ol>
<p>Install the SDK&#8217;s and the Apollo runtime.<br />
Download and unzip the <a href="http://www.svendens.com/downloads/OSX_ria_template.zip">OSX_ria_template.zip</a> to a location on your hard-drive.</p>
<p align="left">Next, fire up Eclipse and start a new project (File -&gt; new -&gt; project -&gt; General -&gt; project).<br />
I called mine &#8220;HelloWorld&#8221;, but you can use anything you like.</p>
<p align="left">Go back to Eclipse and right-click your project name, choose &#8220;Import&#8221; and import the files you just unzipped. You&#8217;ll probably be asked to overwrite the .project file, answer YES.<br />
<a href="http://www.flickr.com/photos/sventunus/499224674/" target="_blank">view screenshot on Flickr</a><br />
<a href="http://www.flickr.com/photos/sventunus/499224652/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">You should now have a couple of folders:</p>
<ul>
<li>deploy</li>
<li>docs</li>
<li>html_template</li>
<li>icons</li>
<li>src</li>
</ul>
<p>and 3 files:</p>
<ul>
<li>application.xml</li>
<li>build.properties</li>
<li>build.xml</li>
</ul>
<p><a href="http://www.flickr.com/photos/sventunus/499273983/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">The template contains everything you need to build and run Flash/Flex/Apollo apps from ActionScript source files or MXML (Flex2) source files.</p>
<p align="left">The build.properties file is where you&#8217;ll want to edit some stuff to make it match your Mac.<br />
First, let&#8217;s look at the important ones. Scroll down to the bottom of the file and find a line that starts with &#8220;flex2.dir&#8221;.<br />
Change the following lines to match the locations on your system where the SDK&#8217;s, browsers and Flash Player are installed:</p>
<blockquote>
<p align="left"># Location of the Flex 2 SDK and Apollo SDK directories.<br />
flex2.dir=/Users/desv/development/sdk/flex2<br />
apollo.dir=/Users/desv/development/sdk/apollo</p>
<p align="left"># Browsers &#8211; add others if you wish<br />
firefox=/Applications/Firefox.app<br />
safari=/Applications/Safari.app</p>
<p align="left"># Location of the Flash 9 debug player<br />
saplayer=/Applications/Adobe/FlashPlayers/FlashPlayer9_debug.app</p></blockquote>
<p align="left">Note there are <strong>NO TRAILING SLASHES</strong>!</p>
<p align="left"><a href="http://www.flickr.com/photos/sventunus/499273963/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">Also in this file is mentioned what you want to use as source (mxml or as files), and where you want the output to go (browser, Flash Player, Apollo AIR file, Apollo Debug Launcher, &#8230;).<br />
Changing lines 27 and 36 in the build.properties file define this.<br />
The documentation should speak for itself.</p>
<p align="left"><a href="http://www.flickr.com/photos/sventunus/499224612/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">That&#8217;s it, nothing left to do but compile now <img src='http://www.svendens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
So how do you go about that?</p>
<p align="left">In the Eclipse menu, click Run -&gt; External Tools -&gt; External Tools.<br />
Create a new Ant configuration by clicking the top-left icon and give it a new (I used AS3MXMLCompile). On the Main tab, under &#8220;Buildfile&#8221;, click Browse Workspace and select the build.xml file. Under &#8220;Base Directory&#8221;, click Browse Workspace and select your project.</p>
<p align="left"><a href="http://www.flickr.com/photos/sventunus/499240614/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">Now hit &#8220;Run&#8221; and you should see a &#8220;Hello World&#8221; window popping up in the Apollo Debug Launcher. Congratulations, you&#8217;ve just compiled your first Flex/Apollo app in Eclipse on OS X!</p>
<p><a href="http://www.flickr.com/photos/sventunus/499240572/" target="_blank">view screenshot on Flickr</a></p>
<p align="left">To try other combinations, check out the build.properties file and change the parameters on lines 27 and 36.</p>
<p align="left">I&#8217;ve documented all the steps in both build.xml and build.properties, so you *should* be able to figure out the rest for yourself.</p>
<p align="left">Let me know how you like it! <img src='http://www.svendens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="left">Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://www.svendens.com/adobe-air/build-compile-as3-flex2-apollo-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
