hello folks!!!
i would like to ask anyone to help me with my problem with dynamic textfield.
i am building a simple website that has a lot of text on each sections. the solution that i came up with is to create a dynamic text field, and whenever i click on the buttons of each section, text will load on this one text field.
this is the script that i did:
[COLOR=black]_root.section01.onRelease = function() {
_root.myTextField.htmlText = “a lot of text”;
}[/COLOR]
things are going good, but later i found out that when i scroll a particular body of text all the way down, and click on another button to load another text, the new text starts at bottom instead from top.
can some one please help me on how to fix this problem.
thanx