var curIndex=0;
//时间间隔 单位毫秒
var timeInterval=4000;
var arr=new Array();
arr=\"http://bbs.e-yu.cn/attachments/month_0706/20070628_95e05674a8bf443e1576RwrnlVnuVl6h.gif\";
arr=\"http://bbs.e-yu.cn/attachments/month_0612/102842_UGeHbTkqPCcw.gif\";
arr=\"http://www.sucai86.com/sucai/28/1220054995646.gif\";
arr=\"http://www.sucai86.com/sucai/28/132005326174044.gif\";
arr=\"http://www.sucai86.com/sucai/28/22005326174235.gif\";
arr=\"http://www.sucai86.com/sucai/28/142005326173950.gif\";
arr=\"http://www.dabaoku.com/gif/dongwu/055/014n.gif\";
arr=\"http://www.sucai86.com/sucai/28/72005328101742.gif\";
setInterval(changeImg,timeInterval);
function changeImg()
{
var obj=document.getElementById(\"obj\");
if (curIndex==arr.length-1)
{
curIndex=0;
}
else
{
curIndex+=1;
}
obj.src=arr;
}
</script>
<img id=obj src =\"http://bbs.e-yu.cn/attachments/month_0706/20070628_95e05674a8bf443e1576RwrnlVnuVl6h.gif\" border =0 />
<br><br>
[ 本帖最后由 小白兔 于 2008-3-30 23:28 编辑 ] 啊,不行啊
回复 13# 的帖子
发贴时要在禁用表情 禁用URL识别 与启用html代码的框里打上勾 <EMBED name=test pluginspage=http://www.macromedia.com/go/getflashplayer src=http://www.blestar.com/soundplayer/mp3blestar3.swf width=330 height=66 type=application/x-shockwave-flash quality=\"high\" wmode=\"transparent\" bgcolor=\"#ffffff\" allowscriptaccess=\"sameDomain\" flashvars=\"mp3file=http://www.sevinoma.com/mp3/27.mp3 &filetitle=动物世界&position1_cp=12574719&position2_cp=16719615&position_ang=0&positionalpha=100&progress1_cp=16776960&progress2_cp=16777151&progress_ang=0&progressalpha=100&player_back=16732671&controller_back=10027161&fontcolor=16777215&scrollflag=true&player=boriginal\"></EMBED><br><br><br>
[ 本帖最后由 小白兔 于 2008-3-31 22:49 编辑 ] 啊?怎么不行只有一张图啊我照兔兔的去做了,只是启用html代码的框没找到在哪里? 不用軟件就可以了 <P>原帖由 <I>天天</I> 于 2008-3-31 09:58 发表 <A href=\"http://www.ee155.cn/forum.php?mod=redirect&goto=findpost&pid=42138&ptid=5373\" target=_blank><IMG alt=\"\" src=\"http://www.ee155.cn/images/common/back.gif\" border=0></A> 啊?怎么不行只有一张图啊我照兔兔的去做了,只是启用html代码的框没找到在哪里? </P>
<P> </P>
<P>天天,这个JS特效一个页面只能显示一个。</P>
<P> </P>
<P>打勾的框点回复的预览,就可以看到</P>
<P></P>
<P> </P>
<P> </P> 进来看看小白兔的表演 <script language =javascript >
var curIndex=0;
//时间间隔 单位毫秒
var timeInterval=4000;
var arr=new Array();
arr=\"http://bbs.e-yu.cn/attachments/month_0706/20070628_95e05674a8bf443e1576RwrnlVnuVl6h.gif\";
arr=\"http://bbs.e-yu.cn/attachments/month_0612/102842_UGeHbTkqPCcw.gif\";
arr=\"http://www.sucai86.com/sucai/28/1220054995646.gif\";
arr=\"http://www.sucai86.com/sucai/28/132005326174044.gif\";
arr=\"http://www.sucai86.com/sucai/28/22005326174235.gif\";
arr=\"http://www.sucai86.com/sucai/28/142005326173950.gif\";
arr=\"http://www.dabaoku.com/gif/dongwu/055/014n.gif\";
arr=\"http://www.sucai86.com/sucai/28/72005328101742.gif\";
setInterval(changeImg,timeInterval);
function changeImg()
{
var obj=document.getElementById(\"obj\");
if (curIndex==arr.length-1)
{
curIndex=0;
}
else
{
curIndex+=1;
}
obj.src=arr;
}
</script>
<img id=obj src =\"http://bbs.e-yu.cn/attachments/month_0706/20070628_95e05674a8bf443e1576RwrnlVnuVl6h.gif\" border =0 />
[ 本帖最后由 仲秋 于 2008-4-2 09:13 编辑 ]