<?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: Countdown timer with ActionScript 3.0</title>
	<atom:link href="http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/</link>
	<description>Become an advanced flash developer</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:39:06 +0300</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron Pumfleet</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1556</link>
		<dc:creator>Ron Pumfleet</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1556</guid>
		<description>&lt;a href=&quot;#comment-989&quot; rel=&quot;nofollow&quot;&gt;@Steve &lt;/a&gt; 

In your code of... new Date(2010, 5, 11);

You are setting the date to be 2010, June 11th

If you use numbers for months remember that months start at &quot;0&quot; not 1

So January = 0
   February = 1
   March = 2
   April = 3
etc

as you wanted April 19th 2010
you shd have had... new Date(2010, 3, 19);</description>
		<content:encoded><![CDATA[<p><a href="#comment-989" rel="nofollow">@Steve </a> </p>
<p>In your code of&#8230; new Date(2010, 5, 11);</p>
<p>You are setting the date to be 2010, June 11th</p>
<p>If you use numbers for months remember that months start at &#8220;0&#8243; not 1</p>
<p>So January = 0<br />
   February = 1<br />
   March = 2<br />
   April = 3<br />
etc</p>
<p>as you wanted April 19th 2010<br />
you shd have had&#8230; new Date(2010, 3, 19);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Pumfleet</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1555</link>
		<dc:creator>Ron Pumfleet</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1555</guid>
		<description>&lt;a href=&quot;#comment-1246&quot; rel=&quot;nofollow&quot;&gt;@Luis Felipe &lt;/a&gt; 
Hi Luis

I had the same problem until I came across another tutorial which showed how to stop the counter at 0.

if(time_txt.text == &quot;0:00:00:00&quot;){
delete this.onEnterFrame;
}
The above depends on whether you are using days:hrs:mins:secs

Hope it helps</description>
		<content:encoded><![CDATA[<p><a href="#comment-1246" rel="nofollow">@Luis Felipe </a><br />
Hi Luis</p>
<p>I had the same problem until I came across another tutorial which showed how to stop the counter at 0.</p>
<p>if(time_txt.text == &#8220;0:00:00:00&#8243;){<br />
delete this.onEnterFrame;<br />
}<br />
The above depends on whether you are using days:hrs:mins:secs</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Felipe</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1246</link>
		<dc:creator>Luis Felipe</dc:creator>
		<pubDate>Mon, 31 May 2010 12:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1246</guid>
		<description>How i stop when countdown finish the? Because she is giving number negative finish after</description>
		<content:encoded><![CDATA[<p>How i stop when countdown finish the? Because she is giving number negative finish after</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terence</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1130</link>
		<dc:creator>Terence</dc:creator>
		<pubDate>Thu, 06 May 2010 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1130</guid>
		<description>Nice work its awesome</description>
		<content:encoded><![CDATA[<p>Nice work its awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto Ruiz</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1002</link>
		<dc:creator>Ernesto Ruiz</dc:creator>
		<pubDate>Tue, 13 Apr 2010 00:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1002</guid>
		<description>I want, date with hours: example

countdown to 18 april 2010 at 5:00 pm

Please can anybody help me with this :(</description>
		<content:encoded><![CDATA[<p>I want, date with hours: example</p>
<p>countdown to 18 april 2010 at 5:00 pm</p>
<p>Please can anybody help me with this <img src='http://flashadvanced.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-989</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 06 Apr 2010 12:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-989</guid>
		<description>Every time I make a change to the line
var endDate:Date = new Date(2010, 5, 11);
The result never adds up to the right day.  I put April 19th 2010 and it says there is 65 days remaining.  Should be more like 13 days.


Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Every time I make a change to the line<br />
var endDate:Date = new Date(2010, 5, 11);<br />
The result never adds up to the right day.  I put April 19th 2010 and it says there is 65 days remaining.  Should be more like 13 days.</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
