2013-01-31 58 views
0

我希望能够读取Flex移动项目中的PDF(我正在使用Flash Builder 4.6以及Android和iPad)。使用Flex移动项目打开PDF

我已经成功尝试的StageWebView从Web服务器加载一个PDF文件使用这样的:

webView = new StageWebView(); 

      webView.loadURL("http://<url>/Paper.pdf"); 

      webView.viewPort = new Rectangle(0, 100,this.stage.stageWidth, this.stage.stageHeight); 
      webView.stage = this.stage; 

但我真正想要的东西更直观。我的意思是,您可以在哪里创建翻页书,转到第X页或类似页面。这样的事情: http://devaldi.com/zine/NZ_Tourism_2007.php?ro=flash,html

我已经试过FlexPaper,但Zine不能在Flex移动项目上工作。

你知道是否有什么要做的吗?或者我该怎么做?

在此先感谢

回答

1

最后,我使用了FlexPaper,但不是将该组件包含在Flex Mobile Project中,而是使用了他们的文档发布者,并在我的应用程序中加载了一个url。

http://flexpaper.devaldi.com/docs.htm