<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating timers using the setInterval() method</title>
	<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 12:34:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Kevin Schmidt</title>
		<link>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-7018</link>
		<author>Kevin Schmidt</author>
		<pubDate>Fri, 15 Feb 2008 16:03:00 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-7018</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-7016</link>
		<author>peterd</author>
		<pubDate>Fri, 15 Feb 2008 15:06:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-7016</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 "old school" and the new, recommended method is to use the Timer class (which was actually going to be subject of today'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-7015</link>
		<author>Kevin Schmidt</author>
		<pubDate>Fri, 15 Feb 2008 14:42:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/14/creating-timers-using-the-setinterval-method/#comment-7015</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>
