<?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>Code by Coffee &#187; Flex</title>
	<atom:link href="http://codebycoffee.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://codebycoffee.com</link>
	<description>#include espresso;</description>
	<lastBuildDate>Sat, 21 Aug 2010 18:37:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamicly Loading Fonts in Flash</title>
		<link>http://codebycoffee.com/2010/06/26/dynamicly-loading-fonts-in-flash/</link>
		<comments>http://codebycoffee.com/2010/06/26/dynamicly-loading-fonts-in-flash/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:02:57 +0000</pubDate>
		<dc:creator>java</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Words]]></category>

		<guid isPermaLink="false">http://saintjava.net/blog/?p=11</guid>
		<description><![CDATA[I guess the topic of dynamically loading fonts in Flash swfs is fairly old by now, and has been covered by several other people.  But this was always something I meant to write up so &#8230; better late than never?  I should say that while the way I did it back in the [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/06/26/dynamicly-loading-fonts-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash and Challenges with Screen Readers</title>
		<link>http://codebycoffee.com/2010/01/30/adobe-flash-and-challenges-with-screen-readers/</link>
		<comments>http://codebycoffee.com/2010/01/30/adobe-flash-and-challenges-with-screen-readers/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 01:16:09 +0000</pubDate>
		<dc:creator>java</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Words]]></category>

		<guid isPermaLink="false">http://codebycoffee/?p=23</guid>
		<description><![CDATA[I&#8217;ve worked with Adobe Flash for years and never had to develop with screen readers in mind until recently.  Making a swf that would play nice with screen readers was more involved than I&#8217;d have imagined.  The challenges included operating systems that disregarded de facto standards, browsers fussy about the embed code used, and what [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2010/01/30/adobe-flash-and-challenges-with-screen-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash, Cookies, and Sockets</title>
		<link>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/</link>
		<comments>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 15:17:22 +0000</pubDate>
		<dc:creator>java</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://devarcade.com/blog/?p=47</guid>
		<description><![CDATA[One of the things I&#8217;ve always thought was missing from Flash was access to a browser&#8217;s cookies. I can understand the argument that cookie access is unnecessary for sites that are primarily flash based.  After all Flash&#8217;s Local Shared Objects make persisting data across sessions or page views fairly painless.  However for hybrid sites where [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2008/11/01/flash-cookies-and-sockets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An ActionScript Proxy Event Dispatcher</title>
		<link>http://codebycoffee.com/2008/09/14/an-actionscript-proxy-event-dispatcher/</link>
		<comments>http://codebycoffee.com/2008/09/14/an-actionscript-proxy-event-dispatcher/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:49:18 +0000</pubDate>
		<dc:creator>java</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://saintjava.net/blog/2008/09/14/an-actionscript-proxy-event-dispatcher/</guid>
		<description><![CDATA[There are times when I need to listen to an object&#8217;s event for just a single dispatch and then be done with the listener.  When I&#8217;m faced with this situation I tend to want to define the event handler as a closure or an anonymous function as opposed to adding yet another class method to [...]]]></description>
		<wfw:commentRss>http://codebycoffee.com/2008/09/14/an-actionscript-proxy-event-dispatcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
