# The scrollbar of flash mx

**URL:** https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877
**Category:** Uncategorized
**Created:** [August 1, 2002, 10:06am UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877 "2002-08-01T10:06:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![paopei](https://avatars.discourse-cdn.com/v4/letter/p/90ced4/32.png) [@paopei](https://forum.kirupa.com/u/paopei)
#### Post date: [August 1, 2002, 10:06am UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/1 "2002-08-01T10:06:43Z")

</div>

i a’ve been tried to give my dinamic text with a scollbar componennts from flash mx. but after i test my movie the scrollber didn’t work. anyone can help me ?

:-\ :o :bandit: :asian:

[swf=“[http://mahasiswa.if.itb.ac.id/~if11082/lorong.swf](http://mahasiswa.if.itb.ac.id/~if11082/lorong.swf) height=200 width=400”][/swf]:ninja:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 1:10pm UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/2 "2002-08-01T13:10:45Z")

</div>

post your movie or your code and I’ll take a look at it.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 1:30pm UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/3 "2002-08-01T13:30:34Z")

</div>

There are 200 threads on this forum about scrollbars, plus 2 tutorials for MX and 1 tutorial for F5. How much you want to bet that the answer is there?

pom :asian:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 1:56pm UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/4 "2002-08-01T13:56:34Z")

</div>

make ur stage the size u want make a text box big so it can fit lots of text in it name the instance “scroller” drag the scrolbar component onto the text box inthe first keyframe add this to your actions

loadText = new loadVars();  
loadText.load(“kirupa.txt”);  
//creating the loadVarsText function  
loadText.onLoad = function() {  
scroller.text = this.kirupatext;  
};

where it says kiupa.txt change it to the name of ur file

then i your text fle press enter at the top and enter the name of the file e.g. kirupa= and then uar dun upload it all to the server and abracadabra

-Tom

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 3:01pm UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/5 "2002-08-01T15:01:58Z")

</div>

heheeheh… That’s funny, POM. You know, that is exactly the reason why I suggested the FAQ or the try this first, section!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 3:40pm UTC](https://forum.kirupa.com/t/the-scrollbar-of-flash-mx/877/6 "2002-08-01T15:40:14Z")

</div>

Oh, I haven’t seen that. But it’s definitely a good idea. There should be AT LEAST something about preloaders, instance names and scrollbars 😛

pom :asian:
