sub LoadVideo(vid$) sub PlayVideo(vLoops) sub PauseVideo() sub StopVideo() sub SetVideoPosition(pos) sub ResumeVideo() function GetVideoPosition() sub DeleteVideo() function VideoIsPlaying() function VideoEnd() sub GetVideoStats(vFile$, byref vLen, byref vfps, byref frame_w, byref frame_h) sub SetVideoDrawRect(x, y, w, h) sub GetVideoDrawRect(byref x, byref y, byref w, byref h) sub GetVideoSize(byref w, byref h) function VideoExists() sub SetVideoVolume( vol ) function GetVideoVolume( )