<?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>Flash Speaks Actionscript &#187; Adobe Flash Player</title>
	<atom:link href="http://flashspeaksactionscript.com/tag/adobe-flash-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashspeaksactionscript.com</link>
	<description>Learn and Speak Actionscript</description>
	<lastBuildDate>Sat, 10 Mar 2012 02:45:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>News Flash Weekly: Announcing Flash Player 11 and AIR 3</title>
		<link>http://flashspeaksactionscript.com/announcing-flash-player-11/</link>
		<comments>http://flashspeaksactionscript.com/announcing-flash-player-11/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:30:49 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[News Flash Weekly]]></category>
		<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=5338</guid>
		<description><![CDATA[Earlier last week, Adobe announced that the Adobe Flash Player 11 and AIR 3 will be launching in early October.  These milestone releases introduce the next generation of the technologies.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fannouncing-flash-player-11%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22News%20Flash%20Weekly%3A%20Announcing%20Flash%20Player%2011%20and%20AIR%203%20%23Adobe%20Flash%20Player%20%23Community%20%23Gaming%22%20%7D);"></div>
<blockquote>
<h3>- Community News -</h3>
</blockquote>
<h2>Announcing Flash Player 11 and AIR 3</h2>
<p>Earlier last week, Adobe announced that the Adobe Flash Player 11 and AIR 3 will be launching in early October.  These milestone releases introduce the next generation of the technologies that deliver stunning content and apps to over a billion people — across screens including Android, iPhone, iPad, BlackBerry PlayBook, Windows, Mac, and connected TV devices — pushing the boundaries of what’s possible on the web.</p>
<p>Flash Player 11 and AIR 3 take these even further by introducing <strong><a href="http://www.adobe.com/devnet/flashplayer/stage3d.html">Stage 3D</a></strong>, a new architecture for hardware accelerated graphics rendering that delivers 1000x faster rendering performance over Flash Player 10.</p>
<p><a title="Announcing Flash Player 11 and AIR 3" href="http://blogs.adobe.com/flashplatform/2011/09/announcing-flash-player-11-and-air-3.html" target="_blank">Read the full coverage!</a></p>
<h2>How to Create a Tower Defense Game in AS3</h2>
<p>The tower defense genre is one that has become extremely popular over the years. Although they can become quite complicated to develop, they are almost always very fun to play. <a title="How to Create a Tower Defense Game in ASe" href="http://www.flashgametuts.com/tutorials/as3/how-to-create-a-tower-defense-game-in-as3-part-1/" target="_blank">Check out this 7 part series</a> as it walks you through the creation process of one of these games.</p>
<h2>Compiling big Flash/AIR projects with lot of SWFs for iOS</h2>
<p>When you are building a game for Android or Blackberry Tablet OS in Adobe AIR, you are allowed to load the SWF files on the fly – that’s because the code is interpreted from ActionScript bytecode. With AIR for iOS, there is no such option, all code must be compiled into single IPA file (from ActionScript bytecode to native bytecode), which you can make out of one SWF only.</p>
<p>Check out this handy tip for those time when you are <a title="http://www.flashrealtime.com/compiling-big-air-swf-to-ios/" href="http://www.flashrealtime.com/compiling-big-air-swf-to-ios/" target="_blank">compiling big Flash/AIR projects for iOS</a>.</p>
<h2>Native Text Input With StageText</h2>
<p>One of the major new features of AIR 3 (release candidate <a href="http://labs.adobe.com/technologies/flashplatformruntimes/air3/">available on Adobe Labs</a>) is the introduction of the StageText API. StageText allows developers to place native text inputs in their mobile AIR applications rather than using the standard <code>flash.text.TextField</code> API.</p>
<p>Learn more about the <a title="Native Text Input WIth StageText" href="http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html" target="_blank">advantages on leveraging the new StageText API</a> in your next AIR project.</p>
<blockquote>
<h3>- Community Highlights -</h3>
</blockquote>
<h2><a href="http://activeden.net/item/3d-carousel-stack-gallery/548730?ref=FlashSpeaks"><img class="alignnone size-full wp-image-5348" title="3D Carousel Stack Gallery" src="http://flashspeaksactionscript.com/wp-content/uploads/2011/09/flash-3d-carousel-stack-gallery.png" alt="3D Carousel Stack Gallery" width="498" height="252" /></a></h2>
<h2>Flash Component:  3D Carousel Stack Gallery</h2>
<p><a title="3D Carousel Stack Gallery" href="http://activeden.net/item/3d-carousel-stack-gallery/548730?ref=FlashSpeaks" target="_blank">3D Carousel Stack Gallery</a>, created by RimV of Activeden, is a beautiful 3D photo gallery with advanced interactive and navigation. 3D items are distributed in carousel view with live panning tilt angle. A special mouse dragging function allows user to navigate between item by dragging mouse left and right to create unique navigating effect.  <strong><a title="Check out 3D Carousel Stack Gallery" href="http://activeden.net/item/3d-carousel-stack-gallery/full_screen_preview/548730?ref=FlashSpeaks" target="_blank">Check it out!</a></strong></p>
<p><a href="http://activeden.net/item/city-parallax-landing-page-full-xml-driven/239994?ref=FlashSpeaks"><img class="alignnone size-full wp-image-5349" title="City Parallax Landing Page" src="http://flashspeaksactionscript.com/wp-content/uploads/2011/09/city-parallax-landing-page.png" alt="City Parallax Landing Page" width="499" height="263" /></a></p>
<h2>Flash Template: City – Parallax Landing Page</h2>
<p>This <a title="Parallax Landing Page" href="http://activeden.net/item/city-parallax-landing-page-full-xml-driven/239994?ref=FlashSpeaks" target="_blank">Parallax Landing Page</a>, created by v4 of Activeden, is a short interactive presentation that will help you to advertise your or your customers business. You will gain your users interest through the 3D animation and the various (partially interactive) elements on the page. The focus is on the mouse steered journey to what is protected by the grates. <a title="Check out the Parallax Landing Page" href="http://activeden.net/item/city-parallax-landing-page-full-xml-driven/full_screen_preview/239994?ref=FlashSpeaks" target="_blank">Check it out!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/announcing-flash-player-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 433/439 objects using disk: basic

Served from: flashspeaksactionscript.com @ 2012-05-23 14:51:09 -->
