VideoContext.seek

解释:跳转到指定位置(单位:s)

方法参数

Number position

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

图片示例

VideoContext.seek - 图2

代码示例

  • SWAN
  • JS
  1. <view class="wrap">
  2. <video id="myVideo" auto enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4"></video>
  3. <button type="primary" bindtap="seek">seek</button>
  4. </view>