<?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>Christopher Huyler's Flex Blog &#187; ActionScript</title>
	<atom:link href="http://www.huyler.net/flexblog/category/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huyler.net/flexblog</link>
	<description>&#60;mx:Flex Development Examples /&#62;</description>
	<lastBuildDate>Tue, 02 Mar 2010 20:06:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cropping white space from images using Flex Bitmap classes</title>
		<link>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/</link>
		<comments>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:04:16 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=103</guid>
		<description><![CDATA[This blog entry covers a quick introduction to the Flex bitmap classes, BitmapData and Bitmap.
Loading an Image
Typically you would load an image in Flex using the Image tag
&#60;mx:Image id="imageContainer" src="myImage.png"/&#62;
In order to modify the image before displaying it, it is better to use a Loader. Remove the src attribute above and use the following functions [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2010/03/02/cropping-white-space-from-images-using-flex-bitmap-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with ESRI SHP Files in ActionScript</title>
		<link>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/</link>
		<comments>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:51:14 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/?p=75</guid>
		<description><![CDATA[There are lots of heavy weight solutions to drawing maps in Flex and Flash but for a recent project I needed something lightweight to display on a web portal.  By lightweight, I mean something that will load quickly over a modem connection or, in our client&#8217;s situation, an air card.  We already had [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/09/04/working-with-esri-shp-files-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Taking control of right-click in Adobe Flex</title>
		<link>http://www.huyler.net/flexblog/2009/02/02/taking-control-of-right-click-in-adobe-flex/</link>
		<comments>http://www.huyler.net/flexblog/2009/02/02/taking-control-of-right-click-in-adobe-flex/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:40:50 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.huyler.net/flexblog/2009/02/02/taking-control-of-right-click-in-adobe-flex/</guid>
		<description><![CDATA[Adobe was kind enough to give developers the ability to add options to the right-click menu in a Flex application with the use of ContextMenu objects.  However, if you want to customize the way the right-click menu displays, or perhaps do something entirely different when the user clicks the right mouse button, read on to [...]]]></description>
		<wfw:commentRss>http://www.huyler.net/flexblog/2009/02/02/taking-control-of-right-click-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
