Video.Stop

Video.Stop ( 

string ObjectName )

Example 1

Video.Stop("Video Intro");

Stops playing the video in the "Video Intro" video object.

Example 2

Video.Stop("Video1");

Stops playing the "Video1" video object.

See also:  Related Actions