# Scroll pane woes

**URL:** https://forum.kirupa.com/t/scroll-pane-woes/10575
**Category:** Uncategorized
**Created:** [January 3, 2003, 4:59pm UTC](https://forum.kirupa.com/t/scroll-pane-woes/10575 "2003-01-03T16:59:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![brockus](https://avatars.discourse-cdn.com/v4/letter/b/6bbea6/32.png) [@brockus](https://forum.kirupa.com/u/brockus)
#### Post date: [January 3, 2003, 4:59pm UTC](https://forum.kirupa.com/t/scroll-pane-woes/10575/1 "2003-01-03T16:59:05Z")

</div>

I’m trying to load external swf files into the component scroll pane using ActionScript. If I’m just loading a jpg or picture swf file in it, everything seems to work fine. But since the user is going to have to wait for this to load I would like to put a preloader on the swf file that I’m loading. When I do this, it comes in completey messed up (no scrollbar, aligned way to the left). Is what I’m doing even possible? Also, how can I change the alpha setting in the ScrollPane background without changing the scroll bar on the right? I know some people have said you can double click it and manually edit it, but that double click method does not work with my version…

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: [January 3, 2003, 7:50pm UTC](https://forum.kirupa.com/t/scroll-pane-woes/10575/2 "2003-01-03T19:50:35Z")

</div>

I said so, and it should work, as “your version” should be the same component everybody else is using… 🙂  
Otherwise, check the clips name, something like bounding box, and script it’s alpha to 0…  
Did you try to load into an empty clip attached to the scrollpane?

---

<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: [January 3, 2003, 8:12pm UTC](https://forum.kirupa.com/t/scroll-pane-woes/10575/3 "2003-01-03T20:12:20Z")

</div>

Thank you for the prompt response! You are right, I guess our “versions” do match because I was able to target the bounding box 2 and change the alpha on it.

I’m still a little fuzzy one what you said about loading into an empty movie clip attached to the scrollpane, do you think you could elaborate a little more?

Thanks a ton…
