Files
RCBASIC4/doc/doc_files/playvideo.html
2026-02-26 15:33:51 -06:00

27 lines
545 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>
</p>
</body>
</html>