<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flash User &#187; mousewheel</title>
	<atom:link href="http://www.flashuser.net/tag/mousewheel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net</link>
	<description>Useful and daily inspiration resources from web design, css, wordpress, graphic design, photography, illustrator, photoshop.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tips &amp; Tricks 9: Using MouseWheel on Mac OS X &#8211; AS3</title>
		<link>http://www.flashuser.net/flash-tricks/tips-tricks-9-using-mousewheel-on-mac-os-x-as3.html</link>
		<comments>http://www.flashuser.net/flash-tricks/tips-tricks-9-using-mousewheel-on-mac-os-x-as3.html#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:40:54 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Tips & Tricks]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[mousewheel]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=892</guid>
		<description><![CDATA[A couple of days ago I was reading some articles about what clients demand on a project and the features they are interested in. One of them is using the MouseWheel for different actions like scrolling text, zoom in and out etc. So I came across this blog and found a useful tip for using the MouseWheel on Mac OS X, things being a little bit different here. This is done for ActionScript 3.0. And since I was concerned myself on the matter I thought why not share it with you. It starts from SWFAddress add-on for deconcept&#8217;s SWFObject embedding [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I was reading some articles about what clients demand on a project and the features they are interested in. One of them is using the MouseWheel for different actions like scrolling text, zoom in and out etc. </p>
<p><span id="more-892"></span>So I came across <span id="writer-content"><a href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/" color="FF0000" target="_blank">this blog</a></span> and found a useful tip for using the MouseWheel on Mac OS X, things being a little bit different here. This is done for ActionScript 3.0.</p>
<p>And since I was concerned myself on the matter I thought why not share it with you. It starts from SWFAddress add-on for deconcept&#8217;s SWFObject embedding system. We are going to add MouseWheel functionality to SWFObject. </p>
<p>In your main application class write the following code:</p>
<pre class="brush: as3; title: ; notranslate">
import com.pixelbreaker.ui.osx.MacMouseWheel;
MacMouseWheel.setup( stage );
</pre>
<p>After that you can add listeners to MovieClips, Sprites etc.</p>
<p>For downloading the source code take a visit to <span id="writer-content"><a href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/" color="FF0000" target="_blank">PixelBreaker</a></span>. Also there is a JavaScript example to be used with dynamic embed method.</p>
<p>For those who want to know how you can use the MouseWheel for ActionScript 2.0 have a look at <span id="writer-content"><a href="http://blog.pixelbreaker.com/flash/swfmacmousewheel/" color="FF0000" target="_blank">this post</a></span>.</p>
<p>You may find some differences between browsers display of this MouseWheel effect on Mac but that’s because each browser has different fonts, size and display characteristics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-tricks/tips-tricks-9-using-mousewheel-on-mac-os-x-as3.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.flashuser.net @ 2012-02-07 06:02:17 -->
