博客背景音乐和flash添加
时间:2006-08-02 来源:joleon
博客背景音乐和flash添加
一、背景音乐代码:
<EMBED src=音乐网址 width=150 height=25 type=audio/mpeg autostart="-1">
音乐网址到外可找,本人就不提供了。网址可以是 .mp3\.rm\.mid,也可以是FLASH动画(.swf)。如要隐藏播放框,请设置“width=0 height=0”;如想自动播放1次,请设置“autostart="1"”,等于-1为循环播放。
二、放置透明动画代码:
<EMBED style="LEFT: 20px; WIDTH: 600px; HEIGHT: 900px; POSITION: absolute; TOP: 60px" src=FLASH网址 type=application/octet-stream wmode="transparent">
下面为水珠代码,借用的
<embed style="left: 10px; position: absolute; top: -70px" align="right" src="http://www.china-holiday.com/images/flash/009.swf" width="1024" height="1000" type="application/x-shockwave-flash" quality="high" wmode="transparent">
该代码都是加入到系统设置的“个性签名”中