<?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>SWF It Good &#187; components</title>
	<atom:link href="http://etc.joshspoon.com/category/components/feed/" rel="self" type="application/rss+xml" />
	<link>http://etc.joshspoon.com</link>
	<description>All things Flash/Flex and then some...maybe</description>
	<lastBuildDate>Thu, 25 Jun 2009 17:41:28 +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>Yahoo Maps ActionScript 3.0 Released</title>
		<link>http://etc.joshspoon.com/2008/02/11/yahoo-maps-actionscript-30-released/</link>
		<comments>http://etc.joshspoon.com/2008/02/11/yahoo-maps-actionscript-30-released/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 04:35:14 +0000</pubDate>
		<dc:creator>joshspoon</dc:creator>
				<category><![CDATA[I'll figure it out]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[flash CS3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://etc.joshspoon.com/2008/02/11/yahoo-maps-actionscript-30-released/</guid>
		<description><![CDATA[I didn&#8217;t think this was going to happen with Yahoo Maps going Ajax and the maps hack they released last year (Yahoo! Maps API Flex 2 Communication Kit).
Check it out: http://developer.yahoo.com/flash/maps/





No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://etc.joshspoon.com/2008/02/11/yahoo-maps-actionscript-30-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fade in and fade out a Yahoo Astra Menu Component</title>
		<link>http://etc.joshspoon.com/2007/08/29/how-to-fade-in-and-fade-out-a-yahoo-astra-menu-component/</link>
		<comments>http://etc.joshspoon.com/2007/08/29/how-to-fade-in-and-fade-out-a-yahoo-astra-menu-component/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 07:51:42 +0000</pubDate>
		<dc:creator>joshspoon</dc:creator>
				<category><![CDATA[components]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://etc.joshspoon.com/2007/08/29/how-to-fade-in-and-fade-out-a-yahoo-astra-menu-component/</guid>
		<description><![CDATA[I was messing around w/ the Yahoo&#8217;s Astra Library, mainly the Menu Component and added a little fade on the menu so it&#8217;s not so harsh when it comes up.
It&#8217;s easy just use the show/hide events **Remember use the constants**
[as]
//import the required data class
import com.yahoo.astra.fl.controls.Menu;
import com.yahoo.astra.fl.data.XMLDataProvider;
import com.yahoo.astra.fl.events.*;
import fl.transitions.Tween;
import fl.transitions.easing.*;
//Create some XML to populate the menu [...]


No related posts.]]></description>
		<wfw:commentRss>http://etc.joshspoon.com/2007/08/29/how-to-fade-in-and-fade-out-a-yahoo-astra-menu-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS3 and the TileList</title>
		<link>http://etc.joshspoon.com/2007/07/15/flash-cs3-and-the-tilelist/</link>
		<comments>http://etc.joshspoon.com/2007/07/15/flash-cs3-and-the-tilelist/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 03:20:16 +0000</pubDate>
		<dc:creator>joshspoon</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash CS3]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://etc.joshspoon.com/2007/07/15/flash-cs3-and-the-tilelist/</guid>
		<description><![CDATA[
**UPDATE July 19th**
This code uses FlashVars and SWFObject. I ran into a problem, as we continued to build, w/ getting data to show in the swf.
To fix this error switch out[as]
so.addParam(&#8221;wmode&#8221;, &#8220;transparent&#8221;);
[/as]with[as]
so.addParam(&#8221;wmode&#8221;, &#8220;opaque&#8221;);
[/as]or delete it all together

**UPDATE July 19th**

I&#8217;m working on a TileList for work for a peek at our Portfolios. Right now I&#8217;m trying [...]


No related posts.]]></description>
		<wfw:commentRss>http://etc.joshspoon.com/2007/07/15/flash-cs3-and-the-tilelist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
