<?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 a simple timer in Flex with the flash.utils.Timer class</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benson</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-9300</link>
		<dc:creator>Benson</dc:creator>
		<pubDate>Tue, 14 Jun 2011 13:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-9300</guid>
		<description>Hi Peter,

If I were to run this app using Adobe AIR as a windows application, what changes should be made?

Many Thanks
Benson Daniel</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>If I were to run this app using Adobe AIR as a windows application, what changes should be made?</p>
<p>Many Thanks<br />
Benson Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Guerrero</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-9252</link>
		<dc:creator>Javier Guerrero</dc:creator>
		<pubDate>Fri, 27 May 2011 19:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-9252</guid>
		<description>Hi Peter:

Any ideas about why all this can&#039;t be done in MXML, like (suposing xmlns:utils=&quot;flash.utils.*&quot;)

&lt;utils:Timer id=&quot;myTimer&quot; delay=&quot;1000&quot; timer=&quot;{myTimerFunction} /&gt;

That way we could use bindings for setting the delay, avoiding addEventListener on init(), etc... but the compiler keeps throwing an error: Incorrect number of arguments (1 expected). Any ideas?

Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Hi Peter:</p>
<p>Any ideas about why all this can&#8217;t be done in MXML, like (suposing xmlns:utils=&#8221;flash.utils.*&#8221;)</p>
<p>&lt;utils:Timer id=&#8221;myTimer&#8221; delay=&#8221;1000&#8243; timer=&#8221;{myTimerFunction} /&gt;</p>
<p>That way we could use bindings for setting the delay, avoiding addEventListener on init(), etc&#8230; but the compiler keeps throwing an error: Incorrect number of arguments (1 expected). Any ideas?</p>
<p>Thanks in advance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smc</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-8887</link>
		<dc:creator>smc</dc:creator>
		<pubDate>Mon, 24 Jan 2011 11:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-8887</guid>
		<description>nice post...is it possible record the time and store it in to database or array
Thanks</description>
		<content:encoded><![CDATA[<p>nice post&#8230;is it possible record the time and store it in to database or array<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-8822</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-8822</guid>
		<description>Nice post. Does anyone know if there is an easy way to make it count down and start automatically?</description>
		<content:encoded><![CDATA[<p>Nice post. Does anyone know if there is an easy way to make it count down and start automatically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ntaka</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-8077</link>
		<dc:creator>ntaka</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-8077</guid>
		<description>nice post.i have a similar post also maybe it can help some of you guys .check it on this link  http://ntaka.co.za/?p=25</description>
		<content:encoded><![CDATA[<p>nice post.i have a similar post also maybe it can help some of you guys .check it on this link  <a href="http://ntaka.co.za/?p=25" rel="nofollow">http://ntaka.co.za/?p=25</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KuH</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-7853</link>
		<dc:creator>KuH</dc:creator>
		<pubDate>Thu, 03 Jun 2010 18:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-7853</guid>
		<description>Sorry, already found the solution - look here for &quot;ed&quot; answer. Good luck!</description>
		<content:encoded><![CDATA[<p>Sorry, already found the solution &#8211; look here for &#8220;ed&#8221; answer. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KuH</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-7852</link>
		<dc:creator>KuH</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-7852</guid>
		<description>Got same errors. Copypasted code from this example to Flex Builder 3 and 4 - errors still persist. Can anyone help?</description>
		<content:encoded><![CDATA[<p>Got same errors. Copypasted code from this example to Flex Builder 3 and 4 &#8211; errors still persist. Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-7777</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 24 May 2010 06:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-7777</guid>
		<description>The &lt;code&gt;start()&lt;/code&gt; and &lt;code&gt;stop()&lt;/code&gt; methods aren&#039;t static methods. I&#039;d try copy/pasting the example above into a new project and seeing if it compiles for you.

Peter</description>
		<content:encoded><![CDATA[<p>The <code>start()</code> and <code>stop()</code> methods aren&#8217;t static methods. I&#8217;d try copy/pasting the example above into a new project and seeing if it compiles for you.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUi</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-7776</link>
		<dc:creator>BUi</dc:creator>
		<pubDate>Sun, 23 May 2010 17:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-7776</guid>
		<description>Sorry i am using flash player 9 and 10</description>
		<content:encoded><![CDATA[<p>Sorry i am using flash player 9 and 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/comment-page-1/#comment-7775</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 23 May 2010 17:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/14/creating-a-simple-timer-in-flex-with-the-flashutilstimer-class/#comment-7775</guid>
		<description>Hello, nice post.

I am having proble with this sample, when i include the flash.utils.Timer, i have this erros:

1061: Call to a possibly undefined method start through a reference with static type Timer.	Timer/src	
1061: Call to a possibly undefined method stop through a reference with static type Timer.	Timer/src	
1137: Incorrect number of arguments.  Expected no more than 0.	Timer/src	

I am using Flex 3 on Windows xp sp3, i download the sdk 4 for flex and the errors persist.
i am using the first sample of this page

Thanks</description>
		<content:encoded><![CDATA[<p>Hello, nice post.</p>
<p>I am having proble with this sample, when i include the flash.utils.Timer, i have this erros:</p>
<p>1061: Call to a possibly undefined method start through a reference with static type Timer.	Timer/src<br />
1061: Call to a possibly undefined method stop through a reference with static type Timer.	Timer/src<br />
1137: Incorrect number of arguments.  Expected no more than 0.	Timer/src	</p>
<p>I am using Flex 3 on Windows xp sp3, i download the sdk 4 for flex and the errors persist.<br />
i am using the first sample of this page</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

