<?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; ActionScript</title>
	<atom:link href="http://codebycoffee.com/category/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://codebycoffee.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 20:56:16 +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>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>Eric</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 day works, [...]]]></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>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>Eric</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>Eric</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>

