嵌入视频音频

1,嵌入音频

<audio controls>
    <source src="jiemao.aac" type="audio/aac">
    Your browser does’nt support audio embedding feature.
</audio>

2,嵌入视频

<video style="width:450;height='340'" controls>
     <source src="bbbs.mp4" type="video/mp4">
     Your browser does’nt support video embedding feature.
</video>

 

3,还可以使用embed嵌入视频和音频

     <embed type="video/quicktime" src="bbbs.mp4">

 

posted @ 2016-06-06 17:15  夜未央leo  阅读(162)  评论(0编辑  收藏  举报