html 裏面鑲嵌視頻,一種是video,一種是iframe

1,解決iframe不能全屏的問題

<iframe style="width:98%;height: 450px;" 
src='{$vo.url}' 
frameborder=0 
allowfullscreen="true"  
webkitallowfullscreen="true"
mozallowfullscreen="true">
</iframe>

 

主要是這三個屬性:

allowfullscreen="true"  
webkitallowfullscreen="true"
mozallowfullscreen="true

2,視頻地址要在各大視頻網站裏面的分享地址,才能播放

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章