简体   繁体   English

在不安装AIR的情况下制作Desktop Flash AS3 Air应用程序

[英]making Desktop Flash AS3 Air application without installing AIR

Well the title say it all. 好吧标题说明了一切。

So far i've been using flash IDE and publish it as AIR to make desktop app. 到目前为止,我一直在使用Flash IDE并将其发布为AIR来制作桌面应用程序。 But the down side of this is that users have to install adobe AIR in their computer before they can use this app. 但缺点是用户必须在他们的计算机上安装adobe AIR才能使用此应用程序。

So: 1. Is there a way to make desktop app without users installing adobe AIR using Flash IDE (coz AS3 is my favorite lang so far). 所以:1。有没有办法在没有用户使用Flash IDE安装adobe AIR的情况下制作桌面应用程序(迄今为止,coz AS3是我最喜欢的)。 2. Is there another language or software I can learn, so when ever I make desktop app or perhaps mobile app users can just install it in their devices whithout having to install anything else. 2.我是否可以学习其他语言或软件,因此,当我制作桌面应用程序或移动应用程序时,用户只需将其安装在他们的设备中,而无需安装任何其他内容。

I need all the insights I can get, So thanx in advance to all you guys :) 我需要我能得到的所有见解,所以你提前给所有人:)

Since FlashBuilder 4.6 and Flash Professional CS6 you should be able to export your release build as "Signed application with captive runtime". 从FlashBuilder 4.6和Flash Professional CS6开始,您应该能够将发布版本导出为“带有捕获运行时的签名应用程序”。 If you choose so, the user will not need to install the AIR runtime. 如果选择此选项,则用户无需安装AIR运行时。

MDM Zinc as .exe file! MDM Zinc为.exe文件! or else. 要不然。 http://www.multidmedia.com/ also for desktop Apps. http://www.multidmedia.com/也适用于桌面应用。 regards aktell 关于aktell

Users cannot use AIR apps without having AIR installed. 如果未安装AIR,用户将无法使用AIR应用程序。

But do you really need AIR functionalities? 但是你真的需要AIR功能吗? Because you can publish .exe files with Flash, which simply embed Flash Player inside. 因为您可以使用Flash发布.exe文件,这只是将Flash Player嵌入其中。 If you target Windows platforms and you don't need anything special from AIR - this is a good choice. 如果您的目标是Windows平台,并且您不需要AIR提供任何特殊功能 - 这是一个不错的选择。

Other than that - there are a lot of languages that can publish desktop apps, just browse around. 除此之外 - 有很多语言可以发布桌面应用程序,只需浏览一下。 .NET is one of the most used ones. .NET是最常用的一种。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM