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.

Example

The following example closes the video that is playing in a Video object named video1.

    video1.close()

See also

play (Video.play method), pause (Video.pause method), resume (Video.resume method)


Flash CS3