<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Republic of Code</title>
	
	<link>http://www.republicofcode.com</link>
	<description>Tutorials and More.</description>
	<lastBuildDate>Fri, 20 Nov 2009 19:11:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Oman3d" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>What Does Chrome OS Mean for Flash</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/gcPIOvjsp3Y/</link>
		<comments>http://www.republicofcode.com/2009/11/20/what-does-chrome-os-mean-for-flash/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:11:10 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2280</guid>
		<description><![CDATA[ Google uncovered a lot of details yesterday about its upcoming operating system Chrome OS. This operating system is based on the the Google Chrome browser and will not have any native applications at all, and even though Adobe is an official partner of Google Chrome OS, this means that Adobe AIR will NOT be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2281" title="Google Chrome OS" src="http://www.republicofcode.com/wp-content/uploads/2009/11/chrome-os.jpg" alt="Google Chrome OS" width="175" height="200" /> Google uncovered a lot of details yesterday about its upcoming operating system Chrome OS. This operating system is based on the the Google Chrome browser and will not have any native applications at all, and even though <a href="http://www.republicofcode.com/2009/07/09/adobe-an-official-partner-of-google-chrome-os/">Adobe is an official partner of Google Chrome OS</a>, this means that Adobe AIR will NOT be supported.</p>
<p>However, in its demo, Google showed how Flash for delivering the gaming experience on Chrome OS &#8211; which can obviously be done on any other browser as well. That is not to say that Flash will be the ONLY solution for creating applications and games on Google Chrome as many rich web applications, including these made by Google, are written in AJAX (which may or may not include Flash elements).</p>
<p>You can learn more about Google Chrome OS from <a href="http://googleblog.blogspot.com/2009/11/releasing-chromium-os-open-source.html">Google&#8217;s official blog</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/sfmEz5JPdV1XiDDuoMXW4ei9U88/0/da"><img src="http://feedads.g.doubleclick.net/~a/sfmEz5JPdV1XiDDuoMXW4ei9U88/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sfmEz5JPdV1XiDDuoMXW4ei9U88/1/da"><img src="http://feedads.g.doubleclick.net/~a/sfmEz5JPdV1XiDDuoMXW4ei9U88/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/gcPIOvjsp3Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/20/what-does-chrome-os-mean-for-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/11/20/what-does-chrome-os-mean-for-flash/</feedburner:origLink></item>
		<item>
		<title>Tutorial: Using setInterval in ActionScript 3.0</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/O0LD49hMaug/</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>

<p><a href="http://feedads.g.doubleclick.net/~a/dP5sR2cLHKxKdW57FuwYNKm2H8s/0/da"><img src="http://feedads.g.doubleclick.net/~a/dP5sR2cLHKxKdW57FuwYNKm2H8s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dP5sR2cLHKxKdW57FuwYNKm2H8s/1/da"><img src="http://feedads.g.doubleclick.net/~a/dP5sR2cLHKxKdW57FuwYNKm2H8s/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/O0LD49hMaug" height="1" width="1"/>]]></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>
		<feedburner:origLink>http://www.republicofcode.com/2009/11/20/tutorial-using-setinterval-in-actionscript-3-0/</feedburner:origLink></item>
		<item>
		<title>Adobe AIR 2 and Flash Player 10.1 Betas Released</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/m916B3-spFM/</link>
		<comments>http://www.republicofcode.com/2009/11/17/adobe-air-2-and-flash-player-10-1-betas-released/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:03:11 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Lite]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2273</guid>
		<description><![CDATA[ Adobe released today the beta editions of Adobe Air 2.0 and Flash Player 10.1, the next two major releases for both technologies. The most major feature added to both is the support for multi-touch input &#8211; which, however, cannot be used without having a device that support multi-touch such HP TouchSmart or a Dell [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2274" title="Adobe Air 2.0 Beta" src="http://www.republicofcode.com/wp-content/uploads/2009/11/air20.jpg" alt="Adobe Air 2.0 Beta" width="175" height="200" /> Adobe released today the beta editions of Adobe Air 2.0 and Flash Player 10.1, the next two major releases for both technologies. The most major feature added to both is the support for multi-touch input &#8211; which, however, cannot be used without having a device that support multi-touch such HP TouchSmart or a Dell Latitude XT2 running Windows 7. The <a href="http://labs.adobe.com/wiki/index.php/AIR_2:Developer_FAQ">FAQs</a> say that you should be able to interact with the gestures of the multi-touch pads of Macbook Pros, but I couldn&#8217;t get mine to work with the samples available online.</p>
<p>Other additions to <a href="http://labs.adobe.com/technologies/air2/">AIR 2.0</a> include support for the detection of mass storage devices, access to raw microphone data, the ability to open a file with its default application and other new improvements. These editions are going to help increase the popularity of using the Adobe AIR platform for creating cross-platform desktop applications with online functionality.</p>
<p>The new release of <a href="http://labs.adobe.com/technologies/flashplayer10/">Flash Player 10.1</a> is meant to be the first step for creating a consistent Flash experience across desktop and mobile platforms, however, the beta for this edition of the player is now only available for Windows, Mac OS X, and Linux operating systems. Though not available for mobile phones yet, but this player should be the one to properly allow the use of AS3 on mobile devices.</p>
<p>You can check out the demos by visiting the links above and check out sample movies to showcase the capability of the new players. I test Adobe AIR 2.0 on my Macbook Pro and it seems to work just fine.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Ga9C9lEb9i0-muitsZ2qkP2v8rc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ga9C9lEb9i0-muitsZ2qkP2v8rc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ga9C9lEb9i0-muitsZ2qkP2v8rc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ga9C9lEb9i0-muitsZ2qkP2v8rc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/m916B3-spFM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/17/adobe-air-2-and-flash-player-10-1-betas-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/11/17/adobe-air-2-and-flash-player-10-1-betas-released/</feedburner:origLink></item>
		<item>
		<title>Adobe Working on Blackberry Support</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/HZevZP83HWM/</link>
		<comments>http://www.republicofcode.com/2009/11/12/adobe-flash-blackberr/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 06:37:43 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Flex Mobile]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2269</guid>
		<description><![CDATA[ In addition to its efforts to appear on the iPhone and Android, Adobe has announced in a recent developers conference its cooperation with RIM to bring the full Flash Player to the Blackberry platform.
According to Comscore there are more than 14 million blackberry devices out there and Adobe believes this to be a serious [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2270" title="Adobe Blackberry" src="http://www.republicofcode.com/wp-content/uploads/2009/11/adobe-blackberry.jpg" alt="Adobe Blackberry" width="175" height="200" /> In addition to its efforts to appear on the <a href="http://www.republicofcode.com/2009/10/06/flash-cs5-will-create-iphone-applications/">iPhone</a> and <a href="http://www.republicofcode.com/2009/06/24/first-flash-supported-android-device-announced/">Android</a>, Adobe has <a href="http://www.flashmobileblog.com/2009/11/09/adobe-and-rim-to-simplify-the-delivery-of-rich-content-and-applications/">announced in a recent developers conference</a> its cooperation with RIM to bring the full Flash Player to the Blackberry platform.</p>
<p>According to <a href="http://mmetrics.comscore.com/home/home.aspx">Comscore</a> there are more than 14 million blackberry devices out there and Adobe believes this to be a serious market to tap into.</p>
<p>In addition to the announcement of the full Flash Player, Adobe also announced its intention to Adobe Air and Flex Mobile platform for Blackberry, making RIM the first hardware manufacturer to publicly announce its support of these two new mobile technologies from Adobe.</p>
<p>You can learn more about this announcement at the official <a href="http://www.flashmobileblog.com/2009/11/09/adobe-and-rim-to-simplify-the-delivery-of-rich-content-and-applications/">Flash Mobile Blog</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/JbRT_cAGPLY14ZJcSmjb1H9v1nk/0/da"><img src="http://feedads.g.doubleclick.net/~a/JbRT_cAGPLY14ZJcSmjb1H9v1nk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JbRT_cAGPLY14ZJcSmjb1H9v1nk/1/da"><img src="http://feedads.g.doubleclick.net/~a/JbRT_cAGPLY14ZJcSmjb1H9v1nk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/HZevZP83HWM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/12/adobe-flash-blackberr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/11/12/adobe-flash-blackberr/</feedburner:origLink></item>
		<item>
		<title>Website of the Month – November 2009</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/7WwcyoFNWwM/</link>
		<comments>http://www.republicofcode.com/2009/11/01/website-of-the-month-november-2009/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 04:00:33 +0000</pubDate>
		<dc:creator>Blue_Vision</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website of the Month]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2264</guid>
		<description><![CDATA[Republic of Code’s Website of the Month Award for November 2009 goes to Odosketch. A website that will get you sketching. View the website via this link.
 (You can submit your website to win the Republic of Code Website of the Month Award via this link.)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sketch.odopod.com/"><img class="alignnone size-full wp-image-2265" title="Website of the Month - November 2009" src="http://www.republicofcode.com/wp-content/uploads/2009/11/Website-of-the-Month-November-2009.jpg" alt="Website of the Month - November 2009" width="175" height="200" /></a>Republic of Code’s Website of the Month Award for November 2009 goes to Odosketch. A website that will get you sketching. View the website via <a href="http://sketch.odopod.com/">this link</a>.</p>
<p><img title="Republic of Code Website of the Month" src="http://www.republicofcode.com/wp-content/uploads/2009/08/REPUBLICOFCODEWOTM.png" alt="Republic of Code Website of the Month" width="50" height="65" /> <em>(You can submit your website to win the Republic of Code Website of the Month Award via this <a href="../forum/sendmessage.php">link</a>.)</em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/cU3E8j-8i0UISIORhAkEpbJTgvU/0/da"><img src="http://feedads.g.doubleclick.net/~a/cU3E8j-8i0UISIORhAkEpbJTgvU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cU3E8j-8i0UISIORhAkEpbJTgvU/1/da"><img src="http://feedads.g.doubleclick.net/~a/cU3E8j-8i0UISIORhAkEpbJTgvU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/7WwcyoFNWwM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/11/01/website-of-the-month-november-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/11/01/website-of-the-month-november-2009/</feedburner:origLink></item>
		<item>
		<title>Monthly Wrap Up – October</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/eNHaBlRgQGQ/</link>
		<comments>http://www.republicofcode.com/2009/10/31/monthly-wrap-up-october/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:01:21 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Monthly Wrap Up]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2261</guid>
		<description><![CDATA[ Tutorials: 

AS3 Using CSS &#8211; Learn how to use style sheets to format text fields in Flash.

News Highlights

Make iPhone Applications Using Flash CS5 &#8211; The next version of Flash Professional will be able to export AS3 projects into Flash applications and  games!

Website of the Month

HelloSourSally &#8211; Ultimate cutesy and animation.

]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Republic of Code" src="http://www.republicofcode.com/wp-content/uploads/2009/09/republicofcode.jpg" alt="" width="176" height="176" /> <strong>Tutorials: </strong></p>
<ul>
<li><a href="http://www.republicofcode.com/tutorials/flash/as3css/">AS3 Using CSS</a> &#8211; Learn how to use style sheets to format text fields in Flash.</li>
</ul>
<p><strong>News Highlights</strong></p>
<ul>
<li><a href="http://www.republicofcode.com/2009/10/06/flash-cs5-will-create-iphone-applications/">Make iPhone Applications Using Flash CS5</a> &#8211; The next version of Flash Professional will be able to export AS3 projects into Flash applications and  games!</li>
</ul>
<p><strong>Website of the Month</strong></p>
<ul>
<li><a href="http://www.hellosoursally.com/">HelloSourSally</a> &#8211; Ultimate cutesy and animation.</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/4IbAfxEy8bpogueQobSf0l0P5uU/0/da"><img src="http://feedads.g.doubleclick.net/~a/4IbAfxEy8bpogueQobSf0l0P5uU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4IbAfxEy8bpogueQobSf0l0P5uU/1/da"><img src="http://feedads.g.doubleclick.net/~a/4IbAfxEy8bpogueQobSf0l0P5uU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/eNHaBlRgQGQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/10/31/monthly-wrap-up-october/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/10/31/monthly-wrap-up-october/</feedburner:origLink></item>
		<item>
		<title>Tutorial: Using CSS in AS3</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/mOwh6qVF2ME/</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>

<p><a href="http://feedads.g.doubleclick.net/~a/KSpgosVYyDFiTnUs0TDPZBSliQ0/0/da"><img src="http://feedads.g.doubleclick.net/~a/KSpgosVYyDFiTnUs0TDPZBSliQ0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/KSpgosVYyDFiTnUs0TDPZBSliQ0/1/da"><img src="http://feedads.g.doubleclick.net/~a/KSpgosVYyDFiTnUs0TDPZBSliQ0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/mOwh6qVF2ME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/10/31/tutorial-using-css-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/10/31/tutorial-using-css-in-as3/</feedburner:origLink></item>
		<item>
		<title>Flash CS5 will create iPhone Applications!</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/57TgGoAGrjg/</link>
		<comments>http://www.republicofcode.com/2009/10/06/flash-cs5-will-create-iphone-applications/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:29:47 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash CS5]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2254</guid>
		<description><![CDATA[ This is probably the biggest Flash announcement of the year, Adobe announced that Flash developers will finally be able to create iPhone-compatible Flash games. The next version of the Flash authoring tool, Flash CS5, will have a feature to export AS3 projects to native iPhone applications. This feature does not mean that the iPhone [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2255" title="Flash on the iPhone" src="http://www.republicofcode.com/wp-content/uploads/2009/10/iphone.png" alt="Flash on the iPhone" width="175" height="200" /> This is probably the biggest Flash announcement of the year, Adobe announced that Flash developers will finally be able to create iPhone-compatible Flash games. The next version of the Flash authoring tool, Flash CS5, will have a feature to export AS3 projects to native iPhone applications. This feature does not mean that the iPhone will be able to understand Flash files or that its Safari browser will be capable of running Flash movies, but it means that Flash developers will be able to use Flash CS5 to make native iPhone applications and games by using their existing ActionScript 3.0 skills.</p>
<p>Flash CS5 iPhone applications will have some restrictions such as the inability to use the camera or the copy-and-paste features, but will have the majority of other features including SQLite. Developers will still have to acquire an Apple Developer&#8217;s License to be able to sell their applications on the App Store.</p>
<p>This is a truly amazing step forward for Adobe and it will help make Flash developers have a new medium to distribute their content. The beta of Flash CS5 is expected to be released by the end of the 2009.</p>
<p>You can learn more about this, watch a demo video and download sample iPhone applications at <a href="http://www.adobe.com/iphone/">http://Adobe.com/iPhone</a> . You can learn more about the restrictions of Flash iPhone Application from the <a href="http://www.flashmobileblog.com/2009/10/05/flash-platform-extends-to-the-iphone-platform/">Flash Mobile Blog</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/_xN-QbWkJnQvh5gn3nccIcqHb5s/0/da"><img src="http://feedads.g.doubleclick.net/~a/_xN-QbWkJnQvh5gn3nccIcqHb5s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_xN-QbWkJnQvh5gn3nccIcqHb5s/1/da"><img src="http://feedads.g.doubleclick.net/~a/_xN-QbWkJnQvh5gn3nccIcqHb5s/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/57TgGoAGrjg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/10/06/flash-cs5-will-create-iphone-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/10/06/flash-cs5-will-create-iphone-applications/</feedburner:origLink></item>
		<item>
		<title>Website of the Month – October 2009</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/5AQswZwLlhw/</link>
		<comments>http://www.republicofcode.com/2009/10/01/website-of-the-month-october-2009/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:00:10 +0000</pubDate>
		<dc:creator>Blue_Vision</dc:creator>
				<category><![CDATA[Website of the Month]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2246</guid>
		<description><![CDATA[Republic of Code’s Website of the Month Award for October 2009 goes to HelloSourSally. A cute flash website with a great animated experience. View the website via this link.
 (You can submit your website to win the Republic of Code Website of the Month Award via this link.)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hellosoursally.com/"><img class="alignnone size-full wp-image-2249" title="Website of the Month - October 2009" src="http://www.republicofcode.com/wp-content/uploads/2009/10/Website-of-the-Month-October-20092.jpg" alt="Website of the Month - October 2009" width="175" height="200" /></a>Republic of Code’s Website of the Month Award for October 2009 goes to HelloSourSally. A cute flash website with a great animated experience. View the website via <a href="http://www.hellosoursally.com/">this link</a>.</p>
<p><img title="Republic of Code Website of the Month" src="http://www.republicofcode.com/wp-content/uploads/2009/08/REPUBLICOFCODEWOTM.png" alt="Republic of Code Website of the Month" width="50" height="65" /> <em>(You can submit your website to win the Republic of Code Website of the Month Award via this <a href="../forum/sendmessage.php">link</a>.)</em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/7eLvhX9O4Q65lZP1P6vuSa6b104/0/da"><img src="http://feedads.g.doubleclick.net/~a/7eLvhX9O4Q65lZP1P6vuSa6b104/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7eLvhX9O4Q65lZP1P6vuSa6b104/1/da"><img src="http://feedads.g.doubleclick.net/~a/7eLvhX9O4Q65lZP1P6vuSa6b104/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/5AQswZwLlhw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/10/01/website-of-the-month-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/10/01/website-of-the-month-october-2009/</feedburner:origLink></item>
		<item>
		<title>Monthly Wrap Up – September</title>
		<link>http://feedproxy.google.com/~r/Oman3d/~3/wERd1Pa1oBk/</link>
		<comments>http://www.republicofcode.com/2009/09/30/monthly-wrap-up-september/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:00:02 +0000</pubDate>
		<dc:creator>Blue Chi</dc:creator>
				<category><![CDATA[Monthly Wrap Up]]></category>

		<guid isPermaLink="false">http://www.republicofcode.com/?p=2244</guid>
		<description><![CDATA[ Tutorials:

AS3 Switch Statement &#8211; Learn how to execute conditional code upon the satisfaction of a certain case.
AS3 Keyboard Interaction &#8211; Learn how to manipulate objects on the stage by using the Keyboard.
AS3 Creating Links &#8211; Learn how to link to other external web pages.
AS3 Drawing Vectors &#8211; Learn how to draw lines, make fills, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Republic of Code" src="http://www.republicofcode.com/wp-content/uploads/2009/09/republicofcode.jpg" alt="" width="176" height="176" /> <strong>Tutorials:</strong></p>
<ul>
<li><a title="AS3 Switch" href="http://www.republicofcode.com/tutorials/flash/as3switch/">AS3 Switch Statement</a> &#8211; Learn how to execute conditional code upon the satisfaction of a certain case.</li>
<li><a title="AS3 Keyboard" href="http://www.republicofcode.com/tutorials/flash/as3keyboard/">AS3 Keyboard Interaction</a> &#8211; Learn how to manipulate objects on the stage by using the Keyboard.</li>
<li><a href="http://www.republicofcode.com/tutorials/flash/as3link/">AS3 Creating Links</a> &#8211; Learn how to link to other external web pages.</li>
<li><a href="http://www.republicofcode.com/tutorials/flash/as3drawvectors/">AS3 Drawing Vectors</a> &#8211; Learn how to draw lines, make fills, and create simple shapes.</li>
</ul>
<p><strong>News Highlights:</strong></p>
<ul>
<li><a href="http://www.republicofcode.com/2009/09/22/flash-cs5-sneak-peak/">Flash CS5 Sneak Peak</a> &#8211; Check out some of the new features of the next version of Flash Professional.</li>
<li><a title="Flash Platform Services" href="http://www.republicofcode.com/2009/09/22/flash-services-distribut/">Flash Platform Services</a> &#8211; Adobe new service to help developers distribute their Flash content.</li>
</ul>
<p><strong>Website of the Month:</strong></p>
<ul>
<li><a href="http://www.cedarhousephotography.com/">Cedar House Photography</a> &#8211; Brilliant photography and navigation.</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/1I1gQBAofziRGgwghKVyt-oa4v0/0/da"><img src="http://feedads.g.doubleclick.net/~a/1I1gQBAofziRGgwghKVyt-oa4v0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1I1gQBAofziRGgwghKVyt-oa4v0/1/da"><img src="http://feedads.g.doubleclick.net/~a/1I1gQBAofziRGgwghKVyt-oa4v0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Oman3d/~4/wERd1Pa1oBk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.republicofcode.com/2009/09/30/monthly-wrap-up-september/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.republicofcode.com/2009/09/30/monthly-wrap-up-september/</feedburner:origLink></item>
	</channel>
</rss>
