Seek - method of the PmgVideo object
Description:
Displays one animation picture specified in the nIndex parameter.
Syntax:
Empty Seek(Long nIndex)
Parameters:
nIndex | (Long) Index of the image (0=first, -1=last picture) |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAnimate = pMe.Items("/WAnimate");
oAnimate.Seek(-1);
Dim oAnimate
Set oAnimate = pMe.Items("/WAnimate")
oAnimate.Seek -1