<?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: SOLVED: Right Click in AS3</title>
	<atom:link href="http://www.uza.lt/2007/08/19/solved-right-click-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/</link>
	<description>All things Flash, Javascript and Touch.</description>
	<lastBuildDate>Tue, 31 Aug 2010 00:31:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: : Niews ArkLab &#187; Blog Archive &#187; -滑鼠右鍵對遊戲的重要性-</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-25082</link>
		<dc:creator>: Niews ArkLab &#187; Blog Archive &#187; -滑鼠右鍵對遊戲的重要性-</dc:creator>
		<pubDate>Tue, 24 Aug 2010 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-25082</guid>
		<description>[...] 這是Uza,s Blog中提出的一個解決方案，首先，我們要在ActionScript註冊一個callback，方便JavaScript通知ActionScript，當使用者按下右鍵時，JavaScript要執行最重要的兩件事，禁用滑鼠右鍵，同時發訊息給ActionScript，然後ActionScript接收到訊息之後，再執行該做的事情，事實上，這個流程意謂著一件事情，就是按右鍵這個動作在JavaScript處理程序時就被擋下來了，ActionScript做的事情就只是等待JavaScript給一個通知，然後做該做的事情，完全跟右鍵無關。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 這是Uza,s Blog中提出的一個解決方案，首先，我們要在ActionScript註冊一個callback，方便JavaScript通知ActionScript，當使用者按下右鍵時，JavaScript要執行最重要的兩件事，禁用滑鼠右鍵，同時發訊息給ActionScript，然後ActionScript接收到訊息之後，再執行該做的事情，事實上，這個流程意謂著一件事情，就是按右鍵這個動作在JavaScript處理程序時就被擋下來了，ActionScript做的事情就只是等待JavaScript給一個通知，然後做該做的事情，完全跟右鍵無關。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poker</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-25078</link>
		<dc:creator>poker</dc:creator>
		<pubDate>Mon, 23 Aug 2010 11:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-25078</guid>
		<description>This is all really neat, but it doesn&#039;t work on all browsers. I guess that&#039;s unavoidable.

But is there a way for the code to detect if it doesn&#039;t work? That would make it easier for game devs</description>
		<content:encoded><![CDATA[<p>This is all really neat, but it doesn&#8217;t work on all browsers. I guess that&#8217;s unavoidable.</p>
<p>But is there a way for the code to detect if it doesn&#8217;t work? That would make it easier for game devs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaustav Majumder</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24992</link>
		<dc:creator>Kaustav Majumder</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24992</guid>
		<description>Hey can u get this thing to work on Standalonew Shockwave files?</description>
		<content:encoded><![CDATA[<p>Hey can u get this thing to work on Standalonew Shockwave files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 利用AS3.0和javascript屏蔽网页中的Flash右键菜单 &#124; Riaelite&#39;s Blog</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24974</link>
		<dc:creator>利用AS3.0和javascript屏蔽网页中的Flash右键菜单 &#124; Riaelite&#39;s Blog</dc:creator>
		<pubDate>Wed, 30 Jun 2010 03:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24974</guid>
		<description>[...] 原地址：http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/ 效&#160;&#160;&#160; 果：http://www.uza.lt/rightclick/ 下&#160;&#160;&#160; 载：http://code.google.com/p/custom-context-menu/。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原地址：http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/ 效&nbsp;&nbsp;&nbsp; 果：http://www.uza.lt/rightclick/ 下&nbsp;&nbsp;&nbsp; 载：http://code.google.com/p/custom-context-menu/。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24972</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 30 Jun 2010 00:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24972</guid>
		<description>I cant make it works with my project... I mean, Im using Flash Builder (Flex 4) and I have the latest version of SWFObject, and a completly different HTML tamplate.. so, cant find a way to merge this two stuffs :P</description>
		<content:encoded><![CDATA[<p>I cant make it works with my project&#8230; I mean, Im using Flash Builder (Flex 4) and I have the latest version of SWFObject, and a completly different HTML tamplate.. so, cant find a way to merge this two stuffs <img src='http://www.uza.lt/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24971</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24971</guid>
		<description>And by the way, I&#039;m the above 2 Pauls, the one above that is a different Paul.</description>
		<content:encoded><![CDATA[<p>And by the way, I&#8217;m the above 2 Pauls, the one above that is a different Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24970</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24970</guid>
		<description>By the way I&#039;m not sure what version this copy of Windows 7 is..</description>
		<content:encoded><![CDATA[<p>By the way I&#8217;m not sure what version this copy of Windows 7 is..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24969</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24969</guid>
		<description>Works normally with Windows 7 (professional) and Google Chrome (not sure what version).</description>
		<content:encoded><![CDATA[<p>Works normally with Windows 7 (professional) and Google Chrome (not sure what version).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24963</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24963</guid>
		<description>Works great on Mac OSX 10.6.2 using Chrome and FF without any problemas at all.

Thx man.</description>
		<content:encoded><![CDATA[<p>Works great on Mac OSX 10.6.2 using Chrome and FF without any problemas at all.</p>
<p>Thx man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.uza.lt/2007/08/19/solved-right-click-in-as3/comment-page-3/#comment-24962</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sun, 20 Jun 2010 09:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/#comment-24962</guid>
		<description>This is great... but does not work with Titanium unfortunately.</description>
		<content:encoded><![CDATA[<p>This is great&#8230; but does not work with Titanium unfortunately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
