<?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: QuickTip: Scrolling Only in SWF, not on Page.</title>
	<atom:link href="http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/</link>
	<description>Flash Game Development</description>
	<lastBuildDate>Fri, 25 Nov 2011 23:01:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Rasmus Wriedt Larsen</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-6270</link>
		<dc:creator>Rasmus Wriedt Larsen</dc:creator>
		<pubDate>Fri, 20 May 2011 15:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-6270</guid>
		<description>Sounds great!</description>
		<content:encoded><![CDATA[<p>Sounds great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etc</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-6211</link>
		<dc:creator>etc</dc:creator>
		<pubDate>Thu, 19 May 2011 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-6211</guid>
		<description>It seems that MouseWheel works on Safari/Mac with Flash Player 10.1+.</description>
		<content:encoded><![CDATA[<p>It seems that MouseWheel works on Safari/Mac with Flash Player 10.1+.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-1123</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-1123</guid>
		<description>I wasn&#039;t looking for this - but I am so happy I stumbled upon it.  Thanks!</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t looking for this &#8211; but I am so happy I stumbled upon it.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus Wriedt Larsen</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-986</link>
		<dc:creator>Rasmus Wriedt Larsen</dc:creator>
		<pubDate>Sat, 31 Jul 2010 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-986</guid>
		<description>Thanks, glad you liked it!

I don&#039;t know excatly why it won&#039;t work on a Mac, but after checking the site (&lt;a href=&quot;http://translate.google.com/translate?u=http%3A%2F%2Fetcs.ru%2Fblog%2Fas3%2Fmousewheel%2F&amp;sl=ru&amp;tl=en&amp;hl=&amp;ie=UTF-8&quot; rel=&quot;nofollow&quot;&gt;translated link&lt;/a&gt;), I see that the author says it doesn&#039;t work on any browsers on the Mac. But if you can implement some JS on the site where the file is hosted, you should check out this post: &lt;a href=&quot;http://blog.pixelbreaker.com/flash/swfmacmousewheel&quot; rel=&quot;nofollow&quot;&gt;http://blog.pixelbreaker.com/flash/swfmacmousewheel&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks, glad you liked it!</p>
<p>I don&#8217;t know excatly why it won&#8217;t work on a Mac, but after checking the site (<a href="http://translate.google.com/translate?u=http%3A%2F%2Fetcs.ru%2Fblog%2Fas3%2Fmousewheel%2F&#038;sl=ru&#038;tl=en&#038;hl=&#038;ie=UTF-8" rel="nofollow">translated link</a>), I see that the author says it doesn&#8217;t work on any browsers on the Mac. But if you can implement some JS on the site where the file is hosted, you should check out this post: <a href="http://blog.pixelbreaker.com/flash/swfmacmousewheel" rel="nofollow">http://blog.pixelbreaker.com/flash/swfmacmousewheel</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjbaron</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-981</link>
		<dc:creator>pjbaron</dc:creator>
		<pubDate>Sat, 31 Jul 2010 06:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-981</guid>
		<description>Great stuff, thanks for collecting this information and publishing it somewhere handy!
It&#039;s going to be a life-saver for my Aztec game...
Any idea why it won&#039;t work on Mac/Safari btw?  I&#039;ve been googling but don&#039;t see any mention of problems using AS2 on those machines so I would expect solution #1 to work.</description>
		<content:encoded><![CDATA[<p>Great stuff, thanks for collecting this information and publishing it somewhere handy!<br />
It&#8217;s going to be a life-saver for my Aztec game&#8230;<br />
Any idea why it won&#8217;t work on Mac/Safari btw?  I&#8217;ve been googling but don&#8217;t see any mention of problems using AS2 on those machines so I would expect solution #1 to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdoboGames</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-751</link>
		<dc:creator>AdoboGames</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-751</guid>
		<description>Man, thanks very much for the article. It helped me a lot.</description>
		<content:encoded><![CDATA[<p>Man, thanks very much for the article. It helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS5 (studenten version) kein Scrollen mehr beim browser - Flashforum</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-619</link>
		<dc:creator>CS5 (studenten version) kein Scrollen mehr beim browser - Flashforum</dc:creator>
		<pubDate>Tue, 25 May 2010 09:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-619</guid>
		<description>[...] da nach, und probiere die logig umzustellen. also via javascript das browser-scrollen anschalten. QuickTip: Scrolling Only in SWF, not on Page. &#124; Rasmus Wriedt Larsen - Flash Game Development   __________________ die ultimative antwort auf alle programmierfragen: der debugger! - vor eine [...]</description>
		<content:encoded><![CDATA[<p>[...] da nach, und probiere die logig umzustellen. also via javascript das browser-scrollen anschalten. QuickTip: Scrolling Only in SWF, not on Page. | Rasmus Wriedt Larsen &#8211; Flash Game Development   __________________ die ultimative antwort auf alle programmierfragen: der debugger! &#8211; vor eine [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MouseWheel - Flashforum</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-465</link>
		<dc:creator>MouseWheel - Flashforum</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-465</guid>
		<description>[...] auch von browser zu browser unterschiedlich sein  das da z.b. ist ok: QuickTip: Scrolling Only in SWF, not on Page. &#124; Rasmus Wriedt Larsen - Flash Game Development   __________________ die ultimative antwort auf alle programmierfragen: der debugger! - vor eine [...]</description>
		<content:encoded><![CDATA[<p>[...] auch von browser zu browser unterschiedlich sein  das da z.b. ist ok: QuickTip: Scrolling Only in SWF, not on Page. | Rasmus Wriedt Larsen &#8211; Flash Game Development   __________________ die ultimative antwort auf alle programmierfragen: der debugger! &#8211; vor eine [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus Wriedt Larsen</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-255</link>
		<dc:creator>Rasmus Wriedt Larsen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-255</guid>
		<description>Thanks for the hint Mushy.. I must have forgotten to change the numners (I was in a hurry when I added that part).</description>
		<content:encoded><![CDATA[<p>Thanks for the hint Mushy.. I must have forgotten to change the numners (I was in a hurry when I added that part).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mushyrulez</title>
		<link>http://gamedev.rasmuswriedtlarsen.com/2010/01/18/quicktip-scrolling-only-in-swf-not-on-page/comment-page-1/#comment-254</link>
		<dc:creator>Mushyrulez</dc:creator>
		<pubDate>Wed, 20 Jan 2010 02:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://gamedev.rasmuswriedtlarsen.com/?p=190#comment-254</guid>
		<description>Yeah... your links don&#039;t work, they all point to 1-3, you&#039;ll have to edit them to point to 2-3 and 3-3...


Great tutorial, it&#039;s amazing how many games don&#039;t have this function D:</description>
		<content:encoded><![CDATA[<p>Yeah&#8230; your links don&#8217;t work, they all point to 1-3, you&#8217;ll have to edit them to point to 2-3 and 3-3&#8230;</p>
<p>Great tutorial, it&#8217;s amazing how many games don&#8217;t have this function D:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

