You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeecg/WebRoot/webpage/common/upload/swfView.jsp

66 lines
1.2 KiB

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<!DOCTYPE html >
<html>
<head>
<title>附件查看</title>
<script type="text/javascript"
src="plug-in/Flexpaper/flexpaper_flash.js"></script>
</head>
<body>
<div style="position: absolute; left: 5px; top: 5px;">
<a id="viewerPlaceHolder"
style="width:1080px; height:700px; display: block"></a>
<script type="text/javascript">
var fp = new FlexPaperViewer('plug-in/Flexpaper/FlexPaperViewer',
'viewerPlaceHolder', {
config : {
SwfFile : '${swfpath}',
EncodeURI:true,
Scale : 0.6,
ZoomTransition : 'easeOut',
ZoomTime : 0.5,
ZoomInterval : 0.2,
FitPageOnLoad : true,
FitWidthOnLoad : true,
FullScreenAsMaxWindow : false,
ProgressiveLoading : true,
MinZoomSize : 0.2,
MaxZoomSize : 5,
SearchMatchAll : false,
InitViewMode : 'SinglePage',
ViewModeToolsVisible : true,
ZoomToolsVisible : true,
NavToolsVisible : true,
CursorToolsVisible : true,
SearchToolsVisible : true,
localeChain : 'zh_CN'
}
});
</script>
</div>
</body>
</html>