首页 » lib |
FLASH幻灯片调用方法终级教程
|
FLASH文件:
http://source.jtbc.net.cn/user/common/2010/04/20/bcastr.swf 可以右键另存为将文件下载下来存入网站下的common/images/swf目录 ----------------------------------------------------------------------------------------------
不带标题版本:
模板内插入FLASH的代码:
<script type="text/javascript">writeFlashHTML2("_version=8,0,0,0" ,"_swf={$global.images}swf/bcastr.swf", "_width=163", "_height=144", "_quality=high", "_flashvars=bcastr_flie={$=get_lrstr(itransfer('new', '1-5', 'topx=5;tnum=40;genre=article;osql= and a_content_images_list <> ##'), '|', 'leftr')}&bcastr_link={$=get_lrstr(itransfer('new', '1-6', 'topx=5;tnum=40;genre=article;osql= and a_content_images_list <> ##'), '|', 'leftr')}", "_menu=false");</script>
调用模板中的1-5节点:
{$}{$$}{$baseurl}{$=split('{$content_images_list}', '|')(0)}|{$$}{$}
调用模板中的1-6节点:
{$}{$$}{$baseurl}redir.asp?id={$id}|{$$}{$}
redir.asp代码:
?<%
response.redirect "./?type=detail&id=" & request("id")
%>
----------------------------------------------------------------------------------------------
带标题版本:
模板内插入FLASH的代码:
<script type="text/javascript">writeFlashHTML2("_version=8,0,0,0" ,"_swf={$global.images}swf/bcastr.swf", "_width=163", "_height=144", "_quality=high", "_flashvars=bcastr_flie={$=get_lrstr(itransfer('new', '1-5', 'topx=5;tnum=40;genre=article;osql= and a_content_images_list <> ##'), '|', 'leftr')}&bcastr_link={$=get_lrstr(itransfer('new', '1-6', 'topx=5;tnum=40;genre=article;osql= and a_content_images_list <> ##'), '|', 'leftr')}&bcastr_title={$=get_lrstr(itransfer('new', '1-7', 'topx=5;tnum=40;genre=article;osql= and a_content_images_list <> ##'), '|', 'leftr')}", "_menu=false");</script> 调用模板中的1-5节点: {$}{$$}{$baseurl}{$=split('{$content_images_list}', '|')(0)}|{$$}{$}
调用模板中的1-6节点: {$}{$$}{$baseurl}redir.asp?id={$id}|{$$}{$}
调用模板中的1-7节点:
{$}{$$}{$topic}|{$$}{$}
?<%
response.redirect "./?type=detail&id=" & request("id") %> ----------------------------------------------------------------------------------------------
假如使用该模块使用生成html模式,那么链接的生成就可以使用常规的链接生成代码。在默认的调用模板内就可以看到,redir.asp也可以省略了。
:) 希望各位看到这个例子后能举一反三,了解模板与{$=}标签以及js之间的关系,那么随便什么其他的应用都可以互相配合着调用出来,只要熟悉html代码应该来说是很简单的。 |
© 2011-2024 Danhand(CMS) DANHAND.Cn All Rights Reserved.