<?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; FLEX</title>
	<atom:link href="http://www.jeffguthrie.com/tag/flex/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>Force Windows 7 to use Flash Player 10</title>
		<link>http://www.jeffguthrie.com/force-windows-7-to-use-flash-player-10</link>
		<comments>http://www.jeffguthrie.com/force-windows-7-to-use-flash-player-10#comments</comments>
		<pubDate>Sat, 20 Mar 2010 19:33:13 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[GENERAL]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[fp10]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=622</guid>
		<description><![CDATA[I was developing a Flex app and for the life of me I could not get it to use Flash Player 10 when it would compile. I downloaded the Flash Player 10 Projector content debugger and ran it. Nothing. I tried all sorts of editing flex config files, compiler arguments etc to no avail. Turns [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/force-windows-7-to-use-flash-player-10/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>HTTPService and ArrayCollection in Flash CS4</title>
		<link>http://www.jeffguthrie.com/httpservice-and-arraycollection-in-flash-cs4</link>
		<comments>http://www.jeffguthrie.com/httpservice-and-arraycollection-in-flash-cs4#comments</comments>
		<pubDate>Thu, 31 Dec 2009 20:26:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[FLEX]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=549</guid>
		<description><![CDATA[Recently I had a need to use the HTTPService &#038; ArrayCollection Flex classes from inside Flash CS4. In order to do this you need to point to the Flex classes in your Flash preferences as outlined in this post. Code after the jump. 1 2 3 4 5 6 7 8 9 10 11 12 [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/httpservice-and-arraycollection-in-flash-cs4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex and Flash with Zend</title>
		<link>http://www.jeffguthrie.com/flex-and-flash-with-zend</link>
		<comments>http://www.jeffguthrie.com/flex-and-flash-with-zend#comments</comments>
		<pubDate>Sat, 28 Nov 2009 22:00:21 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[FLEX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZEND]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=499</guid>
		<description><![CDATA[In order for this tutorial to work, you need to make sure that your environment is setup by following the instructions located here. I have included an fla (cs3) file in the /Flash folder of the Flex project archive. You would not normally do this for a production project but this is just meant to [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/flex-and-flash-with-zend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup WAMP and the Zend Framework for use with Flash and Flex</title>
		<link>http://www.jeffguthrie.com/setup-wamp-and-the-zend-framework-for-use-with-flash-and-flex</link>
		<comments>http://www.jeffguthrie.com/setup-wamp-and-the-zend-framework-for-use-with-flash-and-flex#comments</comments>
		<pubDate>Sat, 28 Nov 2009 21:16:44 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ZEND]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=480</guid>
		<description><![CDATA[There are a few tutorials out there on the net about using Zend with Flash/Flex but most seem to be overly complicated and many don&#8217;t work even after following the instructions. (I am hoping that mine will. ) The next few articles cover a VERY simple implementation that you can build on for use with [...]]]></description>
		<wfw:commentRss>http://www.jeffguthrie.com/setup-wamp-and-the-zend-framework-for-use-with-flash-and-flex/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
