GW02
1
I am in Flash MX, trying to get some scroll bars to work on a Dynamic Text field.
It has HTML rendering, I have selected Multiline, etc., I think I am doing everything right according to the instructions somewhere on this site.
There is one difference; I am using an external text file to load the text into the Text field… would that be what’s causing the problems?
The scrollbar just sorta sits there, disabled, looking forlorn.
PS. After doing a search I found the thread about the "&"s, and no, I did not use any of those.
PLEASE HELP!!!
system
2
Well it isn’t because you are loading from an external .txt file… after all, Kirupa does have a tutorial on that 
http://www.kirupa.com/developer/mx/dynamic_scroller.htm
Are you sure you are dragging the scrollbar component out of the components panel and snapping it directly to the textbox?
system
3
Augh, I didn’t see that tutorial!!! I feel so stupid now!!!
THANK YOU SO MUCH!!!
system
4
Okay, now I have the problem that my HTML code isn’t showing up anymore.
Anything I can do to work around this?
system
5
I’m now desperately crying for help!!!
system
6
scroller.text = this.kirupatext;
Should be…
scroller.html = true;
scroller.htmlText = this.kirupatext;