这个网页效果是怎么做出来的?

来源:百度知道 编辑:UC知道 时间:2024/05/25 09:38:31
我看大部分网站都是这样的效果
但我不知道是怎么样做出来的 ,有人能告诉我么?
http://www.it.com.cn/mobile/(列如这个网站里的 今日头条就那样下面的图片翻页效果是怎么做出来的)
如果有人知道麻烦回答下谢谢?

中国人的骄傲----百度

用的是flash,调用的是本地服务器上的图片!

大哥,那个是flash,不是用网页做出来的。自己学习 一下flash吧。

懂代码吗?
<div align="center"><div id=AdRotator></div><input id="second"><button onclick="adRotator.set(getRef('second').value)">set time</button></div>
<SCRIPT LANGUAGE="JavaScript">
<!--
function adRotator() {};
adRotator.initialize=function(o)
{
// script by blueDestiny

this._t = new Array();
this._l = new Array();
this._p = new Array();
this._i = new Image();
this._c = 0;
this._f = false;
this._o = o;

this._timeout = null;
this._html = "";

// configration.
// @ image width
// @ image height
// @ rotator speed
// @ filter type

this._w = 450;
this._h = 450;
this._s = 4;
this._x = 23;

return this;
};
adRotator.add=functi