Flash+xml实现的焦点图片切换效果
查看演示页面 View Demo 查看全部代码 View Code
在网页<body>区添加以下代码
<SCRIPT type=text/javascript>
function ShowFlash(w,h,s)
{
var thtml="<EMBED align=center src="+s+" height="+h+" width="+w+" type=application/x-shockwave-flash ; quality=high wmode=transparent menu=false></EMBED>";
document.write(thtml);
}
</SCRIPT>
<SCRIPT type=text/javascript>
ShowFlash(547,180,"list.swf")
</SCRIPT>
Flash及相关文件在压缩包内,请下载!

![仿IGoogle模块拖曳移动效果[拖曳层移动层]](/uploadfiles/200811/20081113125576687612.jpg)


