<?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: Creating timers using the setInterval() method</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Schmidt</title>
		<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/comment-page-1/#comment-2509</link>
		<dc:creator>Kevin Schmidt</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-2509</guid>
		<description>No problem! I really enjoy what you are doing as well!  Keep up the good work!

There can never be too many examples in the community!</description>
		<content:encoded><![CDATA[<p>No problem! I really enjoy what you are doing as well!  Keep up the good work!</p>
<p>There can never be too many examples in the community!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/comment-page-1/#comment-2510</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-2510</guid>
		<description>Kevin,

Yep. Good point, I should have mentioned that in my article. The &lt;code&gt;setInterval()&lt;/code&gt; and &lt;code&gt;setTimeout()&lt;/code&gt; methods are considered the &quot;old school&quot; and the new, recommended method is to use the Timer class (which was actually going to be subject of today&#039;s post).

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Yep. Good point, I should have mentioned that in my article. The <code>setInterval()</code> and <code>setTimeout()</code> methods are considered the &#8220;old school&#8221; and the new, recommended method is to use the Timer class (which was actually going to be subject of today&#8217;s post).</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Schmidt</title>
		<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/comment-page-1/#comment-2508</link>
		<dc:creator>Kevin Schmidt</dc:creator>
		<pubDate>Fri, 15 Feb 2008 14:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-2508</guid>
		<description>Not to rain on your parade, but setInterval() is no longer the recommended way to accomplish this.

Take a look at the timer object

http://livedocs.adobe.com/flex/2/langref/flash/utils/Timer.html</description>
		<content:encoded><![CDATA[<p>Not to rain on your parade, but setInterval() is no longer the recommended way to accomplish this.</p>
<p>Take a look at the timer object</p>
<p><a href="http://livedocs.adobe.com/flex/2/langref/flash/utils/Timer.html" rel="nofollow">http://livedocs.adobe.com/flex/2/langref/flash/utils/Timer.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

