# Scroll Bar

**URL:** https://forum.kirupa.com/t/scroll-bar/14484
**Category:** Uncategorized
**Created:** [February 26, 2003, 10:10pm UTC](https://forum.kirupa.com/t/scroll-bar/14484 "2003-02-26T22:10:39Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![leninr](https://avatars.discourse-cdn.com/v4/letter/l/dfb087/32.png) [@leninr](https://forum.kirupa.com/u/leninr)
#### Post date: [February 26, 2003, 10:10pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/1 "2003-02-26T22:10:39Z")

</div>

Hello I having problems with my scroll bar. The way I’m using it is that I have some links that are outside flash in notepad. So I put a Dynamic box where I put the scroll bar from the components in Flash MX, now, when I load it on my site the scroll bar is not there so I click on another menu and come back to the one I click before and the scroll bar appears. In other words if I want the scroll bar to work I have to get out of the menu and then come back to it and it will work fine. Is there a form where the scroll bar is there all the time?  
Somebody please help, I need to fix this problem.  
Thank you.

Leninr

---

<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: [February 27, 2003, 5:56am UTC](https://forum.kirupa.com/t/scroll-bar/14484/2 "2003-02-27T05:56:16Z")

</div>

Can you create a sample with your problem and upload it so that I can take a look??? 😉

---

<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: [February 27, 2003, 2:46pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/3 "2003-02-27T14:46:30Z")

</div>

well you can go to the web site it’s [www.dasglobalservices.com](http://www.dasglobalservices.com) and click on insurance information then click at the bottom where it says \*\*\*Check our terms and conditions and you will see that scroll bar is not working but if you get out of that menu and go back in it will work. Let me know if you can get to that.  
Thanks.

---

<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: [February 28, 2003, 1:52pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/4 "2003-02-28T13:52:27Z")

</div>

Yes… I do see that happening… I also do not see the screen that goes with ‘Insurance Information’ on the first click… I had to click on ‘Services’ and go back to ‘Insurance Information’ to see what’s in there… Well… Without seeing what you have in there, there isn’t much thing I can actually do to help you though… :sleep:

---

<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: [February 28, 2003, 2:29pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/5 "2003-02-28T14:29:46Z")

</div>

that is weird because I can click on insurance information and I can see what’s in there and I have try from another computers and I can see it too. There is not much action inside since what is bringing is a dynamic text and then I just drag the scroll bar to the dynamic text. So my problem is why the scroll bar doesn’t stay at all?

---

<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: [February 28, 2003, 2:52pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/6 "2003-02-28T14:52:08Z")

</div>

Well… As I was saying, I don’t know why I don’t see the scroller without seeing what you have there… Try to create a small sample file which recreates the problem and post 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: [February 28, 2003, 3:09pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/7 "2003-02-28T15:09:49Z")

</div>

This is what I have in my file, this is a small example of what is doing and you will see that the scroll bar is not moving. And like I said that is exactly how it is in my site. Thank you for your help.

---

<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: [February 28, 2003, 3:45pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/8 "2003-02-28T15:45:16Z")

</div>

Hm… Strange it is… I cannot get it working with loadVariablesNum() function… I don’t have problem doing the same thing with LoadVars() object though… See if you can use this…

```php
//loadVariablesNum("scrolltext.txt", 0);

myLVs = new LoadVars();
myLVs.load("scrolltext.txt");
myLVs.onLoad = function(success)
{
	InstanceName_0.text = myLVs.scrolltxt;
}

```

Just commented out your loadVariablesNum() function and added LoadVars() code… See if that solves your problem… Strange… Hm…

---

<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: [February 28, 2003, 3:57pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/9 "2003-02-28T15:57:07Z")

</div>

is very strange but is working fine the way you told me…I will keep the way that you show me, I really thankful since I was figthing with this problem for over a month and thanks to you I can solve. Thanks again.

---

<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: [February 28, 2003, 4:18pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/10 "2003-02-28T16:18:06Z")

</div>

Sorry to keep bothering you but I was trying to do the same thing with another file and it didn’t work on this one since is a little bit different. On this example is the same that I have in another file and this one it brings links instade of static text and when I do it it bring the whole text as static text no more as a link. Is there another setting for this kind of issue? Example attached

---

<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: [February 28, 2003, 4:47pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/11 "2003-02-28T16:47:54Z")

</div>

Okay…

Two things you have to check since this one deals with HTML code in the text field…

1. Make sure you select ‘Render text as HTML’ in the text field property… It’s in between the ‘Selectable’ and ‘Show Border Around Text’ options…

2. Code

```php
myLVs = new LoadVars();
myLVs.load("mainlist.txt");
myLVs.onLoad = function(success)
{
    InstanceName_0.html = true;
    InstanceName_0.htmlText = myLVs.mainrpt;
}

```

Do you see the difference??? The first line that goes with setting the html to true is to do the ‘Render text as HTML’ with script… You don’t have to have this since you already clicked the button on the step 1, but it won’t hurt to do it again, right??? and you have to set htmlText property to be your text, not the text property…

---

<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: [February 28, 2003, 6:28pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/12 "2003-02-28T18:28:01Z")

</div>

Now I got it, I’m still learning and thank you for your help I don’t think I would solve it by myself, at least not yet 'till I learn more.  
Thanks a bunch…

---

<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: [February 28, 2003, 6:32pm UTC](https://forum.kirupa.com/t/scroll-bar/14484/13 "2003-02-28T18:32:38Z")

</div>

No problem… Drop by anytime… 😉
