嵌入视频音频

Posted 夜未央leo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了嵌入视频音频相关的知识,希望对你有一定的参考价值。

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">

 

以上是关于嵌入视频音频的主要内容,如果未能解决你的问题,请参考以下文章