I’ve got a dynamic text block that loads text from a text file in the same directory as the flash file. The dynamic text area is scrollable, renders the text as html, and applies the stylesheet that i load externally correctly. For a scroll bar i used the UIScrollbar in Flash MX 2004 V 7.2
If i test out the movie clip on it’s own it loads fine and all the text shows up in the text area. However, if I load the movie clip into a time line, where it is animated, in other words, if i have a motion tween on it, all of the text shows up in the area, but the scroll bar won’t scroll down far enough to read it all. The only way to see all of the text is to highlight it and drag down.
I’ve tried calling the scrollPane.refreshPane() action after the motion tween but nothing seems to work to get the scroll bar to go all the way down to the last line of text.
I’m pretty sure this is another bug that has probably been worked out somewhere else, and I just can’t find the solution online.
Any ideas?
Thanks,
Nate