<?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>Adnan Doric &#187; AIR</title>
	<atom:link href="http://www.adnandoric.com/category/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adnandoric.com</link>
	<description>Flex, Flash, AIR, RIA</description>
	<lastBuildDate>Thu, 02 Jun 2011 08:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Error creating AIR File: 303</title>
		<link>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/</link>
		<comments>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:08:10 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[error 303]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=136</guid>
		<description><![CDATA[Adding custom icons to your AIR application can be painful if you forget to copy them in &#8220;bin-release&#8221; folder prior to exporting your project. You can also just check in &#8220;Copy non-embedded files to output folder&#8221; in Flex compiler properties:]]></description>
			<content:encoded><![CDATA[<p>Adding custom icons to your AIR application can be painful if you forget to copy them in &#8220;bin-release&#8221; folder prior to exporting your project.   <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<p>You can also just check in &#8220;Copy non-embedded files to output folder&#8221; in Flex compiler properties:</p>
<div id="attachment_140" class="wp-caption aligncenter" style="width: 548px"><img class="size-full wp-image-140" title="error_3031" src="http://www.adnandoric.com/wp-content/uploads/2009/04/error_3031.jpg" alt="Flex compiler properties" width="538" height="315" /><p class="wp-caption-text">Flex compiler properties</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>VerifyError: Error #1025: An invalid register 3 was accessed</title>
		<link>http://www.adnandoric.com/2009/03/03/verifyerror-error-1025-an-invalid-register-3-was-accessed/</link>
		<comments>http://www.adnandoric.com/2009/03/03/verifyerror-error-1025-an-invalid-register-3-was-accessed/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 19:34:11 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[1025]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[VerifyError]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=122</guid>
		<description><![CDATA[Working with XML in Flex or AIR can sometimes be very painfull if you mess with namespaces. I just spent few hours figuring how to solve the «VerifyError» puzzle: VerifyError: Error #1025: An invalid register 1 was accessed. VerifyError: Error #1025: An invalid register 2 was accessed. VerifyError: Error #1025: An invalid register 3 was [...]]]></description>
			<content:encoded><![CDATA[<p>Working with XML in Flex or AIR can sometimes be very painfull if you mess with namespaces.<br />
I just spent few hours figuring how to solve the «VerifyError» puzzle:</p>
<p><code>VerifyError: Error #1025: An invalid register 1 was accessed.<br />
VerifyError: Error #1025: An invalid register 2 was accessed.<br />
VerifyError: Error #1025: An invalid register 3 was accessed.<br />
VerifyError: Error #1025: An invalid register 4 was accessed.<br />
VerifyError: Error #1025: An invalid register 5 was accessed.</code></p>
<p>I was loading some fancy XML spitted by REST backend and had to set the default xml namespace in a function scope in order to access it:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">default</span> <span style="color: #0066CC;">xml</span> namespace = <span style="color: #0066CC;">xml</span>.<span style="color: #006600;">namespace</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>Don&#8217;t ask me why, but you have to «reset it» when you finish manipulating the XML otherwise you wont be able to call functions in the same scope:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">default</span> <span style="color: #0066CC;">xml</span> namespace = <span style="color: #000000; font-weight: bold;">new</span> Namespace<span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<div id="attachment_128" class="wp-caption aligncenter" style="width: 509px"><img class="size-full wp-image-128" title="zoidberg-why" src="http://www.adnandoric.com/wp-content/uploads/2009/03/zoidberg-why.png" alt="Zoidberg: Why? Why? Why?" width="499" height="301" /><p class="wp-caption-text">Zoidberg: Why? Why? Why?</p></div>
<p>I hope that helps  <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/03/03/verifyerror-error-1025-an-invalid-register-3-was-accessed/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Desktop Keeley</title>
		<link>http://www.adnandoric.com/2008/12/31/desktop-keeley/</link>
		<comments>http://www.adnandoric.com/2008/12/31/desktop-keeley/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 13:07:37 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[AdobeTV]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Keeley Hazell]]></category>
		<category><![CDATA[MAX]]></category>
		<category><![CDATA[The Sun]]></category>
		<category><![CDATA[VirtuaGirl]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=67</guid>
		<description><![CDATA[In the MAX Air presentation by Brett Rampata and Bruce Bell on AdobeTV, one of the presented AIR applications was Desktop Keeley: a cute little news application developed by Glue for The Sun featuring Keeley Hazell. It reminded me of VirtuaGirl application (windows only)! By the way, they should develop an AIR version of VirtuaGirl [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In the <a title="AIR Experience Model: Approach and Examples" href="http://tv.adobe.com/#vi+f15385v1009" target="_blank">MAX Air presentation by Brett Rampata and Bruce Bell on AdobeTV</a>, one of the presented AIR applications was <a title="TheSun's Desktop Keeley" href="http://www.thesun.co.uk/sol/homepage/desktopkeeley/article1377719.ece" target="_blank">Desktop Keeley</a>: a cute little news application developed by <a title="Glue London" href="http://www.gluelondon.com/" target="_blank">Glue</a> for <a title="The Sun" href="http://www.thesun.co.uk" target="_blank">The Sun</a> featuring <a title="Keeley Hazell" href="http://www.keeleyhazell.com/" target="_blank">Keeley Hazell</a>. It reminded me of <a title="VirtuaGirl" href="http://www.virtuagirlhd.com" target="_blank">VirtuaGirl</a> application (windows only)! By the way, they should develop an AIR version of VirtuaGirl <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>Gorgeous Keeley is here to ease you through your day, putting a smile on your face and providing up to the minute sport info, showbiz gossip and Page 3 news direct to your desktop.</p></blockquote>
<div id="attachment_68" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.thesun.co.uk/sol/homepage/desktopkeeley/article1377719.ece"><img class="size-full wp-image-68" title="desktop_keeley" src="http://www.adnandoric.com/wp-content/uploads/2008/12/desktop_keeley.jpg" alt="Desktop Keeley" width="400" height="345" /></a><p class="wp-caption-text">Desktop Keeley on my computer <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>
<p><a title="TheSun's Desktop Keeley" href="http://www.thesun.co.uk/sol/homepage/desktopkeeley/article1377719.ece" target="_blank">Get Desktop Keeley  now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2008/12/31/desktop-keeley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

