<?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>Warm Forest Flash Blog &#187; ui</title>
	<atom:link href="http://www.warmforestflash.com/blog/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Free AS3 Scrollbar: Fullscreen and Resizable</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/</link>
		<comments>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:12:16 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246</guid>
		<description><![CDATA[In coincidence with the launch of my new Aspen template, I&#8217;ve decided to release for free the source code for the scrollbar I&#8217;ve been using in my other Flash templates. The scrollbar is coded in AS3 and will automatically resize according to the amount of content, unlike a lot of other Flash scrollbars. You can [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In coincidence with the launch of my new <a title="Aspen template" href="http://www.warmforestflash.com/products/aspen/">Aspen template</a>, I&#8217;ve decided to release for free the source code for the scrollbar I&#8217;ve been using in my other Flash templates. The scrollbar is coded in AS3 and will automatically resize according to the amount of content, unlike a lot of other Flash scrollbars. You can set the track color, grabber color, grabber press color, grip color, track thickness, grabber thickness, ease amount and whether or not the grabber is &#8220;shiny&#8221;.</p>
<p><em>Update [6-21-2009]: Now supports mouse wheel scrolling on the Mac using <a href="http://www.libspark.org/wiki/SWFWheel/en">SWFWheel</a>.</em></p>
<p>Here is a demo of the scrollbar in use. You can click &#8220;Add Copy&#8221; to see how it resizes:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_demo_1422862590"
			class="flashmovie"
			width="650"
			height="400">
	<param name="movie" value="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/scrollbar_demo.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/scrollbar_demo.swf"
			name="fm_scrollbar_demo_1422862590"
			width="650"
			height="400">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>You can also<a title="Sycamore template" href="http://www.warmforestflash.com/products/sycamore/"> view a demo</a> of it being used fullscreen in my Sycamore template.</p>
<p>Here is the usage for the scrollbar class:</p>
<div class="geshi no actionscript">
<div class="head">// Arguments: Content to scroll, track color, grabber color, grabber press color, grip color, track thickness, grabber thickness, ease amount, whether grabber is &#8220;shiny&#8221;</div>
<ol>
<li class="li1">
<div class="de1">_scrollBar = <span class="kw2">new</span> FullScreenScrollBar<span class="br0">&#40;</span>_content, 0&#215;222222, 0xff4400, 0x05b59a, 0xffffff, <span class="nu0">15</span>, <span class="nu0">15</span>, <span class="nu0">4</span>, <span class="kw2">true</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>_scrollBar<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p><a title="AS3 Scrolbar zip" href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/as3_scrollbar.zip">» Download the demo and source code</a></p>
<p>Feel free to use this code in any way you want other than selling it.</p>
<p>Enjoy!</p>
<p>&#8211;</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/feed/</wfw:commentRss>
		<slash:comments>129</slash:comments>
		</item>
	</channel>
</rss>

