audiopanik
09-02-2004, 06:14 PM
Hello all,
Ive run into a somewhat pressing issue that I need help with.
I have a scrollpane that I dynamically attach MovieClips to using the attachMovie() method.
Something like my_mc.spContentHolder.attachMovie();
I had to have a blank movieclip to set the contentPath of the scrollpane to. The movies attach just fine. The problem is that when enough movies are attached that the scrollpane should scroll, it doesn't. no scrollbars appear and allow for scrolling. I even set the vert and hori scroll policies to "on" and nothing happens.
Any ideas?
Thanks!
Ive run into a somewhat pressing issue that I need help with.
I have a scrollpane that I dynamically attach MovieClips to using the attachMovie() method.
Something like my_mc.spContentHolder.attachMovie();
I had to have a blank movieclip to set the contentPath of the scrollpane to. The movies attach just fine. The problem is that when enough movies are attached that the scrollpane should scroll, it doesn't. no scrollbars appear and allow for scrolling. I even set the vert and hori scroll policies to "on" and nothing happens.
Any ideas?
Thanks!