<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mutationevent weblog &#187; CountDown</title>
	<atom:link href="http://www.mutationevent.com/blog/tag/countdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mutationevent.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 17:37:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>as3 CountDown</title>
		<link>http://www.mutationevent.com/blog/2009/08/as3-countdown/</link>
		<comments>http://www.mutationevent.com/blog/2009/08/as3-countdown/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 23:57:37 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[compte a rebours]]></category>
		<category><![CDATA[CountDown]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/?p=732</guid>
		<description><![CDATA[Réaliser un compte a rebours facilement avec as3. Nous aurons besoin un champ de texte pour afficher la date, un timer et la classe CountDown de Kazuma Ieiri. code as 3 import flash.utils.Timer; import flash.events.TimerEvent; import jp.hbkr.baka.CountDown; &#160; var timer:Timer = new Timer&#40;1000&#41;; var a:Array; &#160; timer.addEventListener&#40;TimerEvent.TIMER, tick&#41;; timer.start&#40;&#41;; &#160; function tick&#40;event:TimerEvent&#41;:void &#123; a = [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2009/08/as3-countdown/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

