22 lines
470 B
HTML
22 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>StopMusic [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub StopMusic() </h2></p>
|
|
<p>
|
|
Stops playing the loaded music track and resets the music position to 0
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="playmusic.html">PlayMusic</a>
|
|
<a href="pausemusic.html">PauseMusic</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |