<?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: Flash CS3, UIScrollBar, scroll arrows not displaying on dynamic text</title>
	<atom:link href="http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/</link>
	<description>HTML &#124; CSS &#124; JavaScript &#124; ASP.NET &#124; PHP &#124; C# &#124; Java &#124; VB.NET &#124; MS SQL &#124; MySQL &#124; Flash</description>
	<lastBuildDate>Thu, 14 Jul 2011 16:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jen</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-661</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Tue, 05 Apr 2011 21:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-661</guid>
		<description>Thanks for sharing such a clear and concise explanation on this issue. I&#039;m sure it saved me hours of reading adobe references and building up a gigantic need for a beer afterwards ;-) 

You were a great help to our project, thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing such a clear and concise explanation on this issue. I&#8217;m sure it saved me hours of reading adobe references and building up a gigantic need for a beer afterwards <img src='http://www.tyronedavisjr.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>You were a great help to our project, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tabby</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-641</link>
		<dc:creator>Tabby</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-641</guid>
		<description>Hey thanks, using update() solved my problem and saved me some frustration :)</description>
		<content:encoded><![CDATA[<p>Hey thanks, using update() solved my problem and saved me some frustration <img src='http://www.tyronedavisjr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amy</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-496</link>
		<dc:creator>amy</dc:creator>
		<pubDate>Wed, 27 Oct 2010 18:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-496</guid>
		<description>Thanks for this! It solved my problem with not seeing the scroller - BUT now the html code in the .txt file is showing up in the published file.

i added the &quot;.htmlText&quot; :
my_txt.htmlText = loadedText.data;

That worked before - but the scroller didn&#039;t - now the scroller works but the html doesn&#039;t!!

any thoughts??
thanks....amy</description>
		<content:encoded><![CDATA[<p>Thanks for this! It solved my problem with not seeing the scroller &#8211; BUT now the html code in the .txt file is showing up in the published file.</p>
<p>i added the &#8220;.htmlText&#8221; :<br />
my_txt.htmlText = loadedText.data;</p>
<p>That worked before &#8211; but the scroller didn&#8217;t &#8211; now the scroller works but the html doesn&#8217;t!!</p>
<p>any thoughts??<br />
thanks&#8230;.amy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anderson</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-416</link>
		<dc:creator>anderson</dc:creator>
		<pubDate>Fri, 25 Jun 2010 07:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-416</guid>
		<description>thanks a lot! My problem has finished, good job!</description>
		<content:encoded><![CDATA[<p>thanks a lot! My problem has finished, good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judian</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-378</link>
		<dc:creator>judian</dc:creator>
		<pubDate>Thu, 20 May 2010 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-378</guid>
		<description>for people seeking this.
afther update the scrollbar is going to the max.
so the the last line of text is shown.
myScrollBar.update();
myScrollBar.scrollPosition=myScrollBar.maxScrollPosition;

greets
jud</description>
		<content:encoded><![CDATA[<p>for people seeking this.<br />
afther update the scrollbar is going to the max.<br />
so the the last line of text is shown.<br />
myScrollBar.update();<br />
myScrollBar.scrollPosition=myScrollBar.maxScrollPosition;</p>
<p>greets<br />
jud</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-262</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sun, 27 Dec 2009 17:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-262</guid>
		<description>Could you help me, to solve the same problem in AS2? I&#039;m trying to &#039;translate&#039; your code to as2, but everytime sth wont work :/. I&#039;m just begginer and it would be very helpfull for me.
Cheers.
Mic</description>
		<content:encoded><![CDATA[<p>Could you help me, to solve the same problem in AS2? I&#8217;m trying to &#8216;translate&#8217; your code to as2, but everytime sth wont work :/. I&#8217;m just begginer and it would be very helpfull for me.<br />
Cheers.<br />
Mic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-89</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Nov 2009 02:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-89</guid>
		<description>You are welcome Josh.</description>
		<content:encoded><![CDATA[<p>You are welcome Josh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wess</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-83</link>
		<dc:creator>Wess</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-83</guid>
		<description>Thanks,

Had the same problem but your tip worked.

Yes, Adobe would benefit from explaining these kind of situations in an understandable format</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>Had the same problem but your tip worked.</p>
<p>Yes, Adobe would benefit from explaining these kind of situations in an understandable format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-82</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-82</guid>
		<description>your amazing and I love you! Thank you for posting this. I looked forever!</description>
		<content:encoded><![CDATA[<p>your amazing and I love you! Thank you for posting this. I looked forever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brecht</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-45</link>
		<dc:creator>Brecht</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-45</guid>
		<description>Thanks for this tip, It just solved my problem.</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, It just solved my problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

