flash help
flash help
Out of context: Reply #14
- Started
- Last post
- 15 Responses
- foster_grin0
max char can get messy
this is a little redundant but it works great::
create two multi line text fields: _f1 and _f2
fill them both with the same var and scroll the second to match where the first ended:
var copy="BLA BLA BLA...";
_f1.htmlText=copy;
_f2.htmlText=copy;
_f2.scroll=_f1.bottomScroll+1;