用html语言编写的网页,怎样添加视频、音频文件?

来源:百度知道 编辑:UC知道 时间:2024/05/11 19:28:54

html语言编写的网页添加视频的代码为:
<embed src=”视频地址” type=”audio/x-pn-realaudio-plugin” console=”Clip1〃 controls=”ControlPanel,StatusBar” height=”330〃 width=”450〃 autostart=”true”>

<embed src="要播放的文件网址"; autostart="true" loop="true" width="400" height="350" >

<embed src=”视频地址” type=”audio/x-pn-realaudio-plugin” console=”Clip1〃 controls=”ControlPanel,StatusBar” height=”330〃 width=”450〃 autostart=”true”>
<embed src="要播放的文件网址"; autostart="true" loop="true" width="400" height="350" >