能提供SQL标签吗!官方首页www.kesion.com flash效果很不错,我想要这种效果 ,哪位高手提供一下!
还有这样的效果:代码如下
<SCRIPT language=javascript>
//应用JS特效动态显示图片
var tupian=new Array();//图片地址
var tupianlink=new Array();//图片链接
var tupianintro=new Array();//图片介绍
var adNumvii=0;
var tupianstr='/Picture/2007114172142.jpg&/Picture/2007114171851.jpg&/Picture/200711202542.jpg&/Picture/2006121293136.jpg&/Picture/20061127164415.jpg&/Picture/20061127164144.jpg&/Picture/20061127163214.jpg&/Picture/2006112417174.jpg&/Picture/20061124171718.jpg&';
var tupianlinkstr='http://www.he-n-tax.gov.cn/swxw/yw/4307.html&http://www.he-n-tax.gov.cn/swxw/yw/4307.html&http://www.he-n-tax.gov.cn/swxw/yw/4210.html&http://www.he-n-tax.gov.cn/swxw/yw/3825.html&http://www.he-n-tax.gov.cn/swxw/yw/3547.html&http://www.he-n-tax.gov.cn/swxw/yw/3547.html&http://www.he-n-tax.gov.cn/swxw/yw/3547.html&http://www.he-n-tax.gov.cn/swxw/yw/3536.html&http://www.he-n-tax.gov.cn/swxw/yw/3536.html&';
var tupianintrostrt='省局党组书记、局长汪康在全省国税工作会议作了《强化管理 狠抓落实 全面开创河北国税工作新局面》的主题报告,传达贯彻了全国税务工作会议和……&1月14日上午,全省国税工作会议在石家庄市开幕。&2006年12月31日下午,国家税务总局党组书记、局长谢旭人,党组成员、总会计师宋兰到北京市国税局、地税局向广大税务干部职工祝贺新年。&12月5-6日,省局党组书记、局长汪康,省局纪检组长耿金跃一行到张家口市国税局调研。&《国家税务总局反腐倡廉漫画巡回展》首展于2006年11月27日上午在河北省博物馆开幕,省委常委、常务副省长付志方代表省委省政府致辞。&《国家税务总局反腐倡廉漫画巡回展》首展于2006年11月27日上午在河北省博物馆开幕,河北省国家税务局党组书记、局长汪康主持了开幕仪式。&国家税务总局、省委、省人大、省政府、省政协、省纪委和省直各厅局领导及税务干部1000余人出席了《国家税务总局反腐倡廉漫画巡回展》开幕式。&省委常委、常务副省长付志方到省国税局检查指导工作时强调:各级党委政府要大力支持国税部门依法治税 国税部门要为建设沿海经济社会发展强省做贡献&省委常委、常务副省长付志方到省国税局检查指导工作时强调:各级党委政府要大力支持国税部门依法治税 国税部门要为建设沿海经济社会发展强省做贡献&';
var num=9; //数组元素个数
tupian = tupianstr.split("&"); //将字符串中转换成数组,图片地址
tupianlink = tupianlinkstr.split("&");//将字符串中转换成数组,图片链接
tupianintro = tupianintrostrt.split("&");//将字符串中转换成数组,图片介绍
//------------------------------------------------------------------------------------图片及文字轮显功能
function objSP_Article() {this.ImgUrl=""; this.LinkUrl=""; this.Title="";}
function SlidePic_Article(_id) {
this.ID=_id;
this.Width=0;
this.Height=0;
this.TimeOut=5000; this.Effect=23;
this.TitleLen=0; this.PicNum=-1; this.Img=null;
this.Url=null; this.Title=null; this.AllPic=new Array();
this.Add=SlidePic_Article_Add; this.Show=SlidePic_Article_Show;
this.LoopShow=SlidePic_Article_LoopShow;}
function SlidePic_Article_Add(_SP) {this.AllPic[this.AllPic.length] = _SP;}
function SlidePic_Article_Show() {
if(this.AllPic[0] == null) return false;
document.write("<table width=100% border=0 cellspacing=0 cellpadding=0 class='font_black_link'><tr><td><div align='center'><a id='Url_" + this.ID + "' href=''><img id='Img_" + this.ID + "' style='width:" + this.Width + "; height:" + this.Height + "; filter: revealTrans(duration=2,transition=23);' src='javascript:null' border='0'></a></div></td>");
if(this.TitleLen != 0) document.write("<td> </td><td width='145' valign='top'><br><div style='width:140px;word-break:break-all;text-indent:1.5em'><span id='Title_" + this.ID + "'></span></div></td></tr></table>");
this.Img = document.getElementById("Img_" + this.ID);
this.Url = document.getElementById("Url_" + this.ID);
this.Title = document.getElementById("Title_" + this.ID);
this.LoopShow();
}
function SlidePic_Article_LoopShow() {
if(this.PicNum<this.AllPic.length-1) this.PicNum++ ;
else this.PicNum=0;
this.Img.filters.revealTrans.Transition=this.Effect;
this.Img.filters.revealTrans.apply();
this.Img.src=this.AllPic[this.PicNum].ImgUrl;
this.Img.filters.revealTrans.play();
this.Url.href=this.AllPic[this.PicNum].LinkUrl;
if(this.Title) this.Title.innerHTML="<a href="+this.AllPic[this.PicNum].LinkUrl+" target=_blank>"+this.AllPic[this.PicNum].Title+"</a>";
this.Img.timer=setTimeout(this.ID+".LoopShow()",this.TimeOut);
}
var SlidePic_654 = new SlidePic_Article("SlidePic_654");
SlidePic_654.Width = 247;
SlidePic_654.Height = 172;
SlidePic_654.TimeOut = 8000;
SlidePic_654.Effect = 23;
SlidePic_654.TitleLen = 10;
if(num==0)
{
var oSP = new objSP_Article();
oSP.ImgUrl = "";
oSP.LinkUrl = "";
oSP.Title = "无图片显示,请到后台设置";
SlidePic_654.Add(oSP);
}
else
{
for(i=0;i<num;i++)
{
var oSP = new objSP_Article();
oSP.ImgUrl = tupian[i];
oSP.LinkUrl = tupianlink[i];
oSP.Title = tupianintro[i];
SlidePic_654.Add(oSP);
}
}
SlidePic_654.Show();
//-------------------------------------------------------------------------------------图片及文字轮显功能结束
</SCRIPT>
演示地址:http://www.he-n-tax.gov.cn/
[此贴子已经被作者于2007-1-23 8:48:12编辑过]