<?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>Nick Diakopoulos &#187; Flash CS3</title>
	<atom:link href="http://www.nickdiakopoulos.com/?feed=rss2&#038;cat=38" rel="self" type="application/rss+xml" />
	<link>http://www.nickdiakopoulos.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 21:15:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flare in Flash</title>
		<link>http://www.nickdiakopoulos.com/?p=49</link>
		<comments>http://www.nickdiakopoulos.com/?p=49#comments</comments>
		<pubDate>Mon, 09 Jun 2008 15:03:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Flash CS3]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.deakondesign.com/?p=49</guid>
		<description><![CDATA[Flare is a really powerful visualization toolkit developed for AS3. One feature / problem with Flare though is that it&#8217;s developed with the Flex framework in mind, leaving us lowly Flash developers out in the cold (One of these days I&#8217;ll transition to Flex). BUT, there is hope for using Flare within the Flash development [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flare.prefuse.org/">Flare </a>is a really powerful visualization toolkit developed for AS3. One feature / problem with Flare though is that it&#8217;s developed with the Flex framework in mind, leaving us lowly Flash developers out in the cold (One of these days I&#8217;ll transition to Flex). BUT, there is hope for using Flare within the Flash development environment. Here&#8217;s what I did:
<ul>
<li>After unzipping the Flare library, copy all the .as files into folders according to their package hierarchy. So, for instance, the file Axis.as would be copied into a folder <em>Flare -&gt; vis -&gt; axis </em>since it&#8217;s in the flare.vis.axis package</li>
<li>Put this folder hierarchy in the same folder as your .fla</li>
<li>Now, since Flare is built using the Flex framework, you need to tell your .fla where to find those Flex classes
<ul>
<li>Install the <a href="http://www.adobe.com/products/flex/">Flex Builder </a></li>
<li>In your .fla go to <em>Publish Settings</em> and on the <em>Flash tab</em>, next to ActionScript version hit the<em> settings button</em></li>
<li>Add the source folder from Flex. It should be somewhere like this: <em>&lt;install directory&gt; -&gt; Flex SDK -&gt; frameworks -&gt; source</em></li>
</ul>
</li>
<li>Compile and all references should be resolved</li>
</ul>
<p>et voila</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickdiakopoulos.com/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
