PDA

View Full Version : ScrollPane load .jpg problem..


Lynx75
11-04-2003, 10:36 AM
okkei,I ve got this piece of code:

_root.createEmptyMovieClip ("test_mc", 100);
_root.test_mc.createEmptyMovieClip ("small_mc" + i, i); _root.test_mc["small_mc" + i].loadMovie ("Pag" + PageNumber + "/small/P" + PageNumber + "_small" + i + ".jpg");
_root.test_mc["small_mc" + i]._y = 10 * i;

with a scrollpane with :

_root.thumbPic_scroll.setScrollContent (_root.test_mc);

my prb is that it doesnt works!! 8(

any reason why?