# Chinnathambi scrollbar

**URL:** https://forum.kirupa.com/t/chinnathambi-scrollbar/235753
**Category:** Uncategorized
**Created:** [August 14, 2007, 1:54pm UTC](https://forum.kirupa.com/t/chinnathambi-scrollbar/235753 "2007-08-14T13:54:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![harrisonmulline](https://avatars.discourse-cdn.com/v4/letter/h/4bbf92/32.png) [@harrisonmulline](https://forum.kirupa.com/u/harrisonmulline)
#### Post date: [August 14, 2007, 1:54pm UTC](https://forum.kirupa.com/t/chinnathambi-scrollbar/235753/1 "2007-08-14T13:54:47Z")

</div>

hi  
i found the tutorial below very helpful  
[http://www.kirupa.com/developer/flash8/scrollbar.htm](http://www.kirupa.com/developer/flash8/scrollbar.htm)  
but i have tried loading a jpeg into the contentMain movieclip using this code:

createEmptyMovieClip(“content\_box”, 200);  
content\_box.\_x = 0;  
content\_box.\_y = 0;  
content\_box.loadMovie(“1.jpg”, 0);

but it will not scoll

thanks
