<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script language="javascript">
function stop()
{
document.getElementById("VLC").playlist.stop();
}
</script>
</head>
<body>
<form onclick='stop()'>Stop</a>
</div>
</form>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2022-12-23
  • 2021-05-26
  • 2021-12-28
  • 2021-09-17
  • 2022-12-23
  • 2021-10-14
相关资源
相似解决方案