# Scrolling text on page load

**URL:** https://forum.kirupa.com/t/scrolling-text-on-page-load/282684
**Category:** Uncategorized
**Created:** [February 25, 2009, 8:07am UTC](https://forum.kirupa.com/t/scrolling-text-on-page-load/282684 "2009-02-25T08:07:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![svibuk](https://avatars.discourse-cdn.com/v4/letter/s/bc79bd/32.png) [@svibuk](https://forum.kirupa.com/u/svibuk)
#### Post date: [February 25, 2009, 8:07am UTC](https://forum.kirupa.com/t/scrolling-text-on-page-load/282684/1 "2009-02-25T08:07:45Z")

</div>

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
