网页上嵌入一个类似与百度文库的Flash

结果样式:

网页上嵌入一个类似与百度文库的Flash_第1张图片

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head> 
        <title>FlexPaper</title>         
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
        <style type="text/css" media="screen"> 
html, body { height:100%; }
body { margin:0; padding:0; overflow:auto; }   
#flashContent { display:none; }
        </style> 
<script type="text/javascript" src="js/flexpaper_flash.js"></script>
    </head> 
    <body> 
     <div style="position:absolute;left:10px;top:10px;">
       <a id="viewerPlaceHolder" style="width:680px;height:480px;display:block"></a>
       
       <script type="text/javascript"> 
var fp = new FlexPaperViewer(
'FlexPaperViewer',
'viewerPlaceHolder', { config : {
SwfFile : escape('139297102239174.swf'),
Scale : 0.6, 
ZoomTransition : 'easeOut',
ZoomTime : 0.5,
ZoomInterval : 0.2,
FitPageOnLoad : true,
FitWidthOnLoad : false,
FullScreenAsMaxWindow : false,
ProgressiveLoading : false,
MinZoomSize : 0.2,
MaxZoomSize : 5,
SearchMatchAll : false,
InitViewMode : 'Portrait',
PrintPaperAsBitmap : false,
 
ViewModeToolsVisible : true,
ZoomToolsVisible : true,
NavToolsVisible : true,
CursorToolsVisible : true,
SearchToolsVisible : true,
   
    localeChain: 'en_US'
}});
       </script>
        </div>
   </body>

  


路径


你可能感兴趣的:(网页上嵌入一个类似与百度文库的Flash)