<?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</title>
	<atom:link href="http://www.adnandoric.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adnandoric.com</link>
	<description>Flex, Flash, AIR, RIA</description>
	<lastBuildDate>Sat, 17 Apr 2010 10:35:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scaleform brings Flash to games &#8211; 3D Interface (3Di)</title>
		<link>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/</link>
		<comments>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:32:00 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[unreal tournament 3]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=282</guid>
		<description><![CDATA[This is some really impressive stuff, Flash 3D replaces native user interface in Unreal Tournament 3 game. Visit their site for more information : http://www.scaleform.com/ Enjoy.]]></description>
			<content:encoded><![CDATA[<p>This is some really impressive stuff, Flash 3D replaces native user interface in Unreal Tournament 3 game.</p>
<p><a href="http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/"><em>Click here to view the embedded video.</em></a></p>
<p>Visit their site for more information : <a href="http://www.scaleform.com/" target="_blank">http://www.scaleform.com/</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/04/17/scaleform-brings-flash-to-games-3d-interface-3di/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arabic Calligraphy</title>
		<link>http://www.adnandoric.com/2010/02/10/arabic-calligraphy/</link>
		<comments>http://www.adnandoric.com/2010/02/10/arabic-calligraphy/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:15:47 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=273</guid>
		<description><![CDATA[Beautiful Arabic Calligraphy : The Arabic calligraphy is a type of Arabic writing that is merged with art and decorative motives along with the different types of Arabic handwritings fonts. The Arabic calligraphy artwork is sued to feature Qura’an (The Muslims holy book), prophet Mohammed words, quotes of wisdom and Arabic poems. http://www.graphicmania.net/arabic-calligraphy-inspiration-through-the-ages/ Enjoy.]]></description>
			<content:encoded><![CDATA[<p>Beautiful Arabic Calligraphy :</p>
<p><cite>The Arabic calligraphy is a type of Arabic writing that is merged with  art and decorative motives along with the different types of Arabic  handwritings fonts. The Arabic calligraphy artwork is sued to feature  Qura’an (The Muslims holy book), prophet Mohammed words, quotes of  wisdom and Arabic poems.</cite></p>
<p><a title="Arabic Calligraphy" href="http://www.graphicmania.net/arabic-calligraphy-inspiration-through-the-ages/">http://www.graphicmania.net/arabic-calligraphy-inspiration-through-the-ages/</a></p>
<div id="attachment_277" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.adnandoric.com/wp-content/uploads/2010/02/ara0041.jpg"><img class="size-full wp-image-277" title="Arabic Calligraphy" src="http://www.adnandoric.com/wp-content/uploads/2010/02/ara0041.jpg" alt="Arabic Calligraphy" width="580" height="580" /></a><p class="wp-caption-text">Arabic Calligraphy</p></div>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/02/10/arabic-calligraphy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Floating-point errors</title>
		<link>http://www.adnandoric.com/2010/02/07/floating-point-errors/</link>
		<comments>http://www.adnandoric.com/2010/02/07/floating-point-errors/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:24:16 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[floating-point]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=248</guid>
		<description><![CDATA[I needed to code a calculator in Flex but as you all know, programming languages have some accuracy problems with floating points. Thank god I found this sweet little method from Josh Tynjala, it is not perfect but it really helps: /** * Corrects errors caused by floating point math. */ public function correctFloatingPointError&#40;number:Number, precision:int [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to code a calculator in Flex but as you all know, <a title="Wikipedia Floating point" href="http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems" target="_blank">programming languages have some accuracy problems with floating points</a>.</p>
<p>Thank god I found this sweet little method from <a title="JoshBlog" href="http://joshblog.net" target="_blank">Josh Tynjala,</a> it is not perfect but it really helps:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/**
 * Corrects errors caused by floating point math.
 */</span>
<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> correctFloatingPointError<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">number</span>:<span style="color: #0066CC;">Number</span>, precision:<span style="color: #0066CC;">int</span> = <span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #808080; font-style: italic;">//default returns (10000 * number) / 10000</span>
	<span style="color: #808080; font-style: italic;">//should correct very small floating point errors</span>
	<span style="color: #000000; font-weight: bold;">var</span> correction:<span style="color: #0066CC;">Number</span> = <span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">pow</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">10</span>, precision<span style="color: #66cc66;">&#41;</span>;
	<span style="color: #b1b100;">return</span> <span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">round</span><span style="color: #66cc66;">&#40;</span>correction <span style="color: #66cc66;">*</span> <span style="color: #0066CC;">number</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">/</span> correction;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #808080; font-style: italic;">/**
 * Tests if two numbers are &lt;em&gt;almost&lt;/em&gt; equal.
 */</span>
<span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> fuzzyEquals<span style="color: #66cc66;">&#40;</span>number1:<span style="color: #0066CC;">Number</span>, number2:<span style="color: #0066CC;">Number</span>, precision:<span style="color: #0066CC;">int</span> = <span style="color: #cc66cc;">5</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Boolean</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">var</span> difference:<span style="color: #0066CC;">Number</span> = number1 - number2;
	<span style="color: #000000; font-weight: bold;">var</span> range:<span style="color: #0066CC;">Number</span> = <span style="color: #0066CC;">Math</span>.<span style="color: #0066CC;">pow</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">10</span>, -precision<span style="color: #66cc66;">&#41;</span>;
	<span style="color: #808080; font-style: italic;">//default check:</span>
	<span style="color: #808080; font-style: italic;">//0.00001  -0.00001</span>
	<span style="color: #b1b100;">return</span> difference  -range;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #808080; font-style: italic;">/*
Copyright (c) 2007 Josh Tynjala
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the &quot;Software&quot;), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/</span></pre></div></div>

<p>For example, try this actionscript code :</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">0.08</span> <span style="color: #66cc66;">*</span> <span style="color: #cc66cc;">0.7</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">//0.055999999999999994</span>
<span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>correctFloatingPointError<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">0.08</span> <span style="color: #66cc66;">*</span> <span style="color: #cc66cc;">0.7</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">//0.056</span></pre></div></div>

<p>Impressive, isn&#8217;t it ? <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That&#8217;s it, I hope it helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/02/07/floating-point-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unfuddle Mylyn Connector finally out!</title>
		<link>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/</link>
		<comments>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:55:55 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=242</guid>
		<description><![CDATA[Good news everyone! Unfuddle tickets can now be manipulated directly from the Eclipse Mylyn interface: http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector The Unfuddle Mylyn Connector is compatible with Mylyn 3.0.]]></description>
			<content:encoded><![CDATA[<p>Good news everyone!</p>
<p>Unfuddle tickets can now be manipulated directly from the Eclipse <a title="Mylyn" href="http://www.eclipse.org/mylyn/" target="_blank">Mylyn </a>interface:</p>
<p><a title="Unfuddle Mylyn Connector" href="http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector" target="_blank">http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector</a></p>
<p>The <a title="Unfuddle Mylyn Connector" href="http://unfuddle.com/plugins/mylyn" target="_blank">Unfuddle Mylyn Connector</a> is compatible with Mylyn 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash builder Eclipse language issue</title>
		<link>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/</link>
		<comments>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:47:36 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=236</guid>
		<description><![CDATA[I just installed the new Windows 7, just to try and see if it is ready to replace my old XP.  So far, I still don&#8217;t know how to disable the mouse acceleration (not speed)&#8230; anyway. So I am in France, but use my OS and software in English. For some unknown reason, Flash Builder [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed the new Windows 7, just to try and see if it is ready to replace my old XP.  So far, I still don&#8217;t know how to disable the mouse acceleration (not speed)&#8230; anyway.</p>
<p>So I am in France, but use my OS and software in English. For some unknown reason, Flash Builder decided that I should use French language (OS location maybe), even though I choose English in the installer ! Thank you very much Adobe, but please let me choose my language in the future.</p>
<p>As you can imagine, no way to change the language, even reinstalling doesn&#8217;t help.</p>
<p>But&#8230; good news everyone ! There is a fix. Edit your eclipse.ini and add &#8220;-Duser.language=en&#8221; somewhere after &#8220;-vmarg&#8221;.</p>
<p>For exemple, I use the Eclipse 3.5.1 and my eclipse.ini looks like this :</p>
<blockquote><p>-data<br />
X:/wb_3.5.1<br />
-showlocation<br />
-showsplash<br />
org.eclipse.platform<br />
&#8211;launcher.XXMaxPermSize<br />
384M<br />
-startup<br />
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar<br />
&#8211;launcher.library<br />
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519<br />
-vm<br />
C:/Program Files (x86)/Java/jdk1.6.0_18/jre/bin/client/jvm.dll<br />
-vmargs<br />
<strong>-Duser.language=en</strong><br />
-Dosgi.requiredJavaVersion=1.5<br />
-Xms128m<br />
-Xmx384m<br />
-Xss4m<br />
-XX:PermSize=128m<br />
-XX:MaxPermSize=384m<br />
-XX:CompileThreshold=5<br />
-XX:MaxGCPauseMillis=10<br />
-XX:MaxHeapFreeRatio=70<br />
-XX:+UseConcMarkSweepGC<br />
-XX:+CMSIncrementalMode<br />
-XX:+CMSIncrementalPacing</p></blockquote>
<p>Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use multiple Eclipse versions with one Flex plugin installation</title>
		<link>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/</link>
		<comments>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:59:06 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[multiple]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=227</guid>
		<description><![CDATA[I was using Eclipse 3.4 Ganymede until now but wanted to test the new Eclipse 3.5 Galileo with my current Flex plugin installation. The problem is that if you try to install a Flex plugin for the second time, it tells you that it is already installed and you have to choose another install path. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was using Eclipse 3.4 Ganymede until now but wanted to test  the new <a title="Eclipse Galileo Release Now Available" href="http://www.eclipse.org/org/press-release/20090624_galileo.php" target="_blank">Eclipse 3.5 Galileo</a> with my current Flex plugin installation. The problem is that if you try to install a Flex plugin for the second time, it tells you that it is already installed and you have to choose another install path. Obviously, I don&#8217;t want to have a separate Flex installation for each Eclipse IDE so I looked for a solution.</p>
<p style="text-align: justify;">The solution is quite simple when you know what to look for, if you examine both Eclipse installations, you&#8217;ll notice that there is an extra &#8220;<strong>links</strong>&#8221; folder in one of them where the Flex is installed. You just have to copy the file <strong><em>com.adobe.flexbuilder.feature.core.link</em></strong> into the the new eclipse&#8217;s &#8220;<strong>links</strong>&#8221; folder (create it if it doesn&#8217;t exists).</p>
<p style="text-align: justify;">Or, if you prefer, you can create it from scratch, it is pretty simple as it contains only the path to the Flex plugin installation (path keyword is not mandatory) :</p>
<blockquote><p>path=C:/Program Files/Adobe/Flex Builder 3 Plug-in</p></blockquote>
<p>This solution works of course, for multiple Eclipse installations.</p>
<p>(For the moment, there is a<a title="Eclipse 3.5 and Flex builder 3 plug-in" href="http://bugs.adobe.com/jira/browse/FB-21284" target="_blank"> bug in Flex compiler</a>, so we have to wait)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>100 Adobe CS4 Tips</title>
		<link>http://www.adnandoric.com/2009/05/29/100-adobe-cs4-tips/</link>
		<comments>http://www.adnandoric.com/2009/05/29/100-adobe-cs4-tips/#comments</comments>
		<pubDate>Fri, 29 May 2009 08:55:09 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=223</guid>
		<description><![CDATA[Photoshop Lightroom 2,  Photoshop, Illustrator, InDesign, Acrobat, Fireworks, Flash, Dreamweaver, After Effects and Premiere Pro wicked tips from Adobe, only for you! http://www.layersmagazine.com/fourth-annual-layers-100-wicked-tips.html Thank you Adobe]]></description>
			<content:encoded><![CDATA[<p>Photoshop Lightroom 2,  Photoshop, Illustrator, InDesign, Acrobat, Fireworks, Flash, Dreamweaver, After Effects and Premiere Pro wicked tips from Adobe, only for you!</p>
<p>http://www.layersmagazine.com/fourth-annual-layers-100-wicked-tips.html</p>
<p>Thank you Adobe <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/05/29/100-adobe-cs4-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We want Flex Builder for Linux</title>
		<link>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/</link>
		<comments>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:48:05 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=142</guid>
		<description><![CDATA[Adobe is planning to halt the Linux Flex Builder development (currently in alpha stage) ! I am on windows only because of Adobe products, mainly Flex. I would like to «format c:»  and work on my ubuntu Do you want to develop Flex applications on Linux? Vote for it now and save the world!]]></description>
			<content:encoded><![CDATA[<p>Adobe is planning to halt the Linux Flex Builder development (<a title="Flex builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">currently in alpha stage</a>) !</p>
<p>I am on windows only because of Adobe products, mainly Flex. I would like to «format c:»  and work on my ubuntu <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you want to develop Flex applications on Linux?</p>
<p><a href="http://bugs.adobe.com/jira/browse/FB-19053" target="_blank">Vote for it now and save the world!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>6</slash:comments>
		</item>
		<item>
		<title>Bugquash.com</title>
		<link>http://www.adnandoric.com/2009/03/28/bugquashcom/</link>
		<comments>http://www.adnandoric.com/2009/03/28/bugquashcom/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 15:50:35 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Bugquash]]></category>
		<category><![CDATA[Flex SDK]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=131</guid>
		<description><![CDATA[In about one hour will begin the first session of Flex SDK community bug chasing and fixing. Online participation is possible too. You are experienced Flex developer? Stop reading and get ready! goToAndFixFlex(); Want this for your site? http://bugquash.com/]]></description>
			<content:encoded><![CDATA[<p>In about one hour will begin the first session of Flex SDK community bug chasing and fixing.</p>
<p>Online participation is possible too.</p>
<p>You are experienced Flex developer? Stop reading and get ready!  <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="bugquash.com" href="http://bugquash.com/" target="_blank">goToAndFixFlex();</a></p>
<p style="visibility: visible; text-align: center;"><object width="300" height="170" data="http://bugquash.com/includes/flash/countdown/countdown_v1.swf" type="application/x-shockwave-flash"><param name="name" value="countdown" /><param name="align" value="middle" /><param name="src" value="http://bugquash.com/includes/flash/countdown/countdown_v1.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /></object><br />
<a href="http://www.bugquash.com/promos/" target="_blank">Want this for your site?</a></p>
<p><a title="bugquash.com" href="http://bugquash.com/" target="_blank">http://bugquash.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/03/28/bugquashcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
