Using the UIScrollbar component with TextField in Flash AS3 for scrolling text
Using AS3 in Flash, loading dynamic text in the TextField is a common task and usually this text is large enough and requires scrollbars to show it properly. Unfortunately, TextField in Flash, even in the latest CS5 version, available via AS3 does not have built-in support of Scrollbars. I recently had to do the same…