<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Frame rate optimization</title>
	<atom:link href="http://blog.yoz.sk/2009/11/frame-rate-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2009/11/frame-rate-optimization/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=frame-rate-optimization</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/11/frame-rate-optimization/comment-page-1/#comment-289</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Wed, 23 Dec 2009 11:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=604#comment-289</guid>
		<description>easiest use in flash

import sk.yoz.optimization.FrameRateOptimizator;
var fro:FrameRateOptimizator = new FrameRateOptimizator(this);
fro.debug = true;

the debug line is just to trace when fps changed. there has to be some graphic content in stage</description>
		<content:encoded><![CDATA[<p>easiest use in flash</p>
<p>import sk.yoz.optimization.FrameRateOptimizator;<br />
var fro:FrameRateOptimizator = new FrameRateOptimizator(this);<br />
fro.debug = true;</p>
<p>the debug line is just to trace when fps changed. there has to be some graphic content in stage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.yoz.sk/2009/11/frame-rate-optimization/comment-page-1/#comment-288</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=604#comment-288</guid>
		<description>What would be the easiest way to use this class in a flash movie? Could you possibly provide an example?</description>
		<content:encoded><![CDATA[<p>What would be the easiest way to use this class in a flash movie? Could you possibly provide an example?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

