VideoContext.stop

最低支持基础库版本 3.120.10

解释: 停止播放视频

方法参数

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

图片示例

VideoContext.stop - 图2

代码示例

  • SWAN
  • JS
  1. <view class="wrap">
  2. <video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/swan-temp/940fe716b0eaad38f47b209d61657490.mp4"></video>
  3. <button type="primary" bindtap="videoContextStop">点击停止播放</button>
  4. </view>