<?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>d-Visions (-o&#124;o-) &#187; KeyboardEvent</title>
	<atom:link href="http://blog.d-visions.com/tag/keyboardevent/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.d-visions.com</link>
	<description>as seen on d-visions.com</description>
	<lastBuildDate>Thu, 10 Jun 2010 05:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>STFU KEY_DOWN!</title>
		<link>http://blog.d-visions.com/2010/01/26/stfu-key_down/</link>
		<comments>http://blog.d-visions.com/2010/01/26/stfu-key_down/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:34:15 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[KeyboardEvent]]></category>
		<category><![CDATA[KEY_DOWN]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=25</guid>
		<description><![CDATA[It appears that in newer browsers the KeyboardEvent.KEY_DOWN is being perpetually dispatched when a key is being held down. Older browsers behavior would only execute once, when it was initially pressed. When I ran into this issue I couldn&#8217;t find any information about it, but is partly why Keith is eating crow ;) However in my [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that in newer browsers the KeyboardEvent.KEY_DOWN is being perpetually dispatched when a key is being held down. Older browsers behavior would only execute once, when it was initially pressed. When I ran into this issue I couldn&#8217;t find any information about it, but is partly why Keith is <a href="http://www.bit-101.com/blog/?p=2406">eating crow</a> ;) However in my simple implementation it was easy enough to removeEventListener on KEY_DOWN and addEventListener on KEY_UP. Now I am not sure who to blame here on this one, new browser standards or Adobe? I will avoid the blame Adobe first attitude here, as the player versions were the same just in different browser generations.</p>
<p>Holding down,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2010/01/26/stfu-key_down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
