简体   繁体   English

Flex / Adob​​e Air应用程序即服务

[英]Flex/Adobe Air application as service

Is it possible to develop flex/Air application as a service. 是否可以开发flex / Air应用程序作为服务。 The application doesn't require any GUI it should run as service in embedded Linux/Linux/Windows. 该应用程序不需要在嵌入式Linux / Linux / Windows中作为服务运行的任何GUI。

AIR cannot run as a true service. AIR无法作为真正的服务运行。 But it can be started on user login (not with system start) with NativeApplication.nativeApplication.startAtLogin = true and you can hide it from taskbar (see this question ), so you can get quite close to service behavior. 但是可以使用NativeApplication.nativeApplication.startAtLogin = true在用户登录(而不是系统启动)上启动它,您可以将其从任务栏隐藏(请参阅此问题 ),这样您就可以非常接近服务行为。

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

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