谁知道新浪体育中的图片新闻效果是怎么弄的?要求图片变换的时候文字和连接也要变换!是用java代码做的吗?还是用flash做的?谁能告诉我详细的制作方法?谢谢了!
參考答案:<SCRIPT type=text/javascript>
<!--
var focus_width=240
var focus_height=190
var text_height=21
var swf_height = focus_height+text_height
var pics=''
var links=''
var
texts='中保战互交白卷 朱家军年底惨淡收官|捷克淘汰挪威 独立后首进世界杯|3分钟内3个进球 阿根廷3-0卡塔尔|竞聘:刘国梁铁定当选 陆元盛主动下课|大师杯-高迪奥0-2不敌达维登科'
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=",0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value=""> <param name="quality" value="high"><param name="bgcolor" value="#CCCCCC">');
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('<embed src="" />'); document.write('</object>');
//-->
</SCRIPT>