Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] SS 7.5 FLASH幻灯片调用问题!

[复制链接]
部落追忆 发表于 2010-3-27 10:03:32 | 显示全部楼层 |阅读模式
在静态页中效果如图,我想用这个替换掉原来的幻灯片,不知道该怎么调用,调来调去都只是一个文章的路径,图片和标题。请管理员帮我看一下,如何才能实现?

要求调用:catid/29/   里的内容。很急,在这里先谢谢了。



JS部份代码如下,
  1. <SCRIPT>
  2. var sohuFlash2 = new sohuFlash("{S_URL}/templates/default/flash/demo001.swf", "27", 522, 245, "7");
  3. sohuFlash2.addParam("quality", "high");
  4. sohuFlash2.addParam("wmode", "opaque");           
  5. sohuFlash2.addVariable("image","{S_URL}/templates/default/images/01.jpg|{S_URL}/templates/default/images/02.jpg|{S_URL}/templates/default/images/03.jpg|{S_URL}/templates/default/images/04.jpg|");
  6. sohuFlash2.addVariable("url","{S_URL}|{S_URL}|{S_URL}|{S_URL}");
  7. sohuFlash2.addVariable("info", "幻灯片1|幻灯片2|幻灯片3|幻灯片4|");

  8. sohuFlash2.addVariable("stopTime","5000");
  9. sohuFlash2.write("sasFlashFocus27");
  10. </SCRIPT>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| 部落追忆 发表于 2010-3-27 18:11:19 | 显示全部楼层
没有人会吗?真的好急哦。
回复

使用道具 举报

zpatu 发表于 2010-3-27 19:05:10 | 显示全部楼层
这个,要一点代码基础的。
图片新闻读取数据库函数
  1. <!--{block name="spacenews" parameter="type/$channel/haveattach/2/showattach/1/showdetail/1/order/i.dateline DESC/limit/0,17/subjectlen/48/subjectdot/0/messagelen/170/messagedot/1/cachetime/11930/cachename/picnews"}-->
复制代码
图片新闻读取数据库后的数组说明:
  1.                         <!--{if !empty($_SBLOCK['picnews'])}-->
  2.                         <!--{eval $picnews = @array_slice($_SBLOCK['picnews'], 0, 5);}-->
  3.                                 <ul id="focus_pic">
  4.                                         <!--{eval $j = 0}-->
  5.                                         <!--{loop $picnews $pkey $pvalue}-->
  6.                                         <!--{eval $pcurrent = ($j == 0 ? 'current' : 'normal');}-->
  7.                                         <li class="$pcurrent"><a href="#action/viewnews/itemid/$pvalue[itemid]#"><img src="$pvalue['a_filepath']" alt="$pvalue[subject]" /></a></li>
  8.                                         <!--{eval $j++}-->
  9.                                         <!--{/loop}-->
  10.                                 </ul>
  11.                                 <ul id="focus_tx">
  12.                                         <!--{eval $i = 0}-->
  13.                                         <!--{loop $picnews $key $value}-->
  14.                                         <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
  15.                                         <li class="$current"><a href="$value[url]" title="$value[subject]">$value[subject]</a></li>
  16.                                         <!--{eval $i++}-->
  17.                                         <!--{/loop}-->
  18.                                 </ul>
  19.                                 <div id="focus_opacity"></div>
  20.                         <!--{/if}-->
复制代码
上面信息可自行研究一下。
回复

使用道具 举报

 楼主| 部落追忆 发表于 2010-3-28 13:34:25 | 显示全部楼层
楼上发的好像是默认的幻灯片的代码哦。。。   我看了好半天,还是不知道该怎么套进去。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 17:55 , Processed in 0.026236 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表