uisng flash as3
i have loaded dynamic textbox with data from external text file
and set the textproperty to multiline and scrollable
i want to set the scrolling on load not on button press
for button press we use
txtbox.scroll+=2;
can anybody help me