在 Flex 移动应用程序中加载模块

发布于 2024-12-26 02:07:00 字数 277 浏览 3 评论 0原文

我打算编写一个可以从可加载模块中受益的 Flex 移动应用程序,但遇到“AIR 移动应用程序不支持模块”。 此处声明。

是否有任何解决方法可以在为 iPhone/Android/BlackBerry 开发的移动应用程序中加载 swf 模块(包含带有一些代码的 UI)?

I am going to write a Flex mobile application which can benefit from loadable modules, but encountered "Modules are not supported for AIR mobile applications." statement here.

Is there any workaround to load swf modules (containing UI with some code) in the mobile application developed for iPhone/Android/BlackBerry?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绿萝 2025-01-02 02:07:00

您在这方面有任何进展吗?我处于同样的情况,但目前我能想到的就是在应用程序中集成某种浏览器窗口,以便在需要时从网络加载 swf。当然,打开模块时不需要网络连接。然而他们说不可能与加载的内容进行交互,有 StageWebView:
http://help.adobe.com/en_US /FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html

您可以做的就是传递 URL 参数。就我而言,这不足以满足我的需求,但也许你可以利用它。

Did you get any progress on this? I am in the same situation but all I can think of at the moment is to integrate some kind of browser window in the application that loads an swf from the network when needed. Of course leaving the need for a network connection when opening a module. However they say it is not possible to interact with the loaded content, there is the StageWebView:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html

What you could do is pass URL parameters. In my case this is not sufficient for my needs, but maybe you can make use of it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文