Questions API Methods
video
Important Video Player type only.
Examples
var videoFeature = myLearnosityApp.feature('60001');
videoFeature.video.play();
videoFeature.video.pause();
videoFeature.video.resume();
videoFeature.video.seek(50);
videoFeature.video.stop();
Values
Type object
Properties
-
pause function
Pause playback.
-
play function
Play the asset.
-
resume function
Resume paused playback.
-
seek function
Go to a specific point in the asset. Takes the position in percentage of the video duration (e.g:
80
).-
percentage integer
-
-
stop function
Stop playing the asset.