<?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: Free AS3 Scrollbar: Fullscreen and Resizable</title>
	<atom:link href="http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:12:49 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nobox</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-3/#comment-4639</link>
		<dc:creator>Nobox</dc:creator>
		<pubDate>Sun, 18 Jul 2010 19:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4639</guid>
		<description>Hi, thanks for this great job! I want to ask: how to load my movieclip from timeline into _content? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this great job! I want to ask: how to load my movieclip from timeline into _content? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-3/#comment-4630</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 02 Jul 2010 16:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4630</guid>
		<description>Then click on the text field and after that scroll it with the mouse the first line of the text dissapears =)

Bug?</description>
		<content:encoded><![CDATA[<p>Then click on the text field and after that scroll it with the mouse the first line of the text dissapears =)</p>
<p>Bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AP</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-3/#comment-4626</link>
		<dc:creator>AP</dc:creator>
		<pubDate>Wed, 23 Jun 2010 21:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4626</guid>
		<description>Jay awesome scroller! (BEST I HAVE SEEN).

One problem I am having is that all of the content does not scroll up.  I use the _scroller.adjustSize(); function and it still does not do the trick.  Any ideas?

Thanks!
-AP</description>
		<content:encoded><![CDATA[<p>Jay awesome scroller! (BEST I HAVE SEEN).</p>
<p>One problem I am having is that all of the content does not scroll up.  I use the _scroller.adjustSize(); function and it still does not do the trick.  Any ideas?</p>
<p>Thanks!<br />
-AP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4623</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4623</guid>
		<description>Thanks for this great script!

I have been scratching my head for a while trying to figure out how to update the scrollbar when the movieclip it was scrolling changed (changed contents and so height, etc).
It was doing funky things when I tried to either remove the existing scrollbar and create a new one, or leave it there and run adjustSize()

Adding the function a few comments up and running it everytime the content is changed seems to have done the trick!

public function scrollToTop():void {
    _grabber.y = 0;
    adjustSize();
}

Hopefully this helps anyone with a similar problem!

Perhaps having the scroller check for if the movieclip it&#039;s scrolling changes size etc and adjusting accordingly could be included in an update? :)

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this great script!</p>
<p>I have been scratching my head for a while trying to figure out how to update the scrollbar when the movieclip it was scrolling changed (changed contents and so height, etc).<br />
It was doing funky things when I tried to either remove the existing scrollbar and create a new one, or leave it there and run adjustSize()</p>
<p>Adding the function a few comments up and running it everytime the content is changed seems to have done the trick!</p>
<p>public function scrollToTop():void {<br />
    _grabber.y = 0;<br />
    adjustSize();<br />
}</p>
<p>Hopefully this helps anyone with a similar problem!</p>
<p>Perhaps having the scroller check for if the movieclip it&#8217;s scrolling changes size etc and adjusting accordingly could be included in an update? <img src='http://www.warmforestflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noorotic</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4622</link>
		<dc:creator>Noorotic</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4622</guid>
		<description>Thanks for the awesome code snippet. The only issue I have is, is there a way to use the scrollbar horizontally? I have a map that I need to scroll in both x and y directions.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks for the awesome code snippet. The only issue I have is, is there a way to use the scrollbar horizontally? I have a map that I need to scroll in both x and y directions.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4605</link>
		<dc:creator>X</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4605</guid>
		<description>Anybody have an idea on how to center the movieclip within?

This scroller works very well, Thanks Jay for the component.</description>
		<content:encoded><![CDATA[<p>Anybody have an idea on how to center the movieclip within?</p>
<p>This scroller works very well, Thanks Jay for the component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4601</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Fri, 16 Apr 2010 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4601</guid>
		<description>@John you can implement a goto-function by doing something like this:

public function moveContentTo(gotoPos:Number):void {
	var temp_perc = (gotoPos*100)/_cH;
	var temp_pos = (_tH/100)*temp_perc;
			
	TweenLite.to(_grabber, 0.5, {y:temp_pos});
	_grabber.addEventListener(Event.ENTER_FRAME, scrollContent, false, 0, true);
}

cheers, philipp</description>
		<content:encoded><![CDATA[<p>@John you can implement a goto-function by doing something like this:</p>
<p>public function moveContentTo(gotoPos:Number):void {<br />
	var temp_perc = (gotoPos*100)/_cH;<br />
	var temp_pos = (_tH/100)*temp_perc;</p>
<p>	TweenLite.to(_grabber, 0.5, {y:temp_pos});<br />
	_grabber.addEventListener(Event.ENTER_FRAME, scrollContent, false, 0, true);<br />
}</p>
<p>cheers, philipp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: $incere</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4598</link>
		<dc:creator>$incere</dc:creator>
		<pubDate>Tue, 30 Mar 2010 05:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4598</guid>
		<description>The sample looks great, and the usage looks pretty straight forward. I might have missed the answer if someone already asked but will this work as a horizontal scroller also. If it&#039;s been asked and answered, please don&#039;t be too hard on me....LOL</description>
		<content:encoded><![CDATA[<p>The sample looks great, and the usage looks pretty straight forward. I might have missed the answer if someone already asked but will this work as a horizontal scroller also. If it&#8217;s been asked and answered, please don&#8217;t be too hard on me&#8230;.LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritz</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4595</link>
		<dc:creator>Ritz</dc:creator>
		<pubDate>Sat, 20 Mar 2010 07:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4595</guid>
		<description>Hi Jay,
Awesome :) love it... But i use flash 8 and AS2... so can you make this source fla file compatible with flash 8 and send it to me plz... I cant offord to upgrade to CS3 ryt now so plz help out...

my email id is: darkbladetrinity@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi Jay,<br />
Awesome <img src='http://www.warmforestflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  love it&#8230; But i use flash 8 and AS2&#8230; so can you make this source fla file compatible with flash 8 and send it to me plz&#8230; I cant offord to upgrade to CS3 ryt now so plz help out&#8230;</p>
<p>my email id is: <a href="mailto:darkbladetrinity@gmail.com">darkbladetrinity@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4594</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Thu, 18 Mar 2010 12:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4594</guid>
		<description>Hello Jay
Great job, of course. I have a question, how can I make, a whole site center in browser. I want it bo be at top center, when I changed a html &quot; var params ... salign: &quot;tl &quot; to salign: &quot;t&quot; or &quot;tc&quot; the it scrolls by wheel but the scrollbar is missing. Help me please !!! My recent work depends on it</description>
		<content:encoded><![CDATA[<p>Hello Jay<br />
Great job, of course. I have a question, how can I make, a whole site center in browser. I want it bo be at top center, when I changed a html &#8221; var params &#8230; salign: &#8220;tl &#8221; to salign: &#8220;t&#8221; or &#8220;tc&#8221; the it scrolls by wheel but the scrollbar is missing. Help me please !!! My recent work depends on it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
