最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

微信小程序 video組件詳解及實(shí)例代碼

 更新時(shí)間:2016年09月28日 09:50:21   作者:順子_RTFSC  
這篇文章主要介紹了微信小程序 video組件詳解及實(shí)例代碼的相關(guān)資料,需要的朋友可以參考下

視頻播放組件與圖片加載組件也沒啥差別,使用起來也沒啥注意的

重要屬性:

wxml

<!--監(jiān)聽button點(diǎn)擊事件-->
<button bindtap="listenerButton">點(diǎn)擊顯示視頻組件</button>

<!--視頻組件src資源地址,binderror為監(jiān)聽錯(cuò)誤信息-->
<video 
 src="http://mvvideo1.meitudata.com/575c2b652d7375255.mp4"
 style="width: 100%; height: 100%"
 hidden="{{hiddenVideo}}"
 binderror="listenerVideo" />

js

Page({
 data:{
 // text:"這是一個(gè)頁面"
 hiddenVideo: true
 },
 /**
 * 監(jiān)聽視頻加載錯(cuò)誤狀態(tài)
 */
 listenerVideo:function(e) {
  console.log(e.detail.errMsg);
 },
 /**
 * 監(jiān)聽button點(diǎn)擊事件
 */
 listenerButton:function() {
  this.setData({
   hiddenVideo: !this.data.hiddenVideo
  })
 }

})

相關(guān)文章:

hello WeApp                      icon組件
Window 
                            text組件                                switch組件
tabBar底部導(dǎo)航                 progress組件                        action-sheet
應(yīng)用生命周期                    button組件                            modal組件
頁面生命周期
                    checkbox組件                       toast組件
模塊化詳                           form組件詳                            loading 組件
數(shù)據(jù)綁定
                           input 組件                             navigator 組件
View組件                          picker組件                             audio 組件
scroll-view組件                 radio組件                              video組件
swiper組件                        slider組件                              Image組件

相關(guān)文章

最新評(píng)論

松桃| 遂宁市| 四会市| 丰都县| 寿阳县| 霍山县| 高安市| 丰都县| 六枝特区| 鄂托克旗| 罗定市| 新平| 博罗县| 绥江县| 桑植县| 十堰市| 巩义市| 武鸣县| 平陆县| 安龙县| 荔浦县| 台东县| 永胜县| 五台县| 策勒县| 花垣县| 辽阳县| 武强县| 黔江区| 吴江市| 通海县| 巩留县| 抚宁县| 涟水县| 平凉市| 丰镇市| 正镶白旗| 明水县| 临沭县| 海口市| 西吉县|