Video_get_seek - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Gets the current playback position in seconds of the given video and returns it.
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | index of the video |
Return Values
long: Returns the current playback position of the video in seconds.
Example Call
// demonstrates obtaining the current playback position of a video
var pos;
pos = video_get_seek(myvideo);
NOTOC