在文章中插入音频、视频、Flash的方法
一、在文章中插入音频、视频、Flash
进入文章编辑,单击右边的 <> 按钮,粘贴以下代码:
1、插入MP3音乐
<P align=center><EMBED src=音乐地址 width=210 height=45 autostart=true loop=true >
其中的width和height分别是播放器的宽和高。autostart=false表示不自动播放,loop=false 表示不循环播放,可以把flase换为true,即自动或循环播放。
音乐地址可以复制百度MP3中的真实地址,如:****)
2、插入视频
<P align=center><embed src="视频地址" width="480" height="380" autostart="true">
注意视频尺寸的纵横比。视频地址为你的视频放置服务器地址或链接视频地址。
3、插入Flash
<P align=center><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 >
三、鼠标mouse个性设置:
<style>body{CURSOR:url('****');}</style>