日期:2014-05-17 浏览次数:20763 次
{loop $docurl $r}
<script type="text/javascript" src="/viewer/history/history.js"></script>
<script type="text/javascript" src="/viewer/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {
SwfFile : escape("{$r[filename]}"),
Scale : 0.6,
ZoomTransition : "easeOut",
ZoomTime : 0.5,
ZoomInterval : 0.1,
FitPageOnLoad : false,
FitWidthOnLoad : true,
PrintEnabled : true,
FullScreenAsMaxWindow : false,
ProgressiveLoading : true,
PrintToolsVisible : true,
ViewModeToolsVisible : true,
ZoomToolsVisible : true,
FullScreenVisible : true,
NavToolsVisible : true,
CursorToolsVisible : true,
SearchToolsVisible : true
};
var params = {};
var attributes = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
attributes.id = "wenkuplays";
attributes.name = "wenkuplays";
swfobject.embedSWF("{APP_PATH}viewer/wenkuplays.swf","flashContent","700","550", "10.0.0","{APP_PATH}viewer/playerProductInstall.swf",flashvars,params,attributes);
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
</script>
<div id="flashContent">
<p> 本文档播放器要确保Adobe Flash Player版本10.0.0或更高版本。</p>
<script type="text/javascript">
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
</script>
</div>
{/loop}
SwfFile : escape("{$r[filename]}"),
SwfFile : decodeURI("{$r[filename]}"),
SwfFile : decodeURI("a.swf"),
SwfFile : decodeURI("/a.swf"),
SwfFile : decodeURI("{APP_PATH}/a.swf"),
推荐阅读更多>
-
php session 判断:php 5.4中新增加对session状态判断的功能
-
php写pkcs5报错解决办法
-
关于session的几个补充函数_PHP应用实例
-
PHP脚本数据库功能详解(中)
-
PHP验证码 @符号
-
为什么我的 Mysql 不支持中文查询_其它文章
-
C_substr
-
php国际化的有关问题
-
*php上传出现异常,代号为3,表示是文件只有部分被上传
-
Win200下PHP服务器的简单配置
-
泛珠之风需要强劲_其它文章
-
PHP中的类-操作XML(2)
-
[转一篇比较老的文章]编写自己的php扩展函数_PHP函数XML
-
PHP4的新函数介绍 - 输出信息控制函数_PHP函数XML
-
以上代码是调用24小时内的数据,请教如何改成调用一个月或一年的数据
-
mysql如何查出content里面值做多的那条数据
-
怎样用php写个函数,要求是超过3个连续相同的字符会被过滤成两个,用正则式也行!解决方法
-
Yii 网站首页有关问题
-
PHP+MYSQL三日通
-
phpmyadmin教程:使用phpmyadmin创建用户、数据库表的方法