User Guide

MovieClip class 17
Method summary
The following table lists the methods that are either partially or not supported by the
MovieClip class when using ActionScript for Flash Lite 2.0.
Method Description Support
attachAudio()
Captures and plays local audio from the devices
microphone hardware.
Not supported
getTextSnapshot()
Returns a TextSnapshot object that contains the
text in the static text fields in the specified movie
clip.
Not supported
startDrag()
Specifies a movie clip as draggable and begins
dragging the movie clip.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
stopDrag()
Stops a MovieClip.startDrag() method. A movie
clip that was made draggable with
startDrag()
remains draggable until a
stopDrag() method is
added, or until another movie clip becomes
draggable. Only one movie clip is draggable at a
time.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported