欢迎来到福编程网,本站提供各种互联网专业知识!

用js实现的一个Flash滚动轮换显示图片代码生成器

发布时间:2007-03-14 作者: 来源:转载
复制代码代码如下:writeTop('Flash滚动显示图片代码生成','2006-10-18');//运行代码functionrunEx(cod1){cod=document.getElementById(cod1)varcode=cod.value;if(code!=""){varnewwin=window.open('','','');newwin.opener=nullnewwin.document.
复制代码 代码如下:



writeTop('Flash滚动显示图片代码生成','2006-10-18');



//生成代码
functiongenCode()
{
varhtml='';
varpicUrl='';
varpicLink='';
varpicTitle='';
varpicWidth=0;
varpicHeight=0;
vartitleHeight=0;
varbackgroudn='';

{
vartempUrl='';
vartempLink='';
vartempTitle='';
for(i=0;i<9;++i){
tempUrl=document.getElementById('picUrl_'+(1+i)).value;
tempLink=document.getElementById('picLink_'+(1+i)).value;
tempTitle=document.getElementById('picTitle_'+(1+i)).value;
if(tempUrl=='')continue;
if(tempLink=='')tempLink=tempUrl;
if(tempTitle=='')tempTitle='无题';
picUrl+=tempUrl+'|';
picLink+=tempLink+'|';
picTitle+=tempTitle+'|';
}
picUrl=picUrl.substring(0,picUrl.length-1);
picTitle=picTitle.substring(0,picTitle.length-1);
picLink=picLink.substring(0,picLink.length-1);
picWidth=parseInt(document.getElementById('picWidth').value);
picHeight=parseInt(document.getElementById('picHeight').value);
titleHeight=parseInt(document.getElementById('titleHeight').value);
backgroudn=document.getElementById('backgroudn').value;
}

html+='html+='width='+picWidth;
html+='height='+(picHeight+titleHeight);
html+='type=application/x-shockwave-flashWMODE="opaque"FLASHVARS="';
html+='pics='+picUrl;
html+='&links='+picLink;
html+='&texts='+picTitle;
html+='&borderwidth='+picWidth;
html+='&borderheight='+picHeight;
html+='&textheight='+titleHeight;
html+='"MENU="false"';
html+='BGCOLOR="'+backgroudn;
html+='"QUALITY="high"ALLOWSCRIPTACCESS="sameDomain">';

document.getElementById('ShowCode').value=html;
show.innerHTML=html;
}


  • 设置



  • 图片显示宽度:
    图片显示高度:
    文字区域高度:
    背景色:


    图片一:

    链接地址:
    说明:


    图片二:

    链接地址:
    说明:


    图片三:

    链接地址:
    说明:


    图片四:

    链接地址:
    说明:


    图片五:

    链接地址:
    说明:


    图片六:

    链接地址:
    说明:

  • 更多(推荐6张以下,否则说明将看不到)



  • 图片七:

    链接地址:
    说明:


    图片八:

    链接地址:
    说明:


    图片九:

    链接地址:
    说明:









  • 代码









  • [Ctrl+A全部选择提示:你可先修改部分代码,再按运行]


  • 显示效果


  • 还没有



    相关推荐