im trying to use a scrollpane to contain a movie clip that has dynamically changing content.
i will refer to the movie clip inside my scrollpane as "inner"
wierd thing #1: movie clips added to "inner" using attachMovie scroll when you move the scrollbars, but appear above the scrollPane container. (ie. always visible, never cropped)
wierd thing #2: if i dynamically change the size of "inner", the scrollBars do not adjust to accomodate the new size. for example, if i set my horizontal scrollbar to "true" (always there) and i press a button in "inner" that increases its width so it no longer fits inside the container, i still cant scroll over to see the whole thing. the scrollBars seem to be set when the scrollPane is loaded and they dont intelligently adjust.
can the scrollBars be prompted to adjust?
I noticed that wierd thing #1 has been resolved in flash MX 2004. the same movie played in that version keeps all the contents inside the scrollpane. but the bars still dont adjust dynamically. Ideas?
i will refer to the movie clip inside my scrollpane as "inner"
wierd thing #1: movie clips added to "inner" using attachMovie scroll when you move the scrollbars, but appear above the scrollPane container. (ie. always visible, never cropped)
wierd thing #2: if i dynamically change the size of "inner", the scrollBars do not adjust to accomodate the new size. for example, if i set my horizontal scrollbar to "true" (always there) and i press a button in "inner" that increases its width so it no longer fits inside the container, i still cant scroll over to see the whole thing. the scrollBars seem to be set when the scrollPane is loaded and they dont intelligently adjust.
can the scrollBars be prompted to adjust?
I noticed that wierd thing #1 has been resolved in flash MX 2004. the same movie played in that version keeps all the contents inside the scrollpane. but the bars still dont adjust dynamically. Ideas?