Files
RCBASIC4/doc/doc_files/playvideo.html
2024-10-27 11:52:28 -04:00

26 lines
538 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>PlayVideo [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub PlayVideo(vLoops) </h2></p>
<p>
Plays the currently loaded video for a set number of loops.
</p>
<p>
Note: Set this to 0 to play the video once.
</p>
<p>
Note: Set this to -1 to the video infinitely.
</p>
<br><p>Related:
<a href="stopvideo.html">StopVideo</a>
</p>
<p>
</body>
</html>