Mx Scrollpane question

Hi all\r\rI was wondering if i could create a scrollpane with some buttons thatt when you clicked a button a different movieclipwould be loaded into the scrollpane.\r\rI have been trying this with various commands. Just cant seem to get it right.\r\rIf there are any tutorials on creating flash photo albums please let me know

Yes, you can do this quite simply. In the Properties box for your scrollpane component, leave the ScrollContent box empty. Then use the following script in your code:\r\rmyScrollPane.setScrollContent(“movie_name”);\r\rwhere myScrollPane is the instance name of you scrollpane and movie_name is the name of the movie you want to call from the library and then display within your scrollpane.\r\rI hope this answers you question.