Chinnathambi scrollbar

hi
i found the tutorial below very helpful
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