<?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>Republic of Code &#187; Flash</title>
	<atom:link href="http://www.republicofcode.com/category/tutorials/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.republicofcode.com</link>
	<description>Learn + Design + Code</description>
	<lastBuildDate>Tue, 16 Feb 2010 17:54:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Build an iPhone App Using Flash</title>
		<link>http://www.republicofcode.com/2009/12/02/how-to-build-an-iphone-app-using-flash/</link>
		<comments>http://www.republicofcode.com/2009/12/02/how-to-build-an-iphone-app-using-flash/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:51:01 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2289</guid>
		<description><![CDATA[ Lee BrimeLow of the Flash Blog has posted a nice video tutorial on how to create a native iPhone application using the upcoming Flash Professional CS5. This tutorial shows how similar the process for creating an iPhone application is to process for creating AIR applications.
Just like on-device testing using Xcode, those wishing to test [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gotoandlearn.com/play?id=116"><img class="alignnone" title="Flash iPhone Applications Tutorial" src="http://www.republicofcode.com/wp-content/uploads/2009/10/iphone.png" alt="" width="175" height="200" /></a> Lee BrimeLow of the Flash Blog has posted a nice <strong><a href="http://gotoandlearn.com/play?id=116">video tutorial on how to create a native iPhone application</a></strong> using the upcoming Flash Professional CS5. This tutorial shows how similar the process for creating an iPhone application is to process for creating AIR applications.</p>
<p>Just like on-device testing using Xcode, those wishing to test their Flash-created iPhone application would have to acquire the $100 developer license from Apple in order to be able to test their applications on their actual devices or in order to distribute them through the iTunes store.</p>
<p>Learn more about this by viewing the <a href="http://gotoandlearn.com/play?id=116">video tutorial here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/12/02/how-to-build-an-iphone-app-using-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial: Changing Object Color Using AS3</title>
		<link>http://www.republicofcode.com/2009/11/30/as3-colortransform/</link>
		<comments>http://www.republicofcode.com/2009/11/30/as3-colortransform/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:21:25 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2283</guid>
		<description><![CDATA[ Learn how to use the AS3 ColorTransform Class to change the color of any object you have visible on the stage. You can read this tutorial here.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3: ColorTransform" href="http://www.republicofcode.com/tutorials/flash/as3colortransform/"><img class="alignnone size-full wp-image-2284" title="AS3: ColorTransform" src="http://www.republicofcode.com/wp-content/uploads/2009/11/as3colorTransform.jpg" alt="AS3: ColorTransform" width="175" height="200" /></a> Learn how to use the <strong>AS3 ColorTransform</strong> Class to change the color of any object you have visible on the stage. You can read <a title="AS3 ColorTransform" href="http://www.republicofcode.com/tutorials/flash/as3colortransform/">this tutorial here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/30/as3-colortransform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Using setInterval in ActionScript 3.0</title>
		<link>http://www.republicofcode.com/2009/11/20/tutorial-using-setinterval-in-actionscript-3-0/</link>
		<comments>http://www.republicofcode.com/2009/11/20/tutorial-using-setinterval-in-actionscript-3-0/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:08:23 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[setInterval]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2277</guid>
		<description><![CDATA[ Learn a much more simpler method for executing your ActionScript 3.0 code repeatedly over specified time intervals using the setInterval() method by reading our tutorial on this topic.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3 setInterval" href="http://www.republicofcode.com/tutorials/flash/as3setinterval/"><img class="alignnone size-full wp-image-2278" title="AS3: setInterval()" src="http://www.republicofcode.com/wp-content/uploads/2009/11/as3setinterval.jpg" alt="AS3: setInterval()" width="175" height="200" /></a> Learn a much more simpler method for executing your ActionScript 3.0 code repeatedly over specified time intervals using the setInterval() method by reading <a title="AS3 setInterval" href="http://www.republicofcode.com/tutorials/flash/as3setinterval/">our tutorial</a> on this topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/20/tutorial-using-setinterval-in-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Using CSS in AS3</title>
		<link>http://www.republicofcode.com/2009/10/31/tutorial-using-css-in-as3/</link>
		<comments>http://www.republicofcode.com/2009/10/31/tutorial-using-css-in-as3/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 18:43:40 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2257</guid>
		<description><![CDATA[ Our latest tutorial will teach you how to use the power CSS to format your text fields in Flash using ActionScript 3.0. Click here to view the tutorial.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3: Using CSS" href="http://www.republicofcode.com/tutorials/flash/as3css/"><img class="alignnone size-full wp-image-2258" title="Using CSS with AS3" src="http://www.republicofcode.com/wp-content/uploads/2009/10/as3-css.jpg" alt="Using CSS with AS3" width="175" height="200" /></a> Our latest tutorial will teach you how to use the power CSS to format your text fields in Flash using ActionScript 3.0. Click <a title="AS3: Using CSS" href="http://www.republicofcode.com/tutorials/flash/as3css/">here to view</a> the tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/10/31/tutorial-using-css-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Drawing Vectors in AS3</title>
		<link>http://www.republicofcode.com/2009/09/29/tutorial-drawing-vectors-in-as3/</link>
		<comments>http://www.republicofcode.com/2009/09/29/tutorial-drawing-vectors-in-as3/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:50:54 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Vectors]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2241</guid>
		<description><![CDATA[ This ActionScript 3.0 tutorial will teach you how to draw lines, make fills, and create simple graphical vector shapes in Flash by using the Graphics Class. Click here to read the tutorial.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.republicofcode.com/tutorials/flash/as3drawvectors/"><img class="alignnone size-full wp-image-2242" title="AS3 Drawing Vectors" src="http://www.republicofcode.com/wp-content/uploads/2009/09/as3-drawing-vectors.gif" alt="AS3 Drawing Vectors" width="175" height="200" /></a> This ActionScript 3.0 tutorial will teach you how to draw lines, make fills, and create simple graphical vector shapes in Flash by using the Graphics Class. Click <a title="AS3: Drawing Vectors" href="http://www.republicofcode.com/tutorials/flash/as3drawvectors/">here to read the tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/09/29/tutorial-drawing-vectors-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Creating Web Links Using AS3</title>
		<link>http://www.republicofcode.com/2009/09/23/tutorial-creating-web-links-using-as3/</link>
		<comments>http://www.republicofcode.com/2009/09/23/tutorial-creating-web-links-using-as3/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 11:26:14 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2237</guid>
		<description><![CDATA[ Learn how to create a link to another webpage using the ActionScript 3.0 navigateToURL() method. Click here to view the tutorial.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3 Web Links" href="http://www.republicofcode.com/tutorials/flash/as3link/"><img class="alignnone size-full wp-image-2238" title="Creating AS3 Links" src="http://www.republicofcode.com/wp-content/uploads/2009/09/as3links.jpg" alt="Creating AS3 Links" width="175" height="200" /></a> Learn how to create a link to another webpage using the ActionScript 3.0 navigateToURL() method. Click <a title="AS3 Web Links" href="http://www.republicofcode.com/tutorials/flash/as3link/">here to view the tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/09/23/tutorial-creating-web-links-using-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Keyboard Interaction Using AS3</title>
		<link>http://www.republicofcode.com/2009/09/16/tutorial-keyboard-interaction-using-as3/</link>
		<comments>http://www.republicofcode.com/2009/09/16/tutorial-keyboard-interaction-using-as3/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 10:14:20 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Keyboard]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2221</guid>
		<description><![CDATA[ This tutorial will teach you how to use keyboard events to execute commands in your ActionScript 3.0 Flash movies &#8211; a helpful tool for game projects. Click here to view the tutorial.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3: Keyboard Interaction" href="http://www.republicofcode.com/tutorials/flash/as3keyboard/"><img class="alignnone size-full wp-image-2222" title="AS3 Keyboard Interaction" src="http://www.republicofcode.com/wp-content/uploads/2009/09/as3-keyboard.jpg" alt="AS3 Keyboard Interaction" width="175" height="200" /></a> This tutorial will teach you how to use keyboard events to execute commands in your ActionScript 3.0 Flash movies &#8211; a helpful tool for game projects. Click <a href="http://www.republicofcode.com/tutorials/flash/as3keyboard/">here to view the tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/09/16/tutorial-keyboard-interaction-using-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Using the Switch Statement in AS3</title>
		<link>http://www.republicofcode.com/2009/09/08/tutorial-using-the-switch-statement-in-as3/</link>
		<comments>http://www.republicofcode.com/2009/09/08/tutorial-using-the-switch-statement-in-as3/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:52:52 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2218</guid>
		<description><![CDATA[ This ActionScript 3.0 tutorial will teach you how to execute conditional code in a branched manner upon the satisfaction of a certain case using the switch statement.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.republicofcode.com/tutorials/flash/as3switch/"><img class="alignnone size-full wp-image-2219" title="AS3: Switch Statement" src="http://www.republicofcode.com/wp-content/uploads/2009/09/switchas3.jpg" alt="AS3: Switch Statement" width="175" height="200" /></a> This ActionScript 3.0 tutorial will teach you how to execute conditional code in a branched manner upon the satisfaction of a certain case using <a title="AS3 Switch Statement" href="http://www.republicofcode.com/tutorials/flash/as3switch/">the <em>switch</em> statement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/09/08/tutorial-using-the-switch-statement-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Using the AS3 Trace() Command</title>
		<link>http://www.republicofcode.com/2009/08/31/tutorial-using-the-as3-trace-command/</link>
		<comments>http://www.republicofcode.com/2009/08/31/tutorial-using-the-as3-trace-command/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:51:31 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[trace()]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2196</guid>
		<description><![CDATA[ Debugging your code is an essential part of any ActionScript project. This tutorial will teach you how to use the AS3 trace() command to display the value of your variables in the output window when testing your movie in the Flash authoring tool to discover bugs and errors. Click here to view the tutorial.
]]></description>
			<content:encoded><![CDATA[<p><a title="AS3: Trace() Command" href="http://www.republicofcode.com/tutorials/flash/as3trace/"><img class="alignnone size-full wp-image-2197" title="AS3: Trace() Command" src="http://www.republicofcode.com/wp-content/uploads/2009/08/as3trace.jpg" alt="AS3: Trace() Command" width="175" height="200" /></a> Debugging your code is an essential part of any ActionScript project. This tutorial will teach you how to use the <a title="Using the AS3 Trace() Command" href="http://www.republicofcode.com/tutorials/flash/as3trace/">AS3 trace() command</a> to display the value of your variables in the output window when testing your movie in the Flash authoring tool to discover bugs and errors. Click <a title="AS3: Trace() Command" href="http://www.republicofcode.com/tutorials/flash/as3trace/">here to view the tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/08/31/tutorial-using-the-as3-trace-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Twitter Widget in Flash</title>
		<link>http://www.republicofcode.com/2009/08/31/creating-a-twitter-widget-in-flash/</link>
		<comments>http://www.republicofcode.com/2009/08/31/creating-a-twitter-widget-in-flash/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 21:14:49 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2193</guid>
		<description><![CDATA[ Learn how to create a simple Flash widget to show your latest updates on Twitter. The widget is written in AS3 and relies on a PHP script and a cross domain policy to communicate with Twitter. You can view this tutorial here.
]]></description>
			<content:encoded><![CDATA[<p><a title="Creating a Twitter Widget in Flash" href="http://www.republicofcode.com/tutorials/flash/twitter_widget/"><img class="alignnone size-full wp-image-2194" title="Creating a Twitter Widget in Flash" src="http://www.republicofcode.com/wp-content/uploads/2009/08/twitter-widget-flash.jpg" alt="Creating a Twitter Widget in Flash" width="175" height="200" /></a> Learn how to create a simple Flash widget to show your latest updates on Twitter. The widget is written in AS3 and relies on a PHP script and a cross domain policy to communicate with Twitter. You can view this <a title="Creating a Flash Twitter Widget" href="http://www.republicofcode.com/tutorials/flash/twitter_widget/">tutorial here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/08/31/creating-a-twitter-widget-in-flash/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
