
校内网flash(swf)文件添加方法
作者:www.shuanggaohr.com.cn 来源:本站原创 发布时间:
/*复制代码开始,请记住本站-校内网代码集<www.shuanggaohr.com.cn>*/
<embed src="http://www.9ishow.com.cn/img/9ishow.com.cn115.swf" quality="high" width="150" height="250" wmode="transparent"></embed>
上述代码是把Flash效果放在涂鸦板的空间里,如果要此Flash在页面的任意一个位置,可用下述代码
<div style="position:absolute;width:300;height:300;left:100px;top:130px">
<embed src=Flash地址 quality="high" width="150" height="250" wmode="transparent"></embed>
</div>
其中:width:300;height:300;left:100px;top:130px是用来设置大小和定位的
width -flash的宽度
height -flash的高度
left -flash距左边的距离
top -flash距顶部的距离
下面以两种方法给两款校内网超炫Flash时钟
<embed src="http://www.9ishow.com.cn/img/9ishow.com.cn115.swf" quality="high" width="150" height="250" wmode="transparent"></embed>

