# Alternative (small sized) scrollpane to load jpg's dynamically

**URL:** https://forum.kirupa.com/t/alternative-small-sized-scrollpane-to-load-jpgs-dynamically/220659
**Category:** Uncategorized
**Created:** [March 28, 2007, 3:56am UTC](https://forum.kirupa.com/t/alternative-small-sized-scrollpane-to-load-jpgs-dynamically/220659 "2007-03-28T03:56:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nehcdet](https://avatars.discourse-cdn.com/v4/letter/n/71e660/32.png) [@nehcdet](https://forum.kirupa.com/u/nehcdet)
#### Post date: [March 28, 2007, 3:56am UTC](https://forum.kirupa.com/t/alternative-small-sized-scrollpane-to-load-jpgs-dynamically/220659/1 "2007-03-28T03:56:06Z")

</div>

I’m trying to load jpgs to my scrollpane dynamically. I noticed the compiled scrollpane component in flash 8 is very large in size (\> 130kb) which i cannot afford to use. Instead I’m using the flash 6 scrollpane which is not precompiled and only several kbs after compiling to swf. However, I have problem rendering loaded dynamic contents onto the pane. The first load after starting flash 8 was always successful. After that, it fails. In case anyone’s interested, I have simple test code to demonstrate the problem, and have uploaded it to [http://www.filesend.net/download.php?f=1c5d80093f0b68cdcf7fe4cca0e0c923](http://www.filesend.net/download.php?f=1c5d80093f0b68cdcf7fe4cca0e0c923) (you’ll need to wait for 10 secs before the download button appears on that linked page)

I’m just wondering what is the best choice of a small size scrollpane that handles dynanimic MovieClip.loadMovie() well. Any suggestions?
