Steps to Follow :
- Open Flash 8.0 and create a new Flash document
- Create a movie clip called content_mc and in the symbol properties box check export for actionscript and Export in first frame. View the screenshot below.

- Open the Components Panel by clicking on Window/Components
- Select and drag the ScrollPane component into the stage

- Select the ScrollPane component on the stage and in the properties inspector choose the Parameter tab and enter the height and width you would like for the scrolling content. In the contentPath property, type in the name of your content movie clip i.e. content_mc. The scrollpane is an in-built Flash component that scrolls the content in the movie clip specified.

- Press Ctrl+Enter to test the file.
Congratulations! You have successfully learnt how to scroll content in Flash using the in-built Flash ScollPane component.
If the content is not loading, please check that you have typed the correct movie clip name in the contentPath and in the movie clip properties you have checked export for actionscript and Export in first frame.
discuss this topic to forum
