I'm beginning to hate fl.controls.* with a passion.
All I want to do is have the scroll bar enable when the dynamic TextField the scroll bar has set as its scrollTarget gets to much text. It's very simple yet I can't get it to work. I have tried listening to the scroll event on the TextField to then enable the UIScrollBar but it causes the entire screen to flash black for some reason. It's very strange.
The dynamic TextField and UIscrollBar are both on the timeline of a swf that I load. I've tried setting the scrollTarget property of the UIScrollBar in Flash as well as in Actionscript. If you have a solution to this problem let me know.
I think the best solution I have found is to not use classes in fl.controls. :/