Stop - method of the PmgVideo object
Description:
Stops the played animation sequence.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAnimate = pMe.Items("/WAnimate");
oAnimate.Stop();
Dim oAnimate
Set oAnimate = pMe.Items("/WAnimate")
oAnimate.Stop