当前位置:编程学习 > JS >>

大气flash 图片轮换效果代码

大气flash 图片轮换效果代码
本文章提供一款大气flash 图片轮换效果,本文章只给出部份代码,文章下面提供了完整的源码下载与效果预览,如果你喜欢可以下载去用,很适合于企业站,商城等网幻灯片。

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.zzzyk.com/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>作品</title>
<link href="images/miaov.css教程" rel="stylesheet" type="text/css">
<script type="text/网页特效" src="js/miaov.js"></script>
<script type="text/javascript">
function pageinit()
{
 var arrimagepaths=[];
 var oimgviewer=null;
 var i;
 initnav();
 initppt();
 inittotop();
 oimgviewer=new imgviewer(arrimagepaths, document.getelementbyid('img_viewer'));
 oimgviewer.gotoimg(math.ceil(arrimagepaths.length/2));
}
</script>
</head>
<body onload="pageinit()">       
<div id="power_point">
<div class="btn">
<div id="prev" class="prev_normal" onmouseo教程ver="this.classname='prev_active'" onmouseout="this.classname='prev_normal'">prev</div>
<div id="next" class="next_normal" onmouseover="this.classname='next_active'" onmouseout="this.classname='next_normal'">next</div>
<div class="btn_bg"></div>
</div>
<ul>
<li><img id="pptimg" src="images/1.png" longdesc="http://www.zzzyk.com"></li>
</ul>
</div>
<ul id="nav_ul">
</ul>
<div id="nav_active" style="z-index:3; overflow:hidden; height:58px; left:200px;"></div>
</body>
</html>

源码下载地址
http://down.zzzyk.com/down/code/js/jiaodiantu/2010/1109/21719.html
效果预览地址
http://g.zzzyk.com/javascript/code/20101109/ba

补充:网页制作,js教程 
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,