<?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: AS3.0 MouseWheel on Mac OS X</title>
	<atom:link href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 29 Dec 2009 06:37:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jkaris</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1501</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1501</guid>
		<description>Looks like it is breaking in the beta Flash Player 10.1

&#039;swfmacmousewheel&#039; is null or not an object</description>
		<content:encoded><![CDATA[<p>Looks like it is breaking in the beta Flash Player 10.1</p>
<p>&#8217;swfmacmousewheel&#8217; is null or not an object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1690</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 12 Nov 2009 17:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1690</guid>
		<description>So I solve the mousewheel prob with your great work and a few tricks, because I use Flex 3. I took your zip and put the com-package in the src and the js-package to the html-templates, then I open index.template.html and configure the following lines:

Code:


after the style declaration

then:

Code:

if (navigator.appVersion.indexOf(&quot;Mac&quot;)!=-1) {
  	var flashVars = {};

     var params = { play: &quot;true&quot;,
                    loop: &quot;false&quot;,
                    quality: &quot;high&quot;,
                    wmode: &quot;window&quot;,
                    allowscriptaccess: &quot;sameDomain&quot; };

     var attributes = { id: &quot;${application}&quot; };

     swfobject.embedSWF( &quot;${swf}.swf&quot;,
                         &quot;divContent&quot;,
                         &quot;100%&quot;, &quot;100%&quot;,
                         &quot;9.0.0&quot;,
                         &quot;expressInstall.swf&quot;,
                         flashVars,
                         params,
                         attributes );

     swfmacmousewheel.registerObject( attributes.id );

  }

for the right OS and the in the main app:

Code:
 xmlns:local=&quot;*&quot;
	...

	 addedToStage=&quot;onAddedToStage()&quot;
	&gt;</description>
		<content:encoded><![CDATA[<p>So I solve the mousewheel prob with your great work and a few tricks, because I use Flex 3. I took your zip and put the com-package in the src and the js-package to the html-templates, then I open index.template.html and configure the following lines:</p>
<p>Code:</p>
<p>after the style declaration</p>
<p>then:</p>
<p>Code:</p>
<p>if (navigator.appVersion.indexOf(&#8220;Mac&#8221;)!=-1) {<br />
  	var flashVars = {};</p>
<p>     var params = { play: &#8220;true&#8221;,<br />
                    loop: &#8220;false&#8221;,<br />
                    quality: &#8220;high&#8221;,<br />
                    wmode: &#8220;window&#8221;,<br />
                    allowscriptaccess: &#8220;sameDomain&#8221; };</p>
<p>     var attributes = { id: &#8220;${application}&#8221; };</p>
<p>     swfobject.embedSWF( &#8220;${swf}.swf&#8221;,<br />
                         &#8220;divContent&#8221;,<br />
                         &#8220;100%&#8221;, &#8220;100%&#8221;,<br />
                         &#8220;9.0.0&#8243;,<br />
                         &#8220;expressInstall.swf&#8221;,<br />
                         flashVars,<br />
                         params,<br />
                         attributes );</p>
<p>     swfmacmousewheel.registerObject( attributes.id );</p>
<p>  }</p>
<p>for the right OS and the in the main app:</p>
<p>Code:<br />
 xmlns:local=&#8221;*&#8221;<br />
	&#8230;</p>
<p>	 addedToStage=&#8221;onAddedToStage()&#8221;<br />
	&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: resveratrol supplements</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1677</link>
		<dc:creator>resveratrol supplements</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1677</guid>
		<description>It takes a LOT of scrolling to get it to fire any delta value. More so than should be required. I need to practically finger-flick the wheel as hard as I can before it responds.</description>
		<content:encoded><![CDATA[<p>It takes a LOT of scrolling to get it to fire any delta value. More so than should be required. I need to practically finger-flick the wheel as hard as I can before it responds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1703</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Fri, 16 Oct 2009 01:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1703</guid>
		<description>I&#039;ve been trying to implement your script on my site, but it doesn&#039;t seem to work very well on an Intel Mac in both Safari and Firefox using Flash player 10. (It might be problematic in other browsers, player versions, and OSes too. I don&#039;t know).

The problem is two-fold:

1. It takes a LOT of scrolling to get it to fire any delta value. More so than should be required. I need to practically finger-flick the wheel as hard as I can before it responds.

2. The delta value never goes back to zero when I stop scrolling. (i.e.: If I scroll down, then the delta will always remain -2, -3, etc... It will never stop scrolling).

I&#039;ve tried with two separate mice and the trackpad on my laptop.

I&#039;m using SWFObject 2.0 and the same exact code you&#039;re using in your examples. I would love to hear back from anyone who might have a solution.

Thanks,

Darren</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to implement your script on my site, but it doesn&#8217;t seem to work very well on an Intel Mac in both Safari and Firefox using Flash player 10. (It might be problematic in other browsers, player versions, and OSes too. I don&#8217;t know).</p>
<p>The problem is two-fold:</p>
<p>1. It takes a LOT of scrolling to get it to fire any delta value. More so than should be required. I need to practically finger-flick the wheel as hard as I can before it responds.</p>
<p>2. The delta value never goes back to zero when I stop scrolling. (i.e.: If I scroll down, then the delta will always remain -2, -3, etc&#8230; It will never stop scrolling).</p>
<p>I&#8217;ve tried with two separate mice and the trackpad on my laptop.</p>
<p>I&#8217;m using SWFObject 2.0 and the same exact code you&#8217;re using in your examples. I would love to hear back from anyone who might have a solution.</p>
<p>Thanks,</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Grow Taller</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1707</link>
		<dc:creator>How To Grow Taller</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1707</guid>
		<description>is that on windows? if so, i should clean that up, at present, if the OS is not a mac, it returns a null object as swfmacmousewheel.</description>
		<content:encoded><![CDATA[<p>is that on windows? if so, i should clean that up, at present, if the OS is not a mac, it returns a null object as swfmacmousewheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marrakech Riad</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1714</link>
		<dc:creator>Marrakech Riad</dc:creator>
		<pubDate>Tue, 06 Oct 2009 21:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1714</guid>
		<description>It is very interesting post. I got lot of information here.</description>
		<content:encoded><![CDATA[<p>It is very interesting post. I got lot of information here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grow taller 4 idiots</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1716</link>
		<dc:creator>grow taller 4 idiots</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1716</guid>
		<description>I would like to use it in a commercial application, but need to know if it&#039;s open source and if it&#039;s under the MIT license (same as SWFObject) or any other license that states that this use of it is permitted.</description>
		<content:encoded><![CDATA[<p>I would like to use it in a commercial application, but need to know if it&#8217;s open source and if it&#8217;s under the MIT license (same as SWFObject) or any other license that states that this use of it is permitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbudm</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1497</link>
		<dc:creator>mbudm</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1497</guid>
		<description>Hi - it&#039;s been asked several times already but can you please confirm the licence for this code. I assume as it&#039;s an addon for SWFObject that it is also MIT licenced but I need to know for sure in order to be watertight legally.

Thanks very much</description>
		<content:encoded><![CDATA[<p>Hi &#8211; it&#8217;s been asked several times already but can you please confirm the licence for this code. I assume as it&#8217;s an addon for SWFObject that it is also MIT licenced but I need to know for sure in order to be watertight legally.</p>
<p>Thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oyun</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1510</link>
		<dc:creator>oyun</dc:creator>
		<pubDate>Sat, 29 Aug 2009 22:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1510</guid>
		<description>I am like the 2nd that commented: &quot;God bless you, your children, the children of your children for this wheel thing :)&quot;

DIE HTML DIEEEE :))</description>
		<content:encoded><![CDATA[<p>I am like the 2nd that commented: &#8220;God bless you, your children, the children of your children for this wheel thing <img src='http://blog.pixelbreaker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;</p>
<p>DIE HTML DIEEEE <img src='http://blog.pixelbreaker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SPOR</title>
		<link>http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/comment-page-2#comment-1488</link>
		<dc:creator>SPOR</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/#comment-1488</guid>
		<description>Hello! Could you please confirm that SWFMacMouseWheel is licensed under the MIT license?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello! Could you please confirm that SWFMacMouseWheel is licensed under the MIT license?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
