<?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: Mac OS X Mouse Wheel Support for ActionScript 3 Flash Applications (v.2+)</title>
	<atom:link href="http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 16:38:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: javascript to actionscript keypress passing utility? &#124; Technical support, Computer, programming issue, issue tracking, quality assurance</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5913</link>
		<dc:creator>javascript to actionscript keypress passing utility? &#124; Technical support, Computer, programming issue, issue tracking, quality assurance</dc:creator>
		<pubDate>Tue, 13 Sep 2011 16:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5913</guid>
		<description>[...] events in the browser (or certain divs) into flash? I am hoping there might be a library kind of like this one for mousewheel events [...]</description>
		<content:encoded><![CDATA[<p>[...] events in the browser (or certain divs) into flash? I am hoping there might be a library kind of like this one for mousewheel events [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Andrews</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5676</link>
		<dc:creator>Ryan Andrews</dc:creator>
		<pubDate>Sun, 31 Oct 2010 18:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5676</guid>
		<description>Thanks for the great code!  I have a quick question though.  Is there anyway to kill off its support once initialized?  On my project, I need normal mouse wheel functionality to occur everywhere except with 1 popup window in my flash app.  I initialize it when the popup is displayed, but then want to restore normal mouse wheel support so the mouse wheel will scroll the browser window again once the popup is closed.  Currently, once initialized, I can&#039;t seem to restore normal browser scrolling when over the embed flash app.

Hope this makes sense.  Thanks for any help!

Ryan</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><a rel='external nofollow' href='http://www.assuremind.com'><img alt='' src='http://1.gravatar.com/avatar/d35f995ac1b95f5f8156db25abd38fa4?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></a></span>Thanks for the great code!  I have a quick question though.  Is there anyway to kill off its support once initialized?  On my project, I need normal mouse wheel functionality to occur everywhere except with 1 popup window in my flash app.  I initialize it when the popup is displayed, but then want to restore normal mouse wheel support so the mouse wheel will scroll the browser window again once the popup is closed.  Currently, once initialized, I can&#8217;t seem to restore normal browser scrolling when over the embed flash app.</p>
<p>Hope this makes sense.  Thanks for any help!</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bersy</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5136</link>
		<dc:creator>bersy</dc:creator>
		<pubDate>Tue, 20 Jul 2010 23:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5136</guid>
		<description>what about mouse wheel supporting during dragging elements in container with scrollbar?</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><a rel='external nofollow' href='http://bersy.myopenid.com/'><img alt='' src='http://1.gravatar.com/avatar/fecafb31f38783728791934c2bf30fdb?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></a></span>what about mouse wheel supporting during dragging elements in container with scrollbar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5072</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 07 Jul 2010 14:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5072</guid>
		<description>looks like that mousewheel is now working 

http://wensauer.info/flex/ConstantDeltaSlider/ConstantDeltaSlider.html

At least in Chrome and havarie, in firefox not.

Scrollbars do NOT work at all even on windows.</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://0.gravatar.com/avatar/0c9a236d5639dd048ae78b335c7fe77b?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>looks like that mousewheel is now working </p>
<p><a href="http://wensauer.info/flex/ConstantDeltaSlider/ConstantDeltaSlider.html" rel="nofollow">http://wensauer.info/flex/ConstantDeltaSlider/ConstantDeltaSlider.html</a></p>
<p>At least in Chrome and havarie, in firefox not.</p>
<p>Scrollbars do NOT work at all even on windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 76g7o6g</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5062</link>
		<dc:creator>76g7o6g</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5062</guid>
		<description>Does this work with FP 10.1 ? Is it even necessary, or is the bug fixed? Thanks</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://0.gravatar.com/avatar/04d3a2ff342cd00ab230bf2c098d6626?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>Does this work with FP 10.1 ? Is it even necessary, or is the bug fixed? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5004</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 30 May 2010 11:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5004</guid>
		<description>Hi,
is there a way to modify the delta for a slide eg?

At the moment i have a delta form 3/-3 but i want it anytime to be 1/-1
Idea?
Cheers
Marc</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><a rel='external nofollow' href='http://wensauer.info'><img alt='' src='http://1.gravatar.com/avatar/3b8233a0c0012ae1c8aa1aa93332dc21?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></a></span>Hi,<br />
is there a way to modify the delta for a slide eg?</p>
<p>At the moment i have a delta form 3/-3 but i want it anytime to be 1/-1<br />
Idea?<br />
Cheers<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-5003</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 26 May 2010 14:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-5003</guid>
		<description>hi there, looks great but can&#039;t get a simple test to work. i&#039;m sure its something simple i&#039;m misunderstanding about implementing or doing wrong. here is my code written in Flash CS3:

[cc lang=&quot;javascript&quot;]
import org.hasseg.externalMouseWheel.ExternalMouseWheelSupport;
var _mwSupport:ExternalMouseWheelSupport = ExternalMouseWheelSupport.getInstance(stage);


_mwSupport.addEventListener(MouseEvent.MOUSE_WHEEL, mouseWheelListener);
stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveListener);

var output:TextField = new TextField();
addChild(output);


function mouseWheelListener(e:MouseEvent):void
{
	//
	output.text = &quot;wheelie&quot;;
	trace(&quot;wheelie&quot;);
}

function mouseMoveListener(e:MouseEvent):void
{
	//
	output.text = &quot;movie&quot;;
	trace(&quot;movie&quot;);
}
[/cc]

any help greatly appreciated! thanks</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://1.gravatar.com/avatar/7792c7094c9190b7cd5115669fb71d68?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>hi there, looks great but can&#8217;t get a simple test to work. i&#8217;m sure its something simple i&#8217;m misunderstanding about implementing or doing wrong. here is my code written in Flash CS3:</p>
<div class="codecolorer-container javascript mac-classic codecolorer-customstyle" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #003366; font-weight: bold;">import</span> org.<span style="color: #660066;">hasseg</span>.<span style="color: #660066;">externalMouseWheel</span>.<span style="color: #660066;">ExternalMouseWheelSupport</span><span style="color: #339933;">;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> _mwSupport<span style="color: #339933;">:</span>ExternalMouseWheelSupport <span style="color: #339933;">=</span> ExternalMouseWheelSupport.<span style="color: #660066;">getInstance</span><span style="color: #009900;">&#40;</span>stage<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<br />
_mwSupport.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span>MouseEvent.<span style="color: #660066;">MOUSE_WHEEL</span><span style="color: #339933;">,</span> mouseWheelListener<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
stage.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span>MouseEvent.<span style="color: #660066;">MOUSE_MOVE</span><span style="color: #339933;">,</span> mouseMoveListener<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #003366; font-weight: bold;">var</span> output<span style="color: #339933;">:</span>TextField <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> TextField<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
addChild<span style="color: #009900;">&#40;</span>output<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<br />
<span style="color: #003366; font-weight: bold;">function</span> mouseWheelListener<span style="color: #009900;">&#40;</span>e<span style="color: #339933;">:</span>MouseEvent<span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span><span style="color: #000066; font-weight: bold;">void</span><br />
<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #006600; font-style: italic;">//</span><br />
&nbsp; &nbsp; output.<span style="color: #660066;">text</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;wheelie&quot;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; trace<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;wheelie&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #003366; font-weight: bold;">function</span> mouseMoveListener<span style="color: #009900;">&#40;</span>e<span style="color: #339933;">:</span>MouseEvent<span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span><span style="color: #000066; font-weight: bold;">void</span><br />
<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #006600; font-style: italic;">//</span><br />
&nbsp; &nbsp; output.<span style="color: #660066;">text</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;movie&quot;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; trace<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;movie&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span></div></div>
<p>any help greatly appreciated! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keyboard modifiers and flash player for mac &#171; Flex / Flash RIAs</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-2921</link>
		<dc:creator>Keyboard modifiers and flash player for mac &#171; Flex / Flash RIAs</dc:creator>
		<pubDate>Thu, 15 Apr 2010 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-2921</guid>
		<description>[...] overcome this problem by implementing one of the more famous mouse wheel fixes found as hasseg.org (http://hasseg.org/blog/?p=138).  Although the fix wasn&#8217;t meant to fix erratic behavior with keyboard modifiers, it [...]</description>
		<content:encoded><![CDATA[<p>[...] overcome this problem by implementing one of the more famous mouse wheel fixes found as hasseg.org (<a href="http://hasseg.org/blog/?p=138" rel="nofollow">http://hasseg.org/blog/?p=138</a>).  Although the fix wasn&#8217;t meant to fix erratic behavior with keyboard modifiers, it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Player Mouse Wheel not working &#171; Flex / Flash RIAs</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-2920</link>
		<dc:creator>Flash Player Mouse Wheel not working &#171; Flex / Flash RIAs</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-2920</guid>
		<description>[...] Anybody who has programmed in flex or flash for any time is knowledgeable of the common Mouse Wheel problem in the mac flash player. For whatever reason, adobe has decided not to add MouseWheel Support in the flash player for Macintosh.  A good solution to this problem is found at: http://hasseg.org/blog/?p=138. [...]</description>
		<content:encoded><![CDATA[<p>[...] Anybody who has programmed in flex or flash for any time is knowledgeable of the common Mouse Wheel problem in the mac flash player. For whatever reason, adobe has decided not to add MouseWheel Support in the flash player for Macintosh.  A good solution to this problem is found at: <a href="http://hasseg.org/blog/?p=138" rel="nofollow">http://hasseg.org/blog/?p=138</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://hasseg.org/blog/post/138/os-x-mouse-wheel-support-for-actionscript-3-flash-applications-v2/comment-page-2/#comment-2293</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 22 Mar 2010 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://hasseg.org/blog/?p=138#comment-2293</guid>
		<description>Anyone got this working with swfobject.js v2.2?

I&#039;m using FlashBuilder and cannot get this to work with Firefox using swfobject 2.2.

Safari works when I add the second DIV around flashContent like so:


    
    ....
    


Firefox shows nothing....The outer div is showing (I&#039;ve added content to show that). But the inner div seems to be set to nothing.</description>
		<content:encoded><![CDATA[<p><span class='eg-image' style='float:left; margin-right:10px; display:block; width:40px' ><img alt='' src='http://0.gravatar.com/avatar/8efd64d7d63366a46c5d4f021c942081?s=40&amp;d=http%3A%2F%2Fhasseg.org%2Fblank-avatar.png%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span>Anyone got this working with swfobject.js v2.2?</p>
<p>I&#8217;m using FlashBuilder and cannot get this to work with Firefox using swfobject 2.2.</p>
<p>Safari works when I add the second DIV around flashContent like so:</p>
<p>    &#8230;.</p>
<p>Firefox shows nothing&#8230;.The outer div is showing (I&#8217;ve added content to show that). But the inner div seems to be set to nothing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

