You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!--pages/test/audio.wxml-->
|
|
|
|
<text>pages/test/audio.wxml</text>
|
|
|
|
<view class="demobox">
|
|
|
|
<view class="title">播放网络音频</view>
|
|
|
|
<audio id="myAudio" poster="{{poster}}" name="{{name}}" author="{{author}}" src="{{src}}" controls="true" loop="true"></audio>
|
|
|
|
<button size="mini" bindtap="audioPlay">播放</button>
|
|
|
|
<button size="mini" bindtap="audioPause">暂停</button>
|
|
|
|
<button size="mini" bindtap="audioSeek0">回到开头</button>
|
|
|
|
</view>
|