石壁居

JK的仓库,用来保存东西。
正文

如何贴歌,贴图和贴flash

(2008-08-25 11:28:06) 下一个
把透明的flash加到图片上
用下面的code:
< TABLE align=center background="http://greensleeves.gotdns.com/picture/200312250000464.
jpg" width=592 height=401 border=0 cellPadding=0 cellSpacing=0 >< tr ><
td >< EMBED src="http://greensleeves.gotdns.com/flash/Flash2-19.swf" wmode=transparent
width=592 height=401 >< /td >< /tr >< /TABLE >
需要注意的一点是:
flash的尺寸通常取和背景图的尺寸同样大小, 也可以小于背景图的尺寸, 但不能超过背景图的尺寸大小.

如何贴歌,贴图和贴flash

1.贴图
< center >
< img src="图片连接" >
如果图片不放中间,第一行可省去.

2.贴歌:
< embed src="歌的连接" hidden=true width="300" height="40" autostart=true loop=true type="audio/x-pn-realaudio-plugin" >
< /embed >

如果要显示播放条,把hidden=true去掉即可.

3.贴flash:
< embed src="flash连接" width=600 height=400 >
< /embed >

宽度和高度尺寸可以自行改变.
注:贴时请把小于号后面的空格和大于号前面的空格去掉.


[ 打印 ]
阅读 ()评论 (0)
评论
博主已隐藏评论
博主已关闭评论