<?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: Scrollbar Class</title>
	<atom:link href="http://www.myflashlab.com/2010/01/22/scrollbar-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/</link>
	<description>web components</description>
	<lastBuildDate>Sat, 31 Dec 2011 15:02:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ali</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-450</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Tue, 13 Sep 2011 16:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-450</guid>
		<description>I have to say my scrollbar is OOP enough that everything is possible with it :)

instead of writing this:
&lt;code lang=&quot;actionscript3&quot;&gt;_regSimpleScroll.upButtonClick;&lt;/code&gt;
write this:
&lt;code lang=&quot;actionscript3&quot;&gt;_regSimpleScroll.scrollManualY -= .5; // min value is 0, max value is 100
if (_regSimpleScroll.scrollManualY &lt; 0)  _regSimpleScroll.scrollManualY = .01;&lt;/code&gt;

in this way, when you press up key, .5 percent will be subtracted from the scrollbar scrollManualY... and you do the vice versa for the down key.</description>
		<content:encoded><![CDATA[<p>I have to say my scrollbar is OOP enough that everything is possible with it <img src='http://www.myflashlab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>instead of writing this:</p>
<div class="codecolorer-container actionscript3 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">_regSimpleScroll<span style="color: #000066; font-weight: bold;">.</span>upButtonClick<span style="color: #000066; font-weight: bold;">;</span></div></td></tr></tbody></table></div>
<p>write this:</p>
<div class="codecolorer-container actionscript3 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">_regSimpleScroll<span style="color: #000066; font-weight: bold;">.</span>scrollManualY <span style="color: #000066; font-weight: bold;">-</span>= <span style="color: #000066; font-weight: bold;">.</span>5<span style="color: #000066; font-weight: bold;">;</span> <span style="color: #009900; font-style: italic;">// min value is 0, max value is 100</span><br />
<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span>_regSimpleScroll<span style="color: #000066; font-weight: bold;">.</span>scrollManualY <span style="color: #000066; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight:bold;">0</span><span style="color: #000000;">&#41;</span> &nbsp;_regSimpleScroll<span style="color: #000066; font-weight: bold;">.</span>scrollManualY = <span style="color: #000066; font-weight: bold;">.</span>01<span style="color: #000066; font-weight: bold;">;</span></div></td></tr></tbody></table></div>
<p>in this way, when you press up key, .5 percent will be subtracted from the scrollbar scrollManualY&#8230; and you do the vice versa for the down key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-448</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Sep 2011 13:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-448</guid>
		<description>Set buttonSize to zero.

Hadi</description>
		<content:encoded><![CDATA[<p>Set buttonSize to zero.</p>
<p>Hadi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-446</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Tue, 13 Sep 2011 10:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-446</guid>
		<description>Hi There,

I am using you great scroller , But how do I tell it that I dont want any bottons ..just the scroller ?

Thanx in advance

/Henry</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I am using you great scroller , But how do I tell it that I dont want any bottons ..just the scroller ?</p>
<p>Thanx in advance</p>
<p>/Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mydeadpixel</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-444</link>
		<dc:creator>mydeadpixel</dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-444</guid>
		<description>Just bought your scroller, works like a treat! I just have one questions...

Is there anyway I can target the up and down button and bind it to my keyboard up down button i.e.

stage.addEventListener(KeyboardEvent.KEY_DOWN, stage_keyboard);
function stage_keyboard(evt:KeyboardEvent):void
{	
		if (evt.keyCode == 38)
		{
			trace(&quot;UP keyboard pressed&quot;);
			_regSimpleScroll.upButtonClick;
		}
		else if(evt.keyCode == 40)
		{
			trace(&quot;DOWN keyboard pressed&quot;);
			_regSimpleScroll.downButtonClick;
		}
}

I&#039;m a bit of an as3 noob btw.

Cheers mate

G</description>
		<content:encoded><![CDATA[<p>Just bought your scroller, works like a treat! I just have one questions&#8230;</p>
<p>Is there anyway I can target the up and down button and bind it to my keyboard up down button i.e.</p>
<p>stage.addEventListener(KeyboardEvent.KEY_DOWN, stage_keyboard);<br />
function stage_keyboard(evt:KeyboardEvent):void<br />
{<br />
		if (evt.keyCode == 38)<br />
		{<br />
			trace(&#8220;UP keyboard pressed&#8221;);<br />
			_regSimpleScroll.upButtonClick;<br />
		}<br />
		else if(evt.keyCode == 40)<br />
		{<br />
			trace(&#8220;DOWN keyboard pressed&#8221;);<br />
			_regSimpleScroll.downButtonClick;<br />
		}<br />
}</p>
<p>I&#8217;m a bit of an as3 noob btw.</p>
<p>Cheers mate</p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulhadi</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-441</link>
		<dc:creator>Abdulhadi</dc:creator>
		<pubDate>Tue, 09 Aug 2011 19:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-441</guid>
		<description>Can you please add more styles for scroller?</description>
		<content:encoded><![CDATA[<p>Can you please add more styles for scroller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-440</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-440</guid>
		<description>you mean after scrolling up your content y changes to 0? if so, the issue is from the content itself. something should be wrong with the content. as I said the only thing the scrollbar do is to get the content width and height.</description>
		<content:encoded><![CDATA[<p>you mean after scrolling up your content y changes to 0? if so, the issue is from the content itself. something should be wrong with the content. as I said the only thing the scrollbar do is to get the content width and height.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-439</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-439</guid>
		<description>your maskContent y or x property should be 0 if you want to see it properly inside the scrollbar. the problem is from the content that you have set, the only thing that scrollbar do is to get the content width and height and scroll it inside. the issue gets back to y or x properties for sure. thanks a lot.</description>
		<content:encoded><![CDATA[<p>your maskContent y or x property should be 0 if you want to see it properly inside the scrollbar. the problem is from the content that you have set, the only thing that scrollbar do is to get the content width and height and scroll it inside. the issue gets back to y or x properties for sure. thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-438</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-438</guid>
		<description>font embedding can be the issue, make sure you have embedded all of the font family styles inside your FLA... and also let me mention that the content window has nothing to do with the scrollbar itself, I have just put it inside the package as a sample and bonus.</description>
		<content:encoded><![CDATA[<p>font embedding can be the issue, make sure you have embedded all of the font family styles inside your FLA&#8230; and also let me mention that the content window has nothing to do with the scrollbar itself, I have just put it inside the package as a sample and bonus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulhadi</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-437</link>
		<dc:creator>Abdulhadi</dc:creator>
		<pubDate>Sat, 30 Jul 2011 02:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-437</guid>
		<description>Update;

MovieClip.y=50, after scroll down then up again MovieClip.y=0 !! whey it reset to zero ?</description>
		<content:encoded><![CDATA[<p>Update;</p>
<p>MovieClip.y=50, after scroll down then up again MovieClip.y=0 !! whey it reset to zero ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulhadi</title>
		<link>http://www.myflashlab.com/2010/01/22/scrollbar-class/comment-page-1/#comment-436</link>
		<dc:creator>Abdulhadi</dc:creator>
		<pubDate>Sat, 30 Jul 2011 00:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflashlab.com/?p=67#comment-436</guid>
		<description>purchased your scrollbar from activeden last night
I add rows to movieclip, each row height 50, I setup Scroll y=50
ever thing is ok ntill I scroll down and then up again the first row not display !! (only I can see part of it on top)</description>
		<content:encoded><![CDATA[<p>purchased your scrollbar from activeden last night<br />
I add rows to movieclip, each row height 50, I setup Scroll y=50<br />
ever thing is ok ntill I scroll down and then up again the first row not display !! (only I can see part of it on top)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

