<?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: Enabling Scroll Wheel cross OS for Flash applications</title>
	<atom:link href="http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enabling-scroll-wheel-cross-os-for-flash-applications</link>
	<description>Lost In Actionscript</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-1156</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Wed, 12 Nov 2008 10:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-1156</guid>
		<description>Feel free to share and let us know what the solution is Marc, in my opinion Safari PC is a real edge case but it&#039;s great you&#039;re testing that.</description>
		<content:encoded><![CDATA[<p>Feel free to share and let us know what the solution is Marc, in my opinion Safari PC is a real edge case but it&#8217;s great you&#8217;re testing that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-1153</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-1153</guid>
		<description>hi guys,
this sample sadly doesn&#039;t work for safari on Windows, just an FYI.
great work though, it has gotten me a step closer to my solution!

Thanks, 
marc</description>
		<content:encoded><![CDATA[<p>hi guys,<br />
this sample sadly doesn&#8217;t work for safari on Windows, just an FYI.<br />
great work though, it has gotten me a step closer to my solution!</p>
<p>Thanks,<br />
marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designdrumm</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-1027</link>
		<dc:creator>designdrumm</dc:creator>
		<pubDate>Wed, 30 Jul 2008 07:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-1027</guid>
		<description>Anyone have an example of how to get the scrollWheel to resize a movieClip? I have tried to modify this to do so, but alas I am no coder. I tried to incorporate a tween. maybe that is it, don&#039;t know.

Any help would be great.

DD</description>
		<content:encoded><![CDATA[<p>Anyone have an example of how to get the scrollWheel to resize a movieClip? I have tried to modify this to do so, but alas I am no coder. I tried to incorporate a tween. maybe that is it, don&#8217;t know.</p>
<p>Any help would be great.</p>
<p>DD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-864</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Tue, 08 Apr 2008 22:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-864</guid>
		<description>Hi Stewart
It&#039;s pretty basic :
document.getElementById(Id).focus();

Though if you&#039;re testing FireFox this won&#039;t work as FireFox seems to ignore Flash in the tab index.

This example shows this http://www.flashdynamix.com/examples/ScrollWheel/index.html</description>
		<content:encoded><![CDATA[<p>Hi Stewart<br />
It&#8217;s pretty basic :<br />
document.getElementById(Id).focus();</p>
<p>Though if you&#8217;re testing FireFox this won&#8217;t work as FireFox seems to ignore Flash in the tab index.</p>
<p>This example shows this <a href="http://www.flashdynamix.com/examples/ScrollWheel/index.html" rel="nofollow">http://www.flashdynamix.com/examples/ScrollWheel/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stewart</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-861</link>
		<dc:creator>stewart</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-861</guid>
		<description>Shane McCartney, thanks for your help.
I tried it, but it still didn&#039;t work.
I think i have a problem adding an ID to my SWF file.

http://www.kulsdom.com/mousewheel/</description>
		<content:encoded><![CDATA[<p>Shane McCartney, thanks for your help.<br />
I tried it, but it still didn&#8217;t work.<br />
I think i have a problem adding an ID to my SWF file.</p>
<p><a href="http://www.kulsdom.com/mousewheel/" rel="nofollow">http://www.kulsdom.com/mousewheel/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-860</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-860</guid>
		<description>Stewart,

If you need this it can easily be fixed by automatically focusing the Flash through Javascript in the HTML file.</description>
		<content:encoded><![CDATA[<p>Stewart,</p>
<p>If you need this it can easily be fixed by automatically focusing the Flash through Javascript in the HTML file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stewart</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-859</link>
		<dc:creator>stewart</dc:creator>
		<pubDate>Mon, 07 Apr 2008 15:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-859</guid>
		<description>Hi all,


I clicked this link using a pc with Internet Explorer http://www.flashdynamix.com/examples/ScrollWheel/index.html

Is it right that i first have to click the swf to enable the scrollwheel?

When i use my mac with firefox the scrollwheel works immediately without clicking the swf first.

any solutions for this problem?
(i tried focusing with a javascript, but no luck yet!)

Thanks!
Stewart</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I clicked this link using a pc with Internet Explorer <a href="http://www.flashdynamix.com/examples/ScrollWheel/index.html" rel="nofollow">http://www.flashdynamix.com/examples/ScrollWheel/index.html</a></p>
<p>Is it right that i first have to click the swf to enable the scrollwheel?</p>
<p>When i use my mac with firefox the scrollwheel works immediately without clicking the swf first.</p>
<p>any solutions for this problem?<br />
(i tried focusing with a javascript, but no luck yet!)</p>
<p>Thanks!<br />
Stewart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-748</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Thu, 20 Dec 2007 09:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-748</guid>
		<description>Hi Henry

You can use both the solutions a hack - the way to do this is keep the focus of the page always on the flash. When a scroll wheel event occurs in the Flash thats not on one of your scrollable Flash UI controls you can through Javascript &amp; External Interface in scroll the page either up of down. I haven&#039;t done an example of this but let me know if you get stuck.

Shane M</description>
		<content:encoded><![CDATA[<p>Hi Henry</p>
<p>You can use both the solutions a hack &#8211; the way to do this is keep the focus of the page always on the flash. When a scroll wheel event occurs in the Flash thats not on one of your scrollable Flash UI controls you can through Javascript &#038; External Interface in scroll the page either up of down. I haven&#8217;t done an example of this but let me know if you get stuck.</p>
<p>Shane M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-746</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 19 Dec 2007 18:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-746</guid>
		<description>Hello

Is it right that the mouse wheel support for the SWF kills the mouse wheel support for the HTML that is around? 

This happened in all Mac browsers. (Yes I deleted &quot;overflow: hidden&quot; in the CSS)

Henry</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Is it right that the mouse wheel support for the SWF kills the mouse wheel support for the HTML that is around? </p>
<p>This happened in all Mac browsers. (Yes I deleted &#8220;overflow: hidden&#8221; in the CSS)</p>
<p>Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCartney</title>
		<link>http://lostinactionscript.com/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/comment-page-1/#comment-648</link>
		<dc:creator>Shane McCartney</dc:creator>
		<pubDate>Sun, 02 Sep 2007 00:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostinactionscript.com/index.php/2007/03/17/enabling-scroll-wheel-cross-os-for-flash-applications/#comment-648</guid>
		<description>Hi dhead
Here&#039;s an example http://www.flashdynamix.com/examples/ScrollWheel/index.html
and the source files used to build this are in this zip http://www.flashdynamix.com/examples/ScrollWheel/example.zip</description>
		<content:encoded><![CDATA[<p>Hi dhead<br />
Here&#8217;s an example <a href="http://www.flashdynamix.com/examples/ScrollWheel/index.html" rel="nofollow">http://www.flashdynamix.com/examples/ScrollWheel/index.html</a><br />
and the source files used to build this are in this zip <a href="http://www.flashdynamix.com/examples/ScrollWheel/example.zip" rel="nofollow">http://www.flashdynamix.com/examples/ScrollWheel/example.zip</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.094 seconds -->

