| 复制代码 
<?exit?>
<!--{eval $picarr=$linkarr=$textarr=array();}-->
<!--{loop $iarr $ikey $value}-->
<!--{eval $picarr[]=$value[a_thumbpath];}-->
<!--{eval $linkarr[]=$value[url];}-->
<!--{eval $textarr[]=$value[subject];}-->
<!--{/loop}-->
<!--{eval $pics=implode('|', $picarr);}-->
<!--{eval $links=implode('|', $linkarr);}-->
<!--{eval $texts=implode('|', $textarr);}-->
<script type="text/javascript">
var swf_width=310 
var swf_height=230
var files='{$pics}'
var links='{$links}'
var texts='{$texts'
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="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="images/flsh2.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.write('<embed src="http://vipfoss.com/images/flsh2.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 
</script>
后台创建  添加风格文件
把上面文件添加到里面,名字自己取
第一个红色是调用图片代码,我这个是调用资讯
第2个是FLASH地址
FLASH  可以下载我的
如果不知道怎么下载,你直接用快车之类下载
 |