actionscript 3 - Flex - Run Air Application In Background -
i trying provide users option have application launch automatically , complete task @ time every week.
i can make application launch @ log in using nativeapplication.nativeapplication.startatlogin=true want detect if time time selected , if isn't run application in background until time match or user shuts down computer.
does know of way this? on adobe's webpage comparing flex web apps , desktop apps implied me applications run in background i'm struggling find anything.
you can close initial native window without killing process
nativeapplication.nativeapplication.autoexit = false; nativewindow(this.stage.nativewindow).close(); or
you can close initial native window , create new window acts desktop widget without appearing in taskbar either utility or lightweight window type.
http://help.adobe.com/en_us/air/reference/html/flash/display/nativewindowinitoptions.html#type
Comments
Post a Comment