<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Detecting when a mouse leaves a Flex application</title>
	<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 01:10:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Alastair</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16917</link>
		<author>Alastair</author>
		<pubDate>Thu, 27 Nov 2008 00:11:03 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16917</guid>
		<description>A similar error to the one Kristian documented happens if you have 'wmode' set to 'transparent', if you leave the stage with the mouse pressed and release outside the event won't fire, then when you enter the stage again the slider thumb is stuck to the mouse, and when you release you get an error.

wmode set to transparent has 20+ errors associated with it, avoid it at all costs :) (it's sometimes unavoidable)</description>
		<content:encoded><![CDATA[<p>A similar error to the one Kristian documented happens if you have &#8216;wmode&#8217; set to &#8216;transparent&#8217;, if you leave the stage with the mouse pressed and release outside the event won&#8217;t fire, then when you enter the stage again the slider thumb is stuck to the mouse, and when you release you get an error.</p>
<p>wmode set to transparent has 20+ errors associated with it, avoid it at all costs :) (it&#8217;s sometimes unavoidable)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16090</link>
		<author>Kristian</author>
		<pubDate>Thu, 09 Oct 2008 09:13:25 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16090</guid>
		<description>Hi Peter.

I've logged the bug under the Flash Player, as it also happens with Flash CS3, so it's not limited to Flex.

Bug number is &lt;a href="https://bugs.adobe.com/jira/browse/FP-733" rel="nofollow"&gt;&lt;u&gt;FP-733&lt;/u&gt;&lt;/a&gt;.

Cheers,
Kristian.</description>
		<content:encoded><![CDATA[<p>Hi Peter.</p>
<p>I&#8217;ve logged the bug under the Flash Player, as it also happens with Flash CS3, so it&#8217;s not limited to Flex.</p>
<p>Bug number is <a href="https://bugs.adobe.com/jira/browse/FP-733" rel="nofollow"><u>FP-733</u></a>.</p>
<p>Cheers,<br />
Kristian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16081</link>
		<author>peterd</author>
		<pubDate>Wed, 08 Oct 2008 15:49:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16081</guid>
		<description>Kristian,

Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case, if possible. That may be a bug with the Flex Slider control or possibly Flash Player.

Peter
PS: If you can also post the bug number here, a few of us can vote/subscribe to the issue also.</description>
		<content:encoded><![CDATA[<p>Kristian,</p>
<p>Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case, if possible. That may be a bug with the Flex Slider control or possibly Flash Player.</p>
<p>Peter<br />
PS: If you can also post the bug number here, a few of us can vote/subscribe to the issue also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16080</link>
		<author>Kristian</author>
		<pubDate>Wed, 08 Oct 2008 15:33:08 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-16080</guid>
		<description>Great example, but it does have limitations.

When adding a slider, if you hold the slider thumb down then keep the mouse button pressed and move off the stage, it fires when you release the mouse button.

However, if the swf is in a table, and you do the same, the event never fires!</description>
		<content:encoded><![CDATA[<p>Great example, but it does have limitations.</p>
<p>When adding a slider, if you hold the slider thumb down then keep the mouse button pressed and move off the stage, it fires when you release the mouse button.</p>
<p>However, if the swf is in a table, and you do the same, the event never fires!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-12776</link>
		<author>Russ</author>
		<pubDate>Mon, 19 May 2008 17:00:14 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-12776</guid>
		<description>I've noticed that when you interact with the browser outside the flash movie, that funkiness happens inside the movie.

e.g. Highlight the view source line</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that when you interact with the browser outside the flash movie, that funkiness happens inside the movie.</p>
<p>e.g. Highlight the view source line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7385</link>
		<author>Marcio</author>
		<pubDate>Thu, 06 Mar 2008 19:49:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7385</guid>
		<description>I'm using 

addEventListener(MouseEvent.MOUSE_MOVE, stage_mouseMove);
addEventListener(Event.MOUSE_LEAVE, stage_mouseLeave);

But Event.MOUSE_LEAVE not functional to deactivate</description>
		<content:encoded><![CDATA[<p>I&#8217;m using </p>
<p>addEventListener(MouseEvent.MOUSE_MOVE, stage_mouseMove);<br />
addEventListener(Event.MOUSE_LEAVE, stage_mouseLeave);</p>
<p>But Event.MOUSE_LEAVE not functional to deactivate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7384</link>
		<author>Marcio</author>
		<pubDate>Thu, 06 Mar 2008 19:40:38 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7384</guid>
		<description>How to use this to module ?

"stage" This is valid do all application ok?

stage.addEventListener(MouseEvent.MOUSE_MOVE, stage_mouseMove);

How to set to module current ?</description>
		<content:encoded><![CDATA[<p>How to use this to module ?</p>
<p>&#8220;stage&#8221; This is valid do all application ok?</p>
<p>stage.addEventListener(MouseEvent.MOUSE_MOVE, stage_mouseMove);</p>
<p>How to set to module current ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Hollabaugh</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7166</link>
		<author>Craig Hollabaugh</author>
		<pubDate>Mon, 25 Feb 2008 18:22:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7166</guid>
		<description>Peter,
Why use MOUSE_OVER/isMouseInSWF combo instead of just a MOUSE_OVER event?
Craig
ps. Thanks for the great examples.</description>
		<content:encoded><![CDATA[<p>Peter,<br />
Why use MOUSE_OVER/isMouseInSWF combo instead of just a MOUSE_OVER event?<br />
Craig<br />
ps. Thanks for the great examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Charlton</title>
		<link>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7145</link>
		<author>Chris Charlton</author>
		<pubDate>Sat, 23 Feb 2008 19:16:47 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/22/detecting-when-a-mouse-leaves-a-flex-application/#comment-7145</guid>
		<description>Perfect! I talked to a few people about this, letting them know it's possible. I think this is perfect for better user interactivity, and has the right application for business/financial displays that would blur sensitive data when the user is not focused in the application, or trying to make a screenshot, etc.</description>
		<content:encoded><![CDATA[<p>Perfect! I talked to a few people about this, letting them know it&#8217;s possible. I think this is perfect for better user interactivity, and has the right application for business/financial displays that would blur sensitive data when the user is not focused in the application, or trying to make a screenshot, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
