1. 程式人生 > >html 裡面鑲嵌視訊,一種是video,一種是iframe

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,視訊地址要在各大視訊網站裡面的分享地址,才能播放