码迷,mamicode.com
首页 > 其他好文 > 详细

FlexPaper查看Flash文件

时间:2017-02-14 11:37:33      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:body   static   ogr   load   页面   widgets   bsp   paper   match   

HTML 代码:

<head>

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Flash在线阅览</title>
  <script type="text/javascript" src="../static/widgets/flashpaper/flexpaper_flash.js"></script>
</head>

<body>
  <div id="viewerPlaceHolder" style="width: 80%; height: 800px;"></div>
</body>

 

 

JavaScript 代码:

var FP = new FlexPaperViewer(     
		flexPaperViewer,
	  ‘viewerPlaceHolder‘
	  , { 
	  config : {  
	       SwfFile : escape(flashUrl),  
	       Scale : 0.6,   	// 初始缩放比例
	       ZoomTransition : ‘easeOut‘,  	// 缩放样式
	       ZoomTime : 0.5,  	// 缩放所使用的时间
	       ZoomInterval : 0.1,  
	       FitPageOnLoad : true,  	// true 页面自适应
	       FitWidthOnLoad : false,  	// true 自适应宽度
	       FullScreenAsMaxWindow : false,  
	       ProgressiveLoading : false,  
	       MinZoomSize : 0.2,  
	       MaxZoomSize : 5,  
	       SearchMatchAll : false,  
	       InitViewMode : ‘SinglePage‘,
	       ViewModeToolsVisible : true,  
	       ZoomToolsVisible : true,  
	       NavToolsVisible : true,  
	       CursorToolsVisible : true,  
	       SearchToolsVisible : true,  
	        
	       localeChain: ‘en_US‘  
	   }
	});

  

FlexPaper查看Flash文件

标签:body   static   ogr   load   页面   widgets   bsp   paper   match   

原文地址:http://www.cnblogs.com/hapday/p/6396581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!