插入一个回车:
<br />
插入音乐代码:
<EMBED src="音乐地址" width=310 height=45.5 type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" autostart="true" loop="true">
autostart为自动播放 loop为循环 要不想自动播放或者循环播放就把true改为false
插入图片代码:
<IMG src="图片地址" width=宽 height=长>
插入FLASH代码:
<EMBED src="FLASH地址" width=宽 height=长>
插入视频代码:
<EMBED src="视频地址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="长" width="宽" autostart="true">