Flash CS3 Documentation |
|||
| Flash Lite 2.x ActionScript Language Reference > ActionScript classes > Video > close (Video.close method) | |||
public close() : Void
Stops playback of the video, frees the memory associated with this Video object, and clears the video area onscreen.
The following example closes the video that is playing in a Video object named video1.
video1.close()
play (Video.play method), pause (Video.pause method), resume (Video.resume method)
Flash CS3