<?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>EventDispatcher.fr &#187; Blog life</title>
	<atom:link href="http://www.eventdispatcher.fr/category/blog-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eventdispatcher.fr</link>
	<description>Flash / Flex / Actionscript Devblog</description>
	<lastBuildDate>Mon, 04 Jan 2010 22:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello world!</title>
		<link>http://www.eventdispatcher.fr/2009/10/14/hello-world/</link>
		<comments>http://www.eventdispatcher.fr/2009/10/14/hello-world/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:33:29 +0000</pubDate>
		<dc:creator>Germain LECOURTOIS</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Blog life]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.eventdispatcher.fr/?p=1</guid>
		<description><![CDATA[ Welcome to EventDispatcher.fr. This is the first post.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
package app.event
&#123;
	import flash.events.Event;
&#160;
	/**
	 * ...
	 * @author Germain Lecourtois
	 */
	public class BlogEvent extends Event
	&#123;
&#160;
		public static var POST_LOAD:String = &#34;PostLoad&#34;;
&#160;
&#160;
		public function BlogEvent &#40;type:String, bubbles:Boolean=false, cancelable:Boolean=false&#41; &#123;
			super&#40;type, bubbles, cancelable&#41;;
&#160;
		&#125; 
&#160;
		public override function clone&#40;&#41;:Event
		&#123;
			return new BlogEvent &#40;type, bubbles, cancelable&#41;;
		&#125;
		/**
		 *
		 * @return
		 */
		public override function toString&#40;&#41;:String
		&#123;
			//Format the event
			return formatToString&#40;&#34;BlogEvent &#34;, [...]]]></description>
		<wfw:commentRss>http://www.eventdispatcher.fr/2009/10/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
