天天看点

flash 轮询新闻幻灯播放

<div id="flash">

<mce:script type="text/javascript"><!--

imgUrl1="images/1.jpg";

imgtext1="王建国召开2010年第二次局务会议"

imgLink1=escape("#");

imgUrl2="images/2.jpg";

imgtext2="安庆市水利系统举行第六届“水利杯”职工乒乓球..."

imgLink2=escape("#");

imgUrl3="images/3.jpg";

imgtext3="市政府召开全市水利工程建设推进工作会议"

imgLink3=escape("#");

imgUrl4="images/4.jpg";

imgtext4="王建国到望江指导“排湖入江”工作"

imgLink4=escape("#");

imgUrl5="images/5.jpg";

imgtext5="市水利局召开当前防汛抗旱暨水利工作形势分析会"

imgLink5=escape("#");

var focus_width=230;

var focus_height=180;

var text_height=18;

var swf_height = focus_height+text_height;

var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5;

var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5;

var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5;

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');

document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="images/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');

document.write('<param name="menu" value="false"><param name=wmode value="opaque">');

document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');

document.write('</object>');

// --></mce:script> 

里面的显示动态和数据库交互的话,只要更改连接即可。

继续阅读