<?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>5ive.blog &#187; event</title>
	<atom:link href="http://www.5ive.info/blog/archives/tag/event/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:08:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>サーバータイムを使ったミリ秒対応のカウントダウン</title>
		<link>http://www.5ive.info/blog/archives/619</link>
		<comments>http://www.5ive.info/blog/archives/619#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:08:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[通信]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=619</guid>
		<description><![CDATA[
ティザーサイト等で良く使われる「オープンまであと何日」みたいなカウントダウンを作ってみる。Flashだけで作るとローカルタイムに依存するので、ユーザーに時計を進められるとネタばれすることも。たまに見かけるけど。上のデモ [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/619/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>マウス追従でスクロールするインターフェイス</title>
		<link>http://www.5ive.info/blog/archives/386</link>
		<comments>http://www.5ive.info/blog/archives/386#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:46:38 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=386</guid>
		<description><![CDATA[よく見るインターフェイスで、マウスを動かすだけでスクロールする動きを実装してみた。すごくシンプルに考えてみるとモーション自体のスクリプトはこの3行でいける。]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/386/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>TextFieldにフォーカスイベントを実装するには</title>
		<link>http://www.5ive.info/blog/archives/214</link>
		<comments>http://www.5ive.info/blog/archives/214#comments</comments>
		<pubDate>Tue, 07 Oct 2008 02:35:02 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=214</guid>
		<description><![CDATA[
テキストボックスにフォーカスが合った時のイベントの取り方。TextEventではなく、FocusEventを使うと実装できる。もっと早く理解できてたら良かったのに。
txt.addEventListener(Focus [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REMOVEDとREMOVED_FROM_STAGEの違い</title>
		<link>http://www.5ive.info/blog/archives/81</link>
		<comments>http://www.5ive.info/blog/archives/81#comments</comments>
		<pubDate>Thu, 10 Apr 2008 05:57:26 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[event]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=81</guid>
		<description><![CDATA[2つのイベントの違いで困惑したのでメモ。
mc.addEventListener(Event.REMOVED, onRemoved);
自身、もしくは内包している子供のDisplayObjectがremoveChild( [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
