<?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>In Flagrante Delicto! &#187; AIR</title>
	<atom:link href="http://inflagrantedelicto.memoryspiral.com/tag/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://inflagrantedelicto.memoryspiral.com</link>
	<description>Joseph Labrecque: Senior Interactive Software Engineer - Artist - Author - Speaker - Adobe Education Leader - Adobe Community Professional</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Server 2008 &#8211; Permanent Network Share Mapping</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:58:24 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=4101</guid>
		<description><![CDATA[I recently found the need for permanently mounted network shares on a Windows server. Not an obvious thing to do, unfortunately&#8230; What do I mean by permanent? When mapping a share on Windows as a user, when that user logs &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently found the need for permanently mounted network shares on a Windows server. Not an obvious thing to do, unfortunately&#8230;</p>
<p>What do I mean by permanent? When mapping a share on Windows as a user, when that user logs off&#8230; the share will disconnect. For an installed Windows Service that requires access to defined network shares &#8211; this is unworkable. We need to create network shares that retain their connection no matter whether or not a particular user is logged on. </p>
<p>Why do I need to do this? For a server-based AIR project ;D</p>
<p>Took a lot of searching &#8211; but here is how to do it!</p>
<hr />
<p>First, we need to get into the Windows Server <strong>Group Policy Editor</strong>. The simplest way to access this is to type &#8220;<em>gpedit</em>&#8221; into the start menu search. The <strong>Group Policy Editor</strong> will now appear.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/lgpeditor.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/lgpeditor-e1326298639746.jpg" alt="" title="lgpeditor" width="550" height="324" class="aligncenter size-full wp-image-4103" /></a></p>
<p>Using the left navigation menu, drill down through <code>Computer Configuration</code> > <code>Windows Settings</code> > <code>Scripts (Startup/Shutdown)</code>. Double-click on <em>Startup </em>to open the <strong>Startup Properties</strong> dialog.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupprops.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupprops.jpg" alt="" title="startupprops" width="404" height="448" class="aligncenter size-full wp-image-4105" /></a></p>
<p>From the <em>Scripts</em> tab, we will want to click on the <em>Show Files&#8230;</em> button to open a <strong>File Explorer</strong> window.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupfolder.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupfolder-e1326298732108.jpg" alt="" title="startupfolder" width="550" height="275" class="aligncenter size-full wp-image-4104" /></a></p>
<p>Right-click in this window to create a new text file called <em>mapping.bat</em> (or whatever you want to call it). This needs to be a <strong>.bat</strong> file though to execute commands properly. </p>
<p>Edit the file and add the following lines of code:<br />
<code>net use m: \\servername\share</code></p>
<p>Add one command like this for each share you wish to add.</p>
<p>Now, return to the <strong>Startup Properties</strong> dialog and click <em>Add&#8230;</em> to browse to and select the <strong>.bat</strong> file we just created. It will appear in the list of startup scripts.</p>
<p>Exit the dialog by clicking <em>OK</em>.</p>
<p>You&#8217;ll now need to restart the server for this to take effect. This will allow the startup process to run the required commands to mount these network shares without any user being logged on.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Questioning the Viability of Flex</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2012/01/questioning-the-viability-of-flex/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2012/01/questioning-the-viability-of-flex/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 14:00:40 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=4070</guid>
		<description><![CDATA[I often get private messages through the contact form on this blog. These are normally requests for advice, resources, or project inquiries. From time to time, a question comes in that I see as useful to a wider audience. Such &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2012/01/questioning-the-viability-of-flex/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I often get private messages through the <a href="http://inflagrantedelicto.memoryspiral.com/contact/">contact form</a> on this blog. These are normally requests for advice, resources, or project inquiries. From time to time, a question comes in that I see as useful to a wider audience. </p>
<p>Such is the case with the email reproduced below regarding Flex. I&#8217;ve asked permission from the individual author but have blanked out his name for reasons of privacy.</p>
<blockquote><p>Greetings Joseph.<br />
I have several decades of programming experience on desktops and (in the old old days) mainframes, using a variety of languages and technologies.  </p>
<p>I am interested in application development for mobile platforms, both Android and the Apple platforms.  However I am unable to find anyone who can give an unbiased and straightforward answer to this question:  Is the Adobe Flex platform (1) a good choice to devote my limited time resources to for learning mobile development  (2) is it or is it not true that the Adobe Flex platform is dying / going away / not really a good choice etc. etc. etc.</p>
<p>Would you be kind enough to give me some guidance regarding this?  I don&#8217;t have enough time available to learn every technology so I must focus and get the biggest bang for my buck.</p>
<p>What do you recommend?</p>
<p>Thank you so much for your guidance with this.</p>
<p>-Xxxxx</p></blockquote>
<p>My response [though slightly modified for this public post] follows.</p>
<blockquote><p>Hi Xxxxx.</p>
<p>I don&#8217;t think anyone has 100% fool-proof, solid-as-stone answers around this just yet&#8230; but I&#8217;ll answer you the best I can.</p>
<p>1) I believe that AIR/Flex is still quite valuable for mobile apps. Buried amid the 11/9 announcements is a repeated statement that Adobe is &#8220;doubling-down&#8221; on AIR for mobile. One of the reasons cited for dropping mobile Flash Player in the browser was to divert resources to mobile AIR. Furthermore, Adobe&#8217;s new line of Touch Apps for Android are (almost) all built upon AIR for Android (though my understanding is that Flex was not used).</p>
<p>2) Flex is now an <a href="http://incubator.apache.org/projects/flex.html">Apache incubator podling</a>. Assuming that the Apache Flex team is able to organize everything enough to put out a release or two (normally achievable over 4-6 months), the project is expected to graduate to full Apache project status &#8211; putting it on the same level as ANT, Tomcat, HTTPD, and other well-known, popular projects used worldwide. Note that <a href="http://incubator.apache.org/projects/callback.html">PhoneGap</a> was also contributed to Apache by Adobe directly after the Nitobi acquisition &#8211; so this is by no means a death sentence or dismissal of the framework.</p>
<p>With Flex in the hands of the wider community, there are actually more resources available in light of the number of individual contributors. Even if not an Apache contributor yourself, if you have a patch for Flex that would be useful for others &#8211; <a href="http://incubator.apache.org/flex/team.html">get in touch with a contributor</a> to see whether they might see value in the patch and perform the contribution in your stead. Don&#8217;t forget that a number of contributors are Adobe engineers and that they the company has stated that even though the runtimes are still under their care &#8211; they will align releases in light of what is going on at Apache.</p>
<p>I am confident that we will see some great things come out of the Apache Flex effort from members of the <a href="http://www.spoon.as/">Spoon project</a> and the greater community.</p>
<p>I hope this is helpful.</p>
<p>-Joseph</p></blockquote>
<p> I hope this is useful for others out there. If you want to gather information on-the-ground, be sure to check out the <a href="http://www.360flex.com/">360|Flex</a> conference in April!</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2012/01/questioning-the-viability-of-flex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Packaging AIR 3 Captive Runtime for Windows Distribution</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:00:24 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=4045</guid>
		<description><![CDATA[This is the first post of 2012 and an attempt to get the year started off well! I wasn&#8217;t able to post nearly as much &#8220;useful&#8221; information in 2011 since I was tied up with so much other stuff&#8230; but &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the first post of 2012 and an attempt to get the year started off well! I wasn&#8217;t able to post nearly as much &#8220;useful&#8221; information in 2011 since I was tied up with so much other stuff&#8230; but am definitely working toward changing that by producing more content like this. Happy New Year, all!</p>
<p>Adobe AIR 3 allows a developer to package an AIR app along with the AIR runtime for distribution. This is known as &#8220;captive runtime&#8221; and is useful because it provides a method of application distribution that does not require a separate runtime installation. With Windows, an additional step must be taken; we have to package the application files into a custom installer for the best user experience on that platform. Thankfully, to do this is a fairly simple task as demonstrated in the recording below.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/2MyNO_ecQag?hd=1" frameborder="0" allowfullscreen></iframe></p>
<p>Here&#8217;s an additional recording on other options within <a href="http://www.advancedinstaller.com/">Advanced Installer</a>:</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/PSNXVlhKPoE?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Books: What&#8217;s New in Flash Player 11 + What&#8217;s New in Adobe AIR 3</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/12/new-books-whats-new-in-flash-player-11-whats-new-in-adobe-air-3/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/12/new-books-whats-new-in-flash-player-11-whats-new-in-adobe-air-3/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 19:37:42 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Publication]]></category>
		<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3858</guid>
		<description><![CDATA[O&#8217;Reilly has published a set of books that I was able to get together over the past few months, leading up to the new Flash Platform runtime releases in October: &#8220;What&#8217;s New in Flash Player 11&#8221; and &#8220;What&#8217;s New in &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/12/new-books-whats-new-in-flash-player-11-whats-new-in-adobe-air-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>O&#8217;Reilly has published a set of books that I was able to get together over the past few months, leading up to the new Flash Platform runtime releases in October: &#8220;<strong><a href="http://shop.oreilly.com/product/0636920021698.do">What&#8217;s New in Flash Player 11</a></strong>&#8221; and &#8220;<strong><a href="http://shop.oreilly.com/product/0636920021681.do">What&#8217;s New in Adobe AIR 3</a></strong>&#8220;. These books are companion pieces as there is obvious overlap between what is new in each runtime, but are unique enough to require this manner of separation per volume. </p>
<p>The books are currently only available in digital format (ePub, Mobi, PDF) and can actually be acquired for <em><strong>FREE</strong>*</em>! They will soon also be available from Amazon.com (Kindle), Barnes and Nobel, Safari Books Online, and other online retailers.</p>
<p>Details of both books are below, along with links to the publisher&#8217;s website which includes download of all source code and project assets. I do hope that many people do get access to these and build great stuff using Flash Player 11 and AIR 3 &#8211; so please spread the word!!!</p>
<hr />
<h2><a href="http://shop.oreilly.com/product/0636920021698.do">What&#8217;s New in Flash Player 11</a></h2>
<h3>Quickstart Guide for Browser-Based Experiences</h3>
<div id="attachment_3809" class="wp-caption alignleft" style="width: 238px"><a href="http://shop.oreilly.com/product/0636920021698.do"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/11/whats_new_flashplayer_11_comp-228x300.jpg" alt="" title="What&#039;s New in Flash Player 11" width="228" height="300" class="size-medium wp-image-3809" /></a><p class="wp-caption-text">What&#039;s New in Flash Player 11</p></div>
<p>
<strong>Author:</strong> Joseph Labrecque<br />
<strong>Publisher:</strong> O&#8217;Reilly Media (December, 2011)<br />
<strong>ISBN-10:</strong> 1-4493-1109-1<br />
<strong>ISBN-13:</strong> 978-1-4493-1109-4<br />
<strong>Pages:</strong> 78
</p>
<p>This book will detail the various enhancements, new functionalities, and general improvements available in this new version of Adobe Flash Player. Each item is explained in detail and when possible, a series of screen captures and a full code examples will be provided, enabling you to both grasp the new feature in a visual way, and integrate the feature into your own code quickly, based upon example.</p>
<hr />
<h2><a href="http://shop.oreilly.com/product/0636920021681.do">What&#8217;s New in Adobe AIR 3</a></h2>
<h3>Quickstart Guide for Desktop and Mobile Development</h3>
<div id="attachment_3808" class="wp-caption alignleft" style="width: 238px"><a href="http://shop.oreilly.com/product/0636920021681.do"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/11/whats_new_adobe_air_3_comp-228x300.jpg" alt="" title="What&#039;s New in Adobe AIR 3" width="228" height="300" class="size-medium wp-image-3808" /></a><p class="wp-caption-text">What&#039;s New in Adobe AIR 3</p></div>
<p>
<strong>Author:</strong> Joseph Labrecque<br />
<strong>Publisher:</strong> O&#8217;Reilly Media (December, 2011)<br />
<strong>ISBN-10:</strong> 1-4493-1107-5<br />
<strong>ISBN-13:</strong> 978-1-4493-1107-0<br />
<strong>Pages:</strong> 104
</p>
<p>This book will detail the various enhancements, new functionalities, and general improvements available in this new version of Adobe AIR. Each item is explained in detail and when possible, a series of screen captures and a full code examples will be provided, enabling you to both grasp the new feature in a visual way, and integrate the feature into your own code quickly, based upon example.</p>
<hr />
<em>*I&#8217;d like to note that this price has absolutely nothing to do with recent announcements from Adobe. Offering the books for no cost to readers was a mutually beneficial decision made between myself and the publisher months before.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/12/new-books-whats-new-in-flash-player-11-whats-new-in-adobe-air-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StageText (AIR 3 for Mobile)</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/09/stagetext-air-3-for-mobile/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/09/stagetext-air-3-for-mobile/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:57:06 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3687</guid>
		<description><![CDATA[This is another new features demonstration which I originally wrote for my upcoming AIR 3 book showing the StageText class in action on a device! Native Text Input UI (mobile) — Mobile apps can now take advantage of the native &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/09/stagetext-air-3-for-mobile/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is another new features demonstration which I originally wrote for my upcoming <a href="http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/">AIR 3 book</a> showing the StageText class in action on a device!</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/j-64QRJMvso?rel=0" frameborder="0" allowfullscreen></iframe></p>
<blockquote><p><strong>Native Text Input UI (mobile)</strong> — Mobile apps can now take advantage of the native text input controls on mobile platforms, including platform-specific user interaction behaviors such as magnification and text selection. Native text controls are available on Android, BlackBerry Tablet OS, and iOS operating systems.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/09/stagetext-air-3-for-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vibration ActionScript Native Extension</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/09/vibration-actionscript-native-extension/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/09/vibration-actionscript-native-extension/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 15:17:27 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ANE]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3675</guid>
		<description><![CDATA[I&#8217;ve had this example of the Vibration ActionScript Native Extension (ANE) on my DROID3 for some time now and am just thrilled with the expanded capabilities of ANE in Adobe AIR 3 for both mobile and desktop. Wanted to share &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/09/vibration-actionscript-native-extension/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had this example of the Vibration ActionScript Native Extension (ANE) on my DROID3 for some time now and am just thrilled with the expanded capabilities of ANE in Adobe AIR 3 for both mobile and desktop. Wanted to share this example which I originally wrote for my upcoming <a href="http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/">AIR 3 book</a> which displays the Vibration ANE in action on a device!</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/NczWgqqmhXk?rel=0" frameborder="0" allowfullscreen></iframe></p>
<blockquote><p>Native extensions for Adobe AIR are a combination of ActionScript classes and native code that provide easy access to device-specific libraries and features that are not available in the built-in ActionScript classes.</p></blockquote>
<p>Want to use it in your own projects? Adobe has made it available for download <a href="http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html">here</a> :)</p>
<p>&#8230;and a few others are also available from the Adobe Developer Connection <a href="http://www.adobe.com/devnet/air/native-extensions-for-air.html">repository</a>! I have a feeling we&#8217;ll be seeing a lot of these pop up in the weeks and months to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/09/vibration-actionscript-native-extension/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash Player 11 and AIR 3 Books</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:32:03 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Publication]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3664</guid>
		<description><![CDATA[Adobe today announced that Flash Player 11 and AIR 3 will be shipping fairly soon. This is great news for the community because the runtimes are LOADED with great new features. How do I know the features are great? Because &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe today <a href="http://blogs.adobe.com/flashplatform/2011/09/announcing-flash-player-11-and-air-3.html">announced</a> that <strong>Flash Player 11</strong> and <strong>AIR 3</strong> will be shipping fairly soon. This is great news for the community because the runtimes are LOADED with great new features. How do I know the features are great? Because I&#8217;ve been working with them for the past couple of months while writing a set of companion books for <a href="http://oreilly.com/">O&#8217;Reilly</a> about them both!  In fact &#8211; the drafts are complete as of last night and are currently in tech review.</p>
<hr/>
<h3>What&#8217;s New in Flash Player 11</h3>
<h4>Comprehensive Quickstarts for Browser-Based Experiences</h4>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/09/cover.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/09/cover-243x300.jpg" alt="" title="TBA" width="243" height="300" class="alignleft size-medium wp-image-3667" /></a>Author: Joseph Labrecque<br />
Publisher: O&#8217;Reilly Media (October, 2011)<br />
ISBN-13: 9781449311094<br />
Pages: 60 (estimated)</p>
<p>This book will detail the various enhancements, new functionalities, and general improvements available in this new version of Adobe Flash Player. Each item is explained in detail and when possible, a series of screen captures and a full code examples will be provided, enabling you to both grasp the new feature in a visual way, and integrate the feature into your own code quickly, based upon example.</p>
<hr />
<h3>What&#8217;s New in Adobe AIR 3</h3>
<h4>Comprehensive Quickstarts for Desktop and Mobile</h4>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/09/cover.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/09/cover-243x300.jpg" alt="" title="TBA" width="243" height="300" class="alignleft size-medium wp-image-3667" /></a>Author: Joseph Labrecque<br />
Publisher: O&#8217;Reilly Media (October, 2011)<br />
ISBN-13: 9781449311070<br />
Pages: 80 (estimated)</p>
<p>This book will detail the various enhancements, new functionalities, and general improvements available in this new version of Adobe AIR. Each item is explained in detail and when possible, a series of screen captures and a full code examples will be provided, enabling you to both grasp the new feature in a visual way, and integrate the feature into your own code quickly, based upon example.</p>
<hr/>
<p>More information will be provided once these books are in the hands of the editor!</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/09/flash-player-11-and-air-3-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Development for Android Cookbook &#8211; eBook giveaway!</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/07/flash-development-for-android-cookbook-ebook-giveaway/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/07/flash-development-for-android-cookbook-ebook-giveaway/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 12:59:54 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3594</guid>
		<description><![CDATA[I&#8217;ll be at Adobe&#8217;s San Jose headquarters this week for the Adobe Education Leader Institute &#8211; and thought this will be a great time to run a little contest in promotion of my book! I&#8217;ll be giving away a couple &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/07/flash-development-for-android-cookbook-ebook-giveaway/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.packtpub.com/flash-development-for-android-cookbook/book"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/07/eBook.jpg" alt="" title="eBook" width="250" height="214" class="alignleft size-full wp-image-3595" /></a>I&#8217;ll be at Adobe&#8217;s San Jose headquarters this week for the <strong>Adobe Education Leader Institute</strong> &#8211; and thought this will be a great time to run a little contest in promotion of my book! I&#8217;ll be giving away a couple copies of the eBook version through Packt. </p>
<p>The eBook version is great; I&#8217;ve been using this myself, as I go about my mobile work for quick reference and it&#8217;s been delightfully helpful. Very easy to do a quick text search or pull up the table on contents and so forth.</p>
<p>All you have to do to win a copy is visit <a href="https://www.packtpub.com/flash-development-for-android-cookbook/book">https://www.packtpub.com/flash-development-for-android-cookbook/book</a> and leave a comment here about a feature that interests you. Then, just link to your comment on Twitter &#8211; use the hashtag <a href="http://twitter.com/#!/search/realtime/%23FlashAndroidBook">#FlashAndroidBook</a> and be sure to <a href="http://twitter.com/#!/JosephLabrecque">follow me</a> or it will not count!</p>
<p>The giveaway will run for a week and I&#8217;ll pick winners at random on Sunday the 31st! Spread the word!</p>
<hr />
<blockquote><p>
Incidentally; for those interested in reviewing the book, contact <strong>Shaveer Irani</strong> (<em>shaveeri &#8211; AT &#8211; packtpub.com</em>) with the subject line of &#8220;Flash Development for Android Cookbook &#8211; Review&#8221; and the publisher may just hook you up!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/07/flash-development-for-android-cookbook-ebook-giveaway/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>AXNA Feed Reader</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/06/axna-feed-reader/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/06/axna-feed-reader/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 20:27:44 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3517</guid>
		<description><![CDATA[Distilled data feed from the Adobe XML News Aggregator! Pulls relevant data feeds from the Adobe XML News Aggregator (AXNA) at http://feeds.adobe.com/ &#8211; an invaluable community resource. This data is distilled into smart categories and present to the user for &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/06/axna-feed-reader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_3518" class="wp-caption aligncenter" style="width: 560px"><a href="https://market.android.com/details?id=air.com.fracturedvisionmedia.AXNAFeedReader"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/06/big-e1308946892954.png" alt="" title="AXNA Feed Reader" width="550" height="268" class="size-full wp-image-3518" /></a><p class="wp-caption-text">AXNA Feed Reader</p></div>
<blockquote><p>Distilled data feed from the Adobe XML News Aggregator!<br />
Pulls relevant data feeds from the Adobe XML News Aggregator (AXNA) at <a href="http://feeds.adobe.com/">http://feeds.adobe.com/</a> &#8211; an invaluable community resource. This data is distilled into smart categories and present to the user for easy perusal.</p></blockquote>
<p>I&#8217;ve gotten a lot of great info from <a href="http://feeds.adobe.com/">AXNA</a> &#8211; and I&#8217;m sure many other souls have gained great knowledge from this resource as well. in creating a demonstration for an upcoming set of lessons on Flash Builder and Flex, I began to see the benefit of making this application available to the community at large.</p>
<p>I do plan on making the source for this available, and also to distribute the app to other platforms aside from Android. This is <em>beta</em> (a few hours work) &#8211; but it is a good start.</p>
<p><strong><a href="https://market.android.com/details?id=air.com.fracturedvisionmedia.AXNAFeedReader">Grab it from the Android Market</a></strong></p>
<p><em><strong>UPDATE:</strong></em><br />
Here&#8217;s a demo video&#8230;<br />
<object width="550" height="343"><param name="movie" value="http://www.youtube.com/v/FYOxSfzEu0s?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FYOxSfzEu0s?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="550" height="343" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/06/axna-feed-reader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Available Now!: Flash Development for Android Cookbook</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2011/06/available-now-flash-development-for-android-cookbook/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2011/06/available-now-flash-development-for-android-cookbook/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 15:06:35 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=3428</guid>
		<description><![CDATA[I&#8217;m thrilled to announce that my Flash Development for Android Cookbook is now available to purchase in print and digital formats! The book contains 372 pages of useful information and solid recipes for developing killer Android applications using Flash Platform &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2011/06/available-now-flash-development-for-android-cookbook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thrilled to announce that my <strong><a href="http://josephlabrecque.com/books">Flash Development for Android Cookbook</a></strong> is now available to purchase in print and digital formats! </p>
<p>The book contains 372 pages of useful information and solid recipes for developing killer Android applications using Flash Platform technology. </p>
<blockquote><p><a href="http://josephlabrecque.com/books"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2011/06/1420EXP.jpg" alt="" title="1420EXP" width="200" height="247" class="alignleft size-full wp-image-3471" /></a>The Flash Development for Android Cookbook enables Flash developers to branch out into Android mobile applications through a set of essential, easily demonstrable recipes. It takes you through the entire development workflow: from setting up a local development environment, to developing and testing your application, to compiling for distribution to the ever-growing Android Market.</p></blockquote>
<p>There a a number of people I&#8217;d like to call attention to and thank for helping make this book a reality:</p>
<ul>
<li><strong><a href="http://twitter.com/scottjanousek">Scott Janousek</a></strong>: for providing an excellent forward to the book.</li>
<li><strong><strong><a href="http://twitter.com/biondifabio">Fabio Biondi</a></strong>, <a href="http://twitter.com/seantheflexguy">Sean Moore</a></strong>, and <strong><a href="http://twitter.com/SmallScrnDesign">Leonardo Risuleo</a></strong>: for lending a careful set of eyes as technical reviewers.</li>
<li><strong><a href="http://twitter.com/wilsonpackt">Wilson D&#8217;souza</a></strong>: for his expert editorial help through the entire process.</li>
<li>Thanks also to my friends in the Adobe Community Professional, Adobe Education Leader, and wider Flash Platform and mobile development communities!!!</li>
</ul>
<p>Lastly, special thanks to my wife <strong><a href="http://twitter.com/LeslieLabrecque">Leslie Labrecque</a></strong> for putting up with me and these many varied projects&#8230; ;)</p>
<p>Please spread the word, <a href="http://josephlabrecque.com/books">buy the book</a>, and drop me a note if it was useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2011/06/available-now-flash-development-for-android-cookbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

