This command sets the play position within the current video file. The position is in milliseconds. A video must be playing or paused for this command to have any effect.
Example:
' Play a video file but start paused.
PlayVideo "video/myvideo.3gp", 1
ms = GetVideoDuration()
' Start playing video at the middle.
SetVideoPosition ms/2
ResumeVideo