<?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; optimization</title>
	<atom:link href="http://flashspeaksactionscript.com/tag/optimization/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>Optimizing Performance for Mobile AIR Applications</title>
		<link>http://flashspeaksactionscript.com/optimizing-mobile-air-apps/</link>
		<comments>http://flashspeaksactionscript.com/optimizing-mobile-air-apps/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 11:00:29 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News Flash Weekly]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=5825</guid>
		<description><![CDATA[With mobile AIR application development on the forefront, the approach to application optimization needs to be refined to accomodate the platform. ]]></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%252Foptimizing-mobile-air-apps%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Optimizing%20Performance%20for%20Mobile%20AIR%20Applications%20%23Adobe%20AIR%20%23Mobile%20%23optimization%20%23Performance%22%20%7D);"></div>
<p>With mobile AIR application development on the forefront, the approach to application optimization needs to be refined to accomodate the platform.   To get the optimal performance with any mobile device, it is important to maximize the hardware capabilities as well as implementing software development best practices.</p>
<p>Check out this <a title="Optimizing performance for mobile AIR applications" href="http://www.adobe.com/devnet/flash/articles/optimizing-mobile-performance.html" target="_blank">article by Jun Chen</a>, where he describes priceless development practices that help improve performance of mobile AIR apps. Topics in this article include <strong>applying manual garbage collection</strong>, <strong>improving performance by updating the AIR SDK</strong>, <strong>vector versus bitmap graphics</strong>, etc.</p>
<p>via the <a title="Optimizing Performance for Mobile AIR Applications" href="http://www.adobe.com/devnet/flash/articles/optimizing-mobile-performance.html" target="_blank">Adobe Flash Developer Center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/optimizing-mobile-air-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart SWF Optimization with Custom Framerates</title>
		<link>http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/</link>
		<comments>http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:00:41 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[framerate]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3664</guid>
		<description><![CDATA[Over the years, the Flash Player has received such a bad rep for hogging computer system resources even while displaying static content. There were many times in which I would wonder <em>"What the heck is Flash processing?"</em>. As for Flash Developers/Designers, there was only so much we can do to optimize the SWF via runtime. That was then, this is now!]]></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%252Fsmart-swf-optimization-with-custom-framerates%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Smart%20SWF%20Optimization%20with%20Custom%20Framerates%20%23AS3%20%23Beginner%20%23framerate%20%23optimization%20%23Tutorial%20%23Videos%22%20%7D);"></div>
<p>Over the years, the Flash Player has received such a bad rep for hogging computer system resources even while displaying static content. There were many times in which I would wonder <em>&#8220;What the heck is Flash processing?&#8221;</em>. As for Flash Developers/Designers, there was only so much we can do to optimize the SWF via runtime. That was then, this is now! In Lee&#8217;s latest video tutorial, he demonstrates how you can <a title="New tutorial on SWF framerate optimization " href="http://theflashblog.com/?p=1138" target="_blank">dynamically change your movie&#8217;s framerate</a> to use only the resources it needs.</p>
<p>With its introduction in AS3, you can dynamically change the framerate of your SWF movie. In an earlier tutorial, I demonstrated how you can <a title="Dynamically Adjust the Frame Rate of a Flash Animation" href="http://flashspeaksactionscript.com/dynamically-adjust-the-frame-rate-of-a-flash-animation/" target="_self">change the framerate of your SWF</a> and how it will effect a frame by frame animation.</p>
<p>By leveraging the ability to dynamically change the framerate of your SWF, it will allow you to take advantage of idle moments in your Flash applications by changing the the framerate based on the content being displayed. It&#8217;s a simple, yet great concept.</p>
<p>Check out Lee&#8217;s video, <a title="SWF Framerate Optimization" href="http://www.gotoandlearn.com/play.php?id=112" target="_blank">SWF Framerate Optimization</a>, to learn more on how to implement such a concept. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/smart-swf-optimization-with-custom-framerates/feed/</wfw:commentRss>
		<slash:comments>2</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 550/582 objects using disk: basic

Served from: flashspeaksactionscript.com @ 2012-05-23 22:02:40 -->
