2013-01-31 56 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