[Flash] Scrollable Dynamic Text Box?

Joined
Nov 20, 2004
Messages
1,414
Reaction score
27
Hey,

So... I'm designing a website layout in flash, this is for the first time.

I'm having it use loadVariables function to grab the data for the text box from a PHP script. The PHP script grabs the data from a database. Put simply, the dynamic text box has text in it loaded from an external source.

I want to make the box scrollable, so that I can have a lot of text in it. Right now, I'm planning on using it for a blog-like homepage. How would I make it scrollable so that you can scroll up and down in the textbox?

I have it loading the stuff from the php script, its grabbing the data okay. Its displaying the text, but I don't know how to get it to scroll.

Any help is appriciated.
 
Back