<?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>jeffguthrie.com &#187; ACTIONSCRIPT 3.0</title>
	<atom:link href="http://www.jeffguthrie.com/category/actionscript3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jeffguthrie.com</link>
	<description>web developer specializing in Flash work</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create a png with php and as3</title>
		<link>http://www.jeffguthrie.com/create-a-png-with-php-and-as3</link>
		<comments>http://www.jeffguthrie.com/create-a-png-with-php-and-as3#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:10:19 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=647</guid>
		<description><![CDATA[For a project I was on awhile ago, I needed to decorate a character with different items of clothing. When the user was done &#8216;dressing&#8217; their character, they would press a button and the whole character would shrink down so it would fit as an ornament on a tree. In order to not confuse the [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/create-a-png-with-php-and-as3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cast XMLNode to Boolean &#8211; AS3</title>
		<link>http://www.jeffguthrie.com/cast-xmlnode-to-boolean-as3</link>
		<comments>http://www.jeffguthrie.com/cast-xmlnode-to-boolean-as3#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:38:31 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=635</guid>
		<description><![CDATA[I was having a bit of difficulty making an xml node that had a value of true/false be cast properly as a Boolean. Turns out a good method is to when you are setting it, test it against a string value of true. The boolean will only be set to true if the string in [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/cast-xmlnode-to-boolean-as3/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Avoid Twitter API-IP Call Limit</title>
		<link>http://www.jeffguthrie.com/avoid-twitter-api-ip-call-limit</link>
		<comments>http://www.jeffguthrie.com/avoid-twitter-api-ip-call-limit#comments</comments>
		<pubDate>Sat, 20 Mar 2010 03:00:31 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=599</guid>
		<description><![CDATA[Twitter limits the amount of calls you can make to its API and from one IP to a few hundred an hour. So that means if you have something on the page that is showing your latest tweets, it will only work for the first few hundred people. We have a really high traffic site [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/avoid-twitter-api-ip-call-limit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert links in text to clickable links in Flash AS3</title>
		<link>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3</link>
		<comments>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:02:58 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=579</guid>
		<description><![CDATA[I found this on StackOverflow but it took quite a bit of searching to find. Here you go: 1 title_str = title_str.replace&#40;/&#40;&#40;https?&#124;ftp&#124;telnet&#124;file&#41;:&#40;&#40;\/\/&#41;&#124;&#40;\\\\&#41;&#41;+&#91;\w\d:#@%\/;$()~_?\+-=\\\.&#38;]*)/g, &#34;&#60;u&#62;&#60;a href='$1'&#62;$1&#60;/a&#62;&#60;/u&#62;&#34;);]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/convert-links-in-text-to-clickable-links-in-flash-as3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Add UIScrollbar to Textfield AS3</title>
		<link>http://www.jeffguthrie.com/dynamically-add-uiscrollbar-to-textfield</link>
		<comments>http://www.jeffguthrie.com/dynamically-add-uiscrollbar-to-textfield#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:30:30 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=553</guid>
		<description><![CDATA[This is building off my previous post and adding a scrollbar to the textfield if there are too may tweets to fit in it. You don&#8217;t need to load data from a HTTPService but this is helpful for loading data when you don&#8217;t know its length ahead of time. 1 2 3 4 5 6 [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/dynamically-add-uiscrollbar-to-textfield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop Down Menu with AS3</title>
		<link>http://www.jeffguthrie.com/drop-down-menu-with-as3</link>
		<comments>http://www.jeffguthrie.com/drop-down-menu-with-as3#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:14:43 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=583</guid>
		<description><![CDATA[Here is a code snippet that I have been using to create dropdown menus from movieclips in actionscript 3. I probably should try to wrap this up in a class as I bust out this snippet whenever I need this functionality. Usually when I have a &#8216;button&#8217; that I need to have open up a [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/drop-down-menu-with-as3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Snow Effect</title>
		<link>http://www.jeffguthrie.com/as3-snow-effect</link>
		<comments>http://www.jeffguthrie.com/as3-snow-effect#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:05:10 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=527</guid>
		<description><![CDATA[The best snow script that I have seen thus far. You get great performance even with 1500 different snowflakes in the movie and practically everything is customizable. I will definitely be using this in projects that require a snow affect. What you can customize: side the snow blows in from number of flakes size of [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-snow-effect/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Load XML Document Class Example</title>
		<link>http://www.jeffguthrie.com/as3-load-xml-document-class-example</link>
		<comments>http://www.jeffguthrie.com/as3-load-xml-document-class-example#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:45:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=470</guid>
		<description><![CDATA[One thing that I do quite often in Flash is load XML. In order to save time, I separated a lot of that code out into external class files. I also created a snippet of code that calls those files in order to save time when I want to use them. (You will need Lee [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-load-xml-document-class-example/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Draw Circle Animation Based on Time</title>
		<link>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time</link>
		<comments>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:00:55 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[drawing api]]></category>
		<category><![CDATA[onEnterFrame]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=460</guid>
		<description><![CDATA[If you need to perform an animation and have it be standard when viewed across different machines, it is best to use an onEnterFrame event. I had a need in a project recently to draw a circle in a specified amount of time. I had been using the Timer class but found major time discrepancies [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; Loading CSS and Fonts</title>
		<link>http://www.jeffguthrie.com/as3-loading-css-and-fonts</link>
		<comments>http://www.jeffguthrie.com/as3-loading-css-and-fonts#comments</comments>
		<pubDate>Sat, 31 Oct 2009 01:30:53 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[ACTIONSCRIPT 3.0]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=415</guid>
		<description><![CDATA[Working with CSS and fonts in Flash (especially with dynamic text) can be a huge pain. I have come up with a way that makes it a lot easier. What I do is load them up, store a reference to the css file in a global class, and simply refer to that class when you [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/as3-loading-css-and-fonts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
