<?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>Michael Grace &#187; Flash</title>
	<atom:link href="http://geek.michaelgrace.org/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://geek.michaelgrace.org</link>
	<description>All my geek in one place</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:11:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>1172: Definition fl.controls:TileList could not be found.</title>
		<link>http://geek.michaelgrace.org/2009/11/1172-definition-fl-controlstilelist-could-not-be-found/</link>
		<comments>http://geek.michaelgrace.org/2009/11/1172-definition-fl-controlstilelist-could-not-be-found/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:01:06 +0000</pubDate>
		<dc:creator>MikeGrace</dc:creator>
				<category><![CDATA[ActionScript / Flash]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://geek.michaelgrace.org/?p=1002</guid>
		<description><![CDATA[I have been working on a flash project in ActionScript 3 lately for a class and I ran into an error. I have been trying to use a TileList component for a horizontally scrolling thumbnail gallery. The error was 1172: Definition fl.controls:TileList could not be found. The beginning of my AS3 looked like:
import fl.controls.TileList;
import fl.controls.ScrollBarDirection;
I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/eflon/3271730476/in/photostream/"><img class="alignleft size-full wp-image-1007" title="Library" src="http://geek.michaelgrace.org/wp-content/uploads/2009/11/3271730476_433a024f20_m.jpg" alt="Library" width="160" height="240" /></a>I have been working on a flash project in ActionScript 3 lately for a class and I ran into an error. I have been trying to use a TileList component for a horizontally scrolling thumbnail gallery. The error was <code>1172: Definition fl.controls:TileList could not be found.</code> The beginning of my AS3 looked like:<br />
<code>import fl.controls.TileList;<br />
import fl.controls.ScrollBarDirection;</code><br />
I tried dragging a TileList component from the Library and running it again and it worked! I deleted the TileList component from the stage and ran it again and it still worked. I&#8217;m not sure why I got these results but I am glad that my project is working again. Hope this helps some who might run into the same problem. If you know  why this is the way it is I would love to know.</p>
<div>Photo: <a rel="cc:attributionURL" href="http://www.flickr.com/photos/eflon/">http://www.flickr.com/photos/eflon/</a> / <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a></div>
]]></content:encoded>
			<wfw:commentRss>http://geek.michaelgrace.org/2009/11/1172-definition-fl-controlstilelist-could-not-be-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Intro to ActionScript 3</title>
		<link>http://geek.michaelgrace.org/2009/09/basic-intro-to-actionscript-3/</link>
		<comments>http://geek.michaelgrace.org/2009/09/basic-intro-to-actionscript-3/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 04:11:21 +0000</pubDate>
		<dc:creator>MikeGrace</dc:creator>
				<category><![CDATA[ActionScript / Flash]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Design -Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://geek.michaelgrace.org/?p=947</guid>
		<description><![CDATA[Finally! I found a really well done, easy to understand, and polished how to video series on ActionScript 3 and Flash. The video series starts at the very beginning and shares how-to in 5 minute clips. I am really glad Adobe and Doug Winnie put this series together.
?? Have you found another amazing Flash / [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tv.adobe.com/show/actionscript-11-with-doug-winnie/"><img class="aligncenter size-full wp-image-948" title="intro actionscript 3" src="http://geek.michaelgrace.org/wp-content/uploads/2009/09/intro_actionscript_3.jpg" alt="intro actionscript 3" width="500" height="279" /></a>Finally! I found a really well done, easy to understand, and polished how to <a href="http://tv.adobe.com/show/actionscript-11-with-doug-winnie/">video series on ActionScript 3 and Flash</a>. The video series starts at the very beginning and shares how-to in 5 minute clips. I am really glad Adobe and Doug Winnie put this series together.</p>
<p>?? Have you found another amazing Flash / ActionScript resource? What was the best thing you did to learn ActionScript?? Let us know! : D</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.michaelgrace.org/2009/09/basic-intro-to-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery vs Flash</title>
		<link>http://geek.michaelgrace.org/2009/07/jquery-vs-flash/</link>
		<comments>http://geek.michaelgrace.org/2009/07/jquery-vs-flash/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 21:20:55 +0000</pubDate>
		<dc:creator>MikeGrace</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://geek.michaelgrace.org/?p=386</guid>
		<description><![CDATA[
In the fight of jQuery vs Flash there are many arguments on both sides but I think this smart bird sums it up nicely. ; )
]]></description>
			<content:encoded><![CDATA[<p><a href="http://geek.michaelgrace.org/wp-content/uploads/2009/07/jQuery_vs_Flash.jpg"><img class="size-full wp-image-387 alignright" title="jQuery_vs_Flash" src="http://geek.michaelgrace.org/wp-content/uploads/2009/07/jQuery_vs_Flash.jpg" alt="jQuery_vs_Flash" width="358" height="239" /></a></p>
<p>In the fight of jQuery vs Flash there are many arguments on both sides but I think this smart bird sums it up nicely. ; )</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.michaelgrace.org/2009/07/jquery-vs-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
