用Flash为iPhone和Android与嵌入式浏览器创建移动应用程序 [英] Create Mobile Apps with Flash for iPhone and Android with Embedded browser

查看:107
本文介绍了用Flash为iPhone和Android与嵌入式浏览器创建移动应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编辑:
请参阅我的答案

我看到一些有趣的框架来构建移动平台Android和iPhone等HTML和JavaScript,因此您可以使用您当前的Web开发技能而无需学习新的语言平台的应用程序。这是很有意思的,因为你可以写很多平台只是一个应用程序。很容易维护。

I saw some interesting frameworks to build applications for mobile platforms like Android and iPhone with HTML and Javascript so you can use your current web-development skills without learning a new platform language. That's very interesting because you can write just ONE application for many platforms. Very easy to maintain.

但是,你不能卖它在应用程序商店,所以我不知道是否有可能在加载外部/ HTML包含文件的应用程序来使用嵌入式web浏览器。

But, you cannot sell it in the App stores, so I’m wondering if it is possible to use an embedded webbrowser in the application that loads an external/included html file.

我已经看到,它可以创建Android和iPhone与Flash应用程序,这是很容易的,所以我想创建一个简单的主机应用程序,只加载的内容,我可以在使用它,并重新分配一个新的应用程序。

I have seen that it is possible to create Android and iPhone apps with flash, that's is easy, so i want to create a simple 'host' application that only loads content and I can use it over and over again to distribute a new app.

所以现在的问题是,是否有可能创造用闪光灯简单的应用程序嵌入一个WebBrowser加载一个HTML文件?

So the question is, is it possible to create a simple app with flash that embeds a webbrowser to load a html file?

当它是可能的,接下来的问题是,它可能与嵌入式web浏览器进行沟通?另外一个问题是,苹果允许在其应用程序商店这样的应用?

When it is possible, next question is, it possible to communicate with the embedded webbrowser? Also a question is, will Apple allow such application in it app store?

我希望我的问题是可以理解的。

I hope my question is understandable.

推荐答案

这一切的时候我得到了答案之后。

After all this time i got the answer.

的PhoneGap使用的WebView来显示HTML内容。这是一个编译的本地应用程序嵌入的WebView。

Phonegap uses a WebView to display the HTML content. It is a compiled native App with embedded WebView.

苹果接受的PhoneGap生成的应用程序,但它仍然不能确定是否做了它对AppStore的,它取决于你用​​它做什么。我想简单的应用程序将使得它。另请参阅: http://www.phonegap.com/faq

Apple accepts phonegap generated applications but it still not sure if it made it to the AppStore, it depends on what you doing with it. I think simple apps will made it. See also: http://www.phonegap.com/faq

编辑/ UPDATE:
我试过的工具/解决方案,配发创建跨平台的应用程序,但所有的这些似乎做同样的事情:它是带有嵌入式浏览器的特定平台的可执行文件。他们没有HTML编译为本地code。

EDIT/UPDATE: I tried allot of tools/solutions to create crossplatform apps but all of these seem to do the same thing: It's a executable for the specific platform with an embedded browser. None of them compiles HTML to native code.

闪存(生成器)是不同的东西,它需要AIR(可以编译成可执行文件)。当您使用的WebView(只)闪存,它是大材小用,因为其实你并不需要空气中的WebView显示HTML。我认为这是更好地使用PhoneGap的为编译的可执行文件。

Flash (Builder) is something different, it requires AIR (can be compiled into the executable). When you using a WebView (only) with Flash, it is overkill because in fact you do not need AIR to display the HTML in a WebView. I think it is better to use phonegap to 'compile' the executable.

这篇关于用Flash为iPhone和Android与嵌入式浏览器创建移动应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆