using the MovieClip Scrollpane
To use the MovieClip Scrollpane in your own applications besides adding the class files to your classpath, only to lines of ActionScript are needed to wrap a MovieClip.
If you experience problems while working with the MovieClip Scrollpane, plaese take a look at the faq-section as well.
Just follow these simple steps to create a wrapped movieclip with scrollbars:
- download the source package of the MovieClip Scrollpane and unzip it
- add all AS classes in the "classes" folder to your AS-classpath
- create a new Flash document or open an existing one
- place or create a MovieClip object a place it on the stage. Make sure to give this MovieClip an instance name.
- Add the following AS code in the frame the MovieClip is placed (make sure to replace the values in <>):
3. test your film
this manual assumes that you are familiar with ActionScript and the usage of classes and objects. If not, we recommend you to take a look at one of the following links:
- http://livedocs.macromedia.com/
Die Live Docs from Adobe for Flash - http://www.actionscript.org/tutorials.shtml
mulitple tutorials for all experience levels - http://www.flashkit.com/tutorials/Actionscripting/
mulitple tutorials for all experience levels - Adobe Flash Forum
Adobe's official Flash forum. - http://www.kirupa.com/
information regarding the differences between flash player versions, ActionScript 1 and 2, and some tutorials - and the last one: http://www.google.com


