插入视频
法(一)
1 2 3 4 5
| <iframe align=center width="736" height="400" src="/movies/M01.mp4" frameborder=0 allowfullscreen> </iframe>
|
src=”/movies/M01.mp4”为视频地址。
法(二)
1 2 3
| <video width="736" height="400" controls> <source src="/movies/M01.mp4"> </video>
|
插入音乐
1 2 3
| <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=736 height=260 src="/musics/m001.mp3"> </iframe>
|