<?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>ijonas.com &#187; flex 3</title>
	<atom:link href="http://ijonas.com/tag/flex-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://ijonas.com</link>
	<description>Habitual Ramblings of an Indiginous Ijonous</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:12:55 +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>Compiling ActionScript 3 Corelib compiled for Flex 3 Moxie &amp; Adobe AIR</title>
		<link>http://ijonas.com/software-development/65/</link>
		<comments>http://ijonas.com/software-development/65/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 12:37:16 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[adobeair]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[corelib]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[moxie]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/07/18/compiling-actionscript-3-corelib-compiled-for-flex-3-moxie-adobe-air/</guid>
		<description><![CDATA[I&#8217;ve been playing around with Adobe AIR and Flex 3 Beta 1&#8230; I reserve opinion on these technologies because I haven&#8217;t used them enough. But I thought I&#8217;d leave a wee tip&#8230; One thing that&#8217;s really useful to Flex 3/AIR &#8230; <a href="http://ijonas.com/software-development/65/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with Adobe AIR and Flex 3 Beta 1&#8230; I reserve opinion on these technologies because I haven&#8217;t used them enough. But I thought I&#8217;d leave a wee tip&#8230;</p>
<p>One thing that&#8217;s really useful to Flex 3/AIR coders is the <a href="http://code.google.com/p/as3corelib/" target="_blank">ActionScript 3 CoreLib</a> (AS3CoreLib). It contains MD5, JSON, and some other really useful &#8216;routines&#8217;.</p>
<p>Following are guidelines on getting AS3CoreLib compiled for Flex 3 Moxie.</p>
<p><span id="more-65"></span>First of all you need a properly installed recent copy of Apache Ant, meaning the ant script needs to be on your system path (environment variable).</p>
<p>Download the corelib-.90.zip from the <a href="http://code.google.com/p/as3corelib/downloads/list" target="_blank">downloads section</a> on the project site and unzip the contents into a folder, which I&#8217;ll reference as &lt;corelib-home&gt;.</p>
<p>Open up the build.properties in the &lt;corelib-home&gt;/build folder in your favourite text editor and amend the following properties to reflect your Flex 3 setup:</p>
<ul>
<li>flex2sdk.bin.dir</li>
<li>flex2sdk.lib.dir</li>
</ul>
<p>For example my Flex 3 Builder is installed in &#8220;C:Program FilesAdobeFlex Builder 3&#8243; . So my amended build.properties file contains the following two lines:</p>
<pre>flex2sdk.bin.dir = C:/Program Files/Adobe/Flex Builder 3/sdks/moxie/bin
flex2sdk.lib.dir = C:/Program Files/Adobe/Flex Builder 3/sdks/moxie/frameworks/libs</pre>
<p>Now open up a command prompt and navigate to the &lt;corelib-home&gt;/build folder. The Flex 3 Beta install on Windows provides a pre-configured command-prompt with environment variables setup to point to the bundled Flex 3 SDK. You can find the shortcut to this command prompt in the Adobe programme group.</p>
<p>At the command prompt type:</p>
<pre>ant</pre>
<p>which should kickstart the build process and if everyone runs ok, you should find a corelib.swc in &lt;corelib-home&gt;/bin.</p>
<p>Finally you can add corelib.swc as a library via the Build Path dialogue box in your Flex 3 project properties.</p>
<p>Hope it helps. Good luck.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fsoftware-development%2F65%2F&title=Compiling+ActionScript+3+Corelib+compiled+for+Flex+3+Moxie+%26+Adobe+AIR&desc=I%27ve+been+playing+around+with+Adobe+AIR+and+Flex+3+Beta+1...+I+reserve+opinion+on+these+technologies+because+I+haven%27t+used+them+enough.+But+I+thought+I%27d+leave+a+wee+tip...%0A%0AOne+thing+that%27s+really+u&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/software-development/65/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

