gpt4 book ai didi

actionscript-3 - 如何在 Air 中打开 pdf for Android/Black berry

转载 作者:行者123 更新时间:2023-12-04 06:24:37 26 4
gpt4 key购买 nike

我想在 Air 中为 Android/Black berry 打开 pdf。

我怎么做?

我使用 AIR 2.6,IDE 是 Fl​​ash Builder 4.5。

最佳答案

舞台网页 View 。

http://help.adobe.com/en_US/as3/dev/WS901d38e593cd1bac3ef1d28412ac57b094b-8000.html

从上面的链接复制的示例:

package  { 
import flash.display.MovieClip;
import flash.media.StageWebView;
import flash.geom.Rectangle;

public class StageWebViewExample extends MovieClip{

var webView:StageWebView = new StageWebView();

public function StageWebViewExample() {
webView.stage = this.stage;
webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight );
webView.loadURL( "http://www.adobe.com" );
}
}
}

关于actionscript-3 - 如何在 Air 中打开 pdf for Android/Black berry,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6184927/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com