VideoContext.play
2020-08-26 16:31 更新
解释:播放
方法参数
无
示例
图片示例
代码示例
<view class="wrap">
<video id="myVideo" auto enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4" rel="external nofollow" ></video>
<button type="primary" bindtap="play">play</button>
</view>
Page({
onLoad() {
this.videoContext = swan.createVideoContext('myVideo');
},
play() {
this.videoContext.play();
}
});
以上内容是否对您有帮助:
更多建议: