一、在文章中插入音频、视频、Flash
进入文章编辑,单击右边的 <> 按钮,粘贴以下代码:
1、插入MP3音乐
<EMBED src=音乐地址 width=210 height=45 autostart=false loop=false > 其中的width和height分别是播放器的宽和高。autostart=false表示不自动播放,loop=false 表示不循环播放,可以把flase换为true,即自动或循环播放。
音乐地址可以复制百度MP3中的真实地址,如:****)
2、插入视频
<embed src=视频地址 width=352 height=310 autostart=true>
注意视频尺寸的纵横比。
3、插入Flash
<embed src=Flash地址 width=500 height=340></embed>
其中“Flash地址”必须以“http://”开头和“.swf”结尾。
以上代码中,如果需要居中,在上面代码前面加入<P align=center>。
二、在个人设置中,基本信息下的个人签名处粘贴以下代码,即可在Office中插入音乐播放器。
1、 <iframe frameborder=0
framespacing=0 height=147 marginheight=1 marginwidth=1 name=I2
src=**** width=110></iframe>
2、 <script src=****;</script>
3、<EMBED src=音乐地址 width=210 height=45 autostart=false loop=false >